How come I can not access my started tomcat from Eclipse
Hello!I have followed the tutorial at:
http://www.eclipse.org/webtools/community/tutorials/BottomUpAxis2WebService/bu_tutorial.html
But I cant get it right.
I use Eclipse IDE for Java EE Developers 3.3.1.1
I have tried to use Axis2 1.2 and 1.3, but no success!
I named my app to names2 at step 5, it says that I can choose any name.
At step 18 I just get:
HTTP Status 404 - /names2/
type Status report
message /names2/
description The requested resource (/names2/) is not available.
Apache Tomcat/6.0.14
The server says it is running, just like in the tutorial. But if a point to localhost:8080/names2
localhost:8080
192.168.0.195:8080/names2
192.168.0.195:8080
...I only got 404, also with webbrowser outside eclipse.
One thing that I do see that I miss is in the image at in step 7, there is a Deployment descriptor at second level in the project navigator.
I never got that one.
But If I select the project and choose Java EE > Generate Deployment descriptor stub... it then says that there is already a Deployment descriptor.
So if you guys got any input please let me know!
Bets regards
Fredrik