Hi,
If this isn't the correct group, apologies. I am relatively new to Tomcat, but am
interested in using it with the Java Web Service Dev Kit ( Catalina ). I have a couple
of introductory questions.
1. I seem to remember in Tomcat 3.x / 4.x a directory structure with it. In the JWSDK
there is only a bin directory. Why is this?
2. I think I was able to start Tomcat, but when I run an Ant build file I get
BUILD FAILED
file:D:/JavaWebServices/jwsdp-1.1/docs/tutorial/examples/gs/build.xml:83:
java.net.ConnectException: Connection refused: connect
I had read that this was because Tomcat had not started, but I could look at the
Tomcat Admin page through my web browser. I thought this was evidence that it had
started correctly. However I came across a post asking to try
catalina start
when I did this I get
Error: org/apache/commons/launcher/LaunchFilte
Is this the reason I get the conection refused? If so how do I fix it.
Any help greatly appreciated.