2010/3/10 Terence Coffey <terence_j_cof...@yahoo.co.uk>:
> Hi,
> when i enter http://localhost:8080/axis2/axis2-web/ my browser redirects
> it to http://localhost:8080/axis2/services/

> In the terminal in which i started axis2server.sh the follow error message
> is shown

I missed that you have axis2server.sh running.
So .. you are running Axis standalone,  and not in Tomcat.

You cannot start Tomcat unless you stop that, because they are
configured to use the same port number (8080). That is the cause of
the startup error that you mentioned in your first message.

>  ./bin/jsvc -cp ./bin/bootstrap.jar         -outfile ./logs/catalina.out 
> -errfile ./logs>/catalina.err         org.apache.catalina.startup.Bootstrap

See RUNNING.txt in the root directory of Tomcat distributive.
It is easier to use *.sh files that are in the bin folder, than jsvc.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to