edited the JBoss 3 preferences from Window – preferences – MyEclipse -App Servler – JBoss3.
deployed at …/default/deploy. The war file was placed here.
Started the JBoss 3 and while the server is starting I see this
13:33:27,875 INFO [WebService] Using RMI server codebase: http://nv1665:8083/
13:33:56,250 INFO [TomcatDeployer] deploy, ctxPath=/TestEcl, warUrl=file:/C:/downloads/JBOSS/jboss-4.0.1sp1/server/default/deploy/TestEcl.war/
why does it say TomcatDeployer?
after the server started I used this url to run my application
http://nv1665:8083/TestEcl/test.jsp
It yields nothing. I see a blank screen.
In the preferences I set the JBoss to launch in debug mode. Would this mean that I can place breakpoints in my code step in when encountered?
thanks