Hi,
Eclipse 3.0
MyEclipse 3.8.3
Windows xp professional
WebSphere Application Server Advanced Single Server Edition 4.0.1
I have succesfully configured the JDK in the preferences.
Also the application server using the server-cfg.xml file.
When I launch the WebSphere 4 Application server from MyEclipse it starts up fine.
What do I have to do to debug and run an existing web project on that application server?
When f.e. I type http://127.0.0.1:9080/ubclaims/hello.html the message is returned that the web group does not exist. However the application.xml contains the following entry:
<module id=”WebModule_2″>
<web>
<web-uri>ubclaims.war</web-uri>
<context-root>ubclaims</context-root></web>
</module>
What am I missing here?
tx
serge