kris_red
Oct 10th, 2006, 07:02 AM
Hi friends
I was trying to work with spring-ws , I compiled the echo sample using
> mvn compile and then > mvn package . That got me a echo-1.0-m2.war .
I could deply this war in weblogic and could see the page which says
Spring-WS Echo
If you see this page, the WAR deployment was successful.
Using the URL
http://localhost:7001/echo-1.0-m2/index.html
But when i try to see the same deployed service in apache-tomcat-5.5.16 , i cannot see it using the url .Although the war is deployed :(
http://localhost:8080/echo-1.0-m2/index.html
Am i doing something wrong ? :(
Regards
Kris
I was trying to work with spring-ws , I compiled the echo sample using
> mvn compile and then > mvn package . That got me a echo-1.0-m2.war .
I could deply this war in weblogic and could see the page which says
Spring-WS Echo
If you see this page, the WAR deployment was successful.
Using the URL
http://localhost:7001/echo-1.0-m2/index.html
But when i try to see the same deployed service in apache-tomcat-5.5.16 , i cannot see it using the url .Although the war is deployed :(
http://localhost:8080/echo-1.0-m2/index.html
Am i doing something wrong ? :(
Regards
Kris