|
Hello GW,
After changing the classpath to include the servlet.jar and j2ee.jar I = started tomcat using -d option started apache and tried the = http://127.0.0.1:8080/mydev/numguess.jsp I am getting an error The = connection was refused when connecting to http://127.0.0.1:8080. So I = tried http://192.168.1.2:8080 after a long pause I got a message the = connection timed out. I am still getting the error when I run the shutdown script on tomcat = before the shutdown of apache server. I do not know what to do from here. I was wondering if there are any = Network changes or downloads to be made. Should I use JWSDK instead of tomcat? All I am trying to do is = implement JSP that's all!! PLEASE HELP!!!! Aruna To begin with make sure apache is
installed correctly.
if you still want to serve page from apache root(htdocs) you need to specify port 80 or none,i.e http://127.0.0.1:80/index.jsp or http://127.0.0.1/index.jsp=20 if you want to server page from tomcat root you have to specify port : 8080 http://127.0.0.1:8080/index.jsp When you run the shutdown script make sure apache is still running Heres an example classpath. c:\tomcat;c:\tomcat\lib\ant.jar;c:\tomcat\lib\crimson.jar;c:\tomcat\lib\j= asper.jar;c:\tomcat\lib\jaxp.jar;c:\tomcat\lib\servlet.jar;c:\tomcat\lib\= webserver.jar;c:\jdk1.3\lib\tools.jar; Make sure you have tomcat's home enviroment var set up |
