I had both Tomcat 4.1 and Microsoft Personal Web Server installed on my laptop ( an IBM Thinkpad - Windows NT operating system). It had been several months since I used Tomcat.
When I started the Tomcat server and typed in localhost:8080 in the Internet Explorer address window, it brought me to Personal Web Server rather than bringing up the Tomcat page.
I then decided to uninstall both Personal Web Server and the Java Web Services Developers Pack. But after reinstalling the latter, I am getting a page not found condition. The details are below.
If anyone can help, I'd really appreciate it.
Robin
********************************
Type in Address Window:
http://localhost:8080
In Internet Explorer
Above Address Window:
res://C:\WINNT\System32\shdoclc.dll/dnserror.htm#
http://localhost:8080/
Page cannot be displayed
The page you are looking for is currently unavailable
In Netscape, typing in
http://localhost:8080 brings me to:
http://localhost:8080/index.html
Java Web Services Developer Pack 1.1
However, if I try to bring up first example of Beginning JSP Web Development (Wrox Press), I get:
HTTP Status 404
http://localhost:8080/begjsp-ch01/index.jsp
The requested resource is not available
Location of Installations
d:\jdk1.4.1
d:\jwsdp-1_1
The files listed under the environment variables CLASSPATH and PATH are a partial listing:
************************
JAVA_HOME:
d:\jdk1.4.1;
*************************
CATALINA_HOME
d:\jwsdp-1_1;
**************************
CLASSPATH:
.;
c:\Program Files\JMF2.1.1\lib\jmf.jar;
c:\Program Files\JMF2.1.1\lib\sound.jar;
d:\jwsdp-1_1\common\lib\servlet.jar;
d:\jwsdp-1_1\jaxm-1.1.1\lib\jaxm-api.jar;
d:\jwsdp-1_1\saaj-1.1.1\lib\dom4j.jar;
d:\jwsdp-1_1\saaj-1.1.1\lib\saaj-api.jar;
d:\jwsdp-1_1\common\lib\mysql-connector-java-2.0.14-bin.jar;
**********************************
PATH
d:\jwsdp-1_1\jakarta-ant-1.5.1\bin;
d:\jwsdp-1_1\bin;
d:\jwsdp-1_1\jwsdp-shared\bin;
d:\jdk1.4.1\bin;