I have successfully loaded Eclipse 3.2 on my machine Windows XP laptop and also the web WTP 1.5 Plugin. Have installed have running a weblogic 8.1 server using 1.4.12 jdk. Now heres the problem... Trying to get my application to run on it. I have found a tutorial and loaded the source into eclipse as j2ee project and it has no errors. I then opened the server view, created a weblogic 8.1 instance and the added my application to server. Start the server, receive no errors... and then go to my browser and it just doesnt come up.
Heres what the servers says once its finished starting up...
Buildfile: C:\eclipse\plugins\org.ecl
ipse.jst.s
erver.gene
ric.weblog
ic_1.5.1.v
2006091415
04\buildfi
les\weblog
ic.xml
-checkWebDeploy:
deploy.j2ee.web:
[jar] Building jar: C:\WorkspaceWeb\.metadata\
.plugins\o
rg.eclipse
.wst.serve
r.core\tmp
0\WTP-Tuto
rial.war
[move] Moving 1 file to C:\bea\user_projects\domai
ns\LarrysD
omain\appl
ications
BUILD SUCCESSFUL
Total time: 5 seconds
Next here is the web.xml contents:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "
http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app id="WebApp_ID">
<display-name>WTP-Tutorial
</display-
name>
<servlet>
<servlet-name>Snoop Servlet</servlet-name>
<servlet-class>org.eclipse
.wtp.tutor
ial.SnoopS
ervlet</se
rvlet-clas
s>
</servlet>
<servlet-mapping>
<servlet-name>Snoop Servlet</servlet-name>
<url-pattern>/snoop/*</url
-pattern>
</servlet-mapping>
</web-app>
Heres the SnoopServlet source:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "
http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app id="WebApp_ID">
<display-name>WTP-Tutorial
</display-
name>
<servlet>
<servlet-name>Snoop Servlet</servlet-name>
<servlet-class>org.eclipse
.wtp.tutor
ial.SnoopS
ervlet</se
rvlet-clas
s>
</servlet>
<servlet-mapping>
<servlet-name>Snoop Servlet</servlet-name>
<url-pattern>/snoop/*</url
-pattern>
</servlet-mapping>
</web-app>