RE: tomcat 4.01 and win2000 server-cant get it to work

2002-01-16 Thread Mike Curwen
If you're on Windows 2000 Server, then you probably have IIS running on port 80? So localhost:8080 should be used to specify Tomcat. 401 is "Unauthorized", which indicates your request lacked authorization to access the resource. -Original Message- From: Martin Sujkowski [mailto:[EMAI

Re: tomcat 4.01 and win2000 server-cant get it to work

2002-01-16 Thread Chetna Bhatt
Hi, Try this link mabe some configuration problem: http://www.onjava.com/pub/a/onjava/2001/03/29/tomcat.html regards chetna Martin Sujkowski wrote: > Hello, > > I just installed tomcat 4.01 on a windows 2000 server. I followed all the > steps very diligently and still failed to get it to work.

Re: tomcat 4.01 and win2000 server-cant get it to work

2002-01-16 Thread Marcelo Demestri
Generally (by default in the installation), Tomcat qualifies port 8080 for HTTP requests, unless you changes explicitly this port in the server.xml configuration file. Test with http://localhost:8080/examples/jsp/index.html Marcelo - Original Message - From: "Martin Sujkowski" <[EMAIL PR

Re: tomcat 4.01 and win2000 server-cant get it to work

2002-01-16 Thread Terry McBride
Unless you hooked up mod_jk you have to specify the port try http://localhost:8080/examples/jsp/index.html --- Martin Sujkowski <[EMAIL PROTECTED]> wrote: > Hello, > > I just installed tomcat 4.01 on a windows 2000 > server. I followed all the > steps very diligently and still failed to get i

Re: tomcat 4.01 and win2000 server-cant get it to work

2002-01-16 Thread Martin Sujkowski
thanks for the help! I got servelts to work. Jsps still not working. Martin - Original Message - From: "Chetna Bhatt" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, January 16, 2002 1:54 PM Subject: Re: tomcat 4.01 and wi