RE: Not able to run .html and servlet in Tomcat 5

2004-09-29 Thread Ben Souther
Wednesday, September 29, 2004 3:37 PM > To: 'Tomcat Users List' > Subject: AW: Not able to run .html and servlet in Tomcat 5 > > > If you use it together with Apache it may be an Apache configuration problem > > -UrsprÃngliche Nachricht- > Von: Vivek Behal

RE: Not able to run .html and servlet in Tomcat 5

2004-09-29 Thread Vivek Behal
Slominski [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 29, 2004 3:37 PM To: 'Tomcat Users List' Subject: AW: Not able to run .html and servlet in Tomcat 5 If you use it together with Apache it may be an Apache configuration problem -Ursprüngliche Nachricht- Von: Vivek

AW: Not able to run .html and servlet in Tomcat 5

2004-09-29 Thread Bernhard Slominski
If you use it together with Apache it may be an Apache configuration problem -Ursprüngliche Nachricht- Von: Vivek Behal [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 29. September 2004 11:41 An: Tomcat Users List Betreff: RE: Not able to run .html and servlet in Tomcat 5 yes. it is

RE: Not able to run .html and servlet in Tomcat 5

2004-09-29 Thread Vivek Behal
Wednesday, September 29, 2004 3:07 PM To: Tomcat Users List Subject: Re: Not able to run .html and servlet in Tomcat 5 Tomcat 5.0 or tomcat 5.5? If you're just starting out, go with a stable version (5.0.28). This tutorial should get you started: http://jakarta.apache.org/tomcat/tomcat

Re: Not able to run .html and servlet in Tomcat 5

2004-09-29 Thread Ben Souther
Tomcat 5.0 or tomcat 5.5? If you're just starting out, go with a stable version (5.0.28). This tutorial should get you started: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/appdev/index.html A static HTML page should show just fine. What is the name of the page? What are you typing in your bro

Not able to run .html and servlet in Tomcat 5

2004-09-29 Thread Vivek Behal
Hi, I downloaded tomcat 5. I added a .html file to the webapps/Root folder but as i try to access it, gives me error with status 404. i.e the tomcat is not able to locate the file. Could you tell me what should i do to make it work. I deployed a .class file in webapps/Root/WEb-INF/classes fo