Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 20433 invoked from network); 9 Jun 2002 22:03:39 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 9 Jun 2002 22:03:39 -0000 Received: (qmail 25711 invoked by uid 97); 9 Jun 2002 22:02:39 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 25647 invoked by uid 97); 9 Jun 2002 22:02:39 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 25635 invoked by uid 98); 9 Jun 2002 22:02:38 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: <002001c21001$102f4420$7da09384@nathan> From: "Nathan Smith" To: "Tomcat Users List" References: <20020608192200.49061.qmail@web12504.mail.yahoo.com> Subject: Re: problem..plz help me out Date: Mon, 10 Jun 2002 10:00:26 +1200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-MDRemoteIP: 132.147.160.125 X-Return-Path: nathan@labpro2000.com X-MDaemon-Deliver-To: tomcat-user@jakarta.apache.org X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Why not just install tomcat 3.3.1 which is easier to get up and running. It is also easier to become familiar with the what the server.xml does and what each xml tag does by reading the tomcat users guide and server.xml configuration guide. Make user you become very familiar with these two documents as they are the most important informtion wise to get tomcat up and running. Once you have tomcat 3.3.1 running and everythings ok then maybe upgrade to tomcat 4.0.3. It is completely rebuilt from the ground up but at least you will have experience configuring and installing tomcat 3.3.1 when you decide to start on the lastest version. Nathan. ----- Original Message ----- From: "puneet sachar" To: "Xinji Gu" Sent: Sunday, June 09, 2002 7:22 AM Subject: problem..plz help me out > Hi friends, this is my 4th mail regarding my single > complain.. > > I have install the tomcat 4.0.3 and its doing fine as > far .html files are concern but no .class and .jsp > files are running on it > > I have asked 9-10 times abt same question again and > again and I got nothing from u guys there > > Plz help me.I really stuck .. > > With this mail I'm sending my server.xml file and > web.xml file which is in my virtualhost/WEB-INF/ > > I know it is very tough for u to go in these files and > see for errors but plz..i'm in need badly and afater > spending so much time here I some time feel like > crying . and I'm in such a place and in such a part of > India..where I can't get ant local computer guy with > whom I can discuss ..plz do me a little favour > > Here are my problems > 1) no .class and .jsp working only html is working > 2) I have done all changes which were to made in > server.xml.)I have send the file also plz check it and > tell me any mistake if u find) > 3) I'm getting 404 error ..no servlet found > 4) And I'm able to excess the .class file vis > http://localhost:80/examples/servlet/abc.class > But not by making my own virtual host aand not even > the default root directory > > > what i have is my own context named sachar > and when i go > .http://puneet:80/sachar/servlet/HelloworldServlet > > error -- 404 > > See friends ..if u can help me I'll be very grateful > to u > > Puneet > > > __________________________________________________ > Do You Yahoo!? > Yahoo! - Official partner of 2002 FIFA World Cup > http://fifaworldcup.yahoo.com ---------------------------------------------------------------------------- ---- > > > PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" > "http://java.sun.com/dtd/web-app_2_3.dtd"> > > > > MyExample > HelloWorldExample > > Security role for anonymous access > tomcat > > > > > MyExample > /sachar/servlet/snoop > /servlet/* > > > > > ---------------------------------------------------------------------------- ---- > > > > > > > > > > > > > > > > > port="80" minProcessors="5" maxProcessors="75" > enableLookups="true" redirectPort="8443" > acceptCount="10" debug="0" connectionTimeout="60000"/> > > > > > > > port="8009" minProcessors="5" maxProcessors="75" > acceptCount="10" debug="0"/> > > > > > > > > > > > > > > > > > > > > > > prefix="catalina_log." suffix=".txt" > timestamp="true"/> > > > > > > > > > > > > > > > > > > > > > directory="logs" prefix="localhost_access_log." suffix=".txt" > pattern="common"/> > > > > directory="logs" prefix="localhost_log." suffix=".txt" > timestamp="true"/> > > > > > > > > > debug="0" privileged="true"/> > > > reloadable="true" crossContext="true"> > > > prefix="localhost_examples_log." suffix=".txt" > timestamp="true"/> > > > home="com.wombat.empl.EmployeeRecordHome" > remote="com.wombat.empl.EmployeeRecord"/> > > > value="15"/> > override="false"/> > type="javax.sql.DataSource"/> > > usersa > password > driverClassName > org.hsql.jdbcDriver > driverName > jdbc:HypersonicSQL:database > > type="javax.mail.Session"/> > > > mail.smtp.host > localhost > > > > > > > > > > > > > > > > > > prefix="catalina_log." suffix=".txt" > timestamp="true"/> > > > > > > > > > > > > > > > > > > > > > > directory="logs" prefix="puneet_access_log." suffix=".txt" > pattern="common"/> > > > > directory="logs" prefix="puneet_log." suffix=".txt" > timestamp="true"/> > > > > > > > > > > > reloadable="true" crossContext="true"> > > > prefix="puneet_examples_log." suffix=".txt" > timestamp="true"/> > > > home="com.wombat.empl.EmployeeRecordHome" > remote="com.wombat.empl.EmployeeRecord"/> > > > value="15"/> > override="false"/> > type="javax.sql.DataSource"/> > > usersa > password > driverClassName > org.hsql.jdbcDriver > driverName > jdbc:HypersonicSQL:database > > type="javax.mail.Session"/> > > > mail.smtp.host > localhost > > > > > > > > > > > > > > > > > > > > > > port="8008" minProcessors="5" maxProcessors="75" > enableLookups="true" appBase="webapps" > acceptCount="10" debug="0"/> > > > name="Apache" debug="0"> > > > prefix="apache_log." suffix=".txt" > timestamp="true"/> > > > > > > > > > > > ---------------------------------------------------------------------------- ---- > -- > To unsubscribe, e-mail: > For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: