Wrox Home  
Search P2P Archive for: Go

  Return to Index  

servlets thread: New to Running Servlets w/ Tomcat 4.0


Message #1 by "karega_scott" <karega_scott@h...> on Thu, 8 Nov 2001 16:24:09
<html><div style='background-color:'><DIV>
<P>I notice I had misspelled a few things after I had sent it. I also notice that Tomcat views Web-inf differently from
WEB-INF. It's seems to be case sensitive. And </P>
<P>&lt;!DOCTYPE web-app<BR>&nbsp;&nbsp;&nbsp; PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application
2.3//EN"<BR>&nbsp;&nbsp;&nbsp; "<A target=_blank
href="http://216.32.180.250/cgi-bin/linkrd?_lang=EN&amp;lah=5359c574e6154f346127708e40aa7f4f&amp;lat=1005314276&amp;hm__
_action=http%3a%2f%2fjava%2esun%2ecom%2fdtd%2fweb%2dapp_2_3%2edtd"><FONT
color=#000099>http://java.sun.com/dtd/web-app_2_3.dtd</FONT></A>"&gt;<BR>doesn't exist.</P>
<P>I used</P>
<P>&lt;!DOCTYPE web-app<BR>&nbsp;&nbsp;&nbsp; PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application
2.2//EN"<BR>&nbsp;&nbsp;&nbsp; "<A target=_blank href="http://java.sun.com/dtds/web-app_2_2.dtd"><FONT
color=#000099>http://java.sun.com/dtds/web-app_2_2.dtd</FONT></A>"&gt;<BR></P>
<P>instead...</P>
<P>It's work great now...</P>
<P>Thanks<BR><BR></P></DIV>
<DIV></DIV>
<DIV></DIV>&gt;From: Chanoch Wiggers <CHANOCHW@W...>
<DIV></DIV>&gt;Reply-To: "Servlets" <SERVLETS@P...>
<DIV></DIV>&gt;To: "Servlets" <SERVLETS@P...>
<DIV></DIV>&gt;Subject: [servlets] RE: New to Running Servlets w/ Tomcat 4.0 
<DIV></DIV>&gt;Date: Fri, 9 Nov 2001 12:59:31 -0000 
<DIV></DIV>&gt; 
<DIV></DIV>&gt;comments in line: 
<DIV></DIV>&gt; 
<DIV></DIV>&gt; 
<DIV></DIV>&gt;server.xml contains 
<DIV></DIV>&gt;<CONTEXT reloadable="true" debug="0" docBase="onjava" path="/onjava" /> 
<DIV></DIV>&gt; 
<DIV></DIV>&gt;web.xml contains 
<DIV></DIV>&gt;<?xml version="1.0" encoding="ISO-8859-1"?> 
<DIV></DIV>&gt; 
<DIV></DIV>&gt;&gt; PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" 
<DIV></DIV>&gt; "http://java.sun.com/dtd/web-app_2_3.dtd"&gt; 
<DIV></DIV>&gt; 
<DIV></DIV>&gt;<WEB-APP> 
<DIV></DIV>&gt; <SERVLET>
<DIV></DIV>&gt; <SERVLET-NAME>login</SERLVET-NAME> 
<DIV></DIV>&gt; <!--------^ spelling mistake -->
<DIV></DIV>&gt; <SERVLET-CLASS>com.onjava.login</SERVLET-CLASS> 
<DIV></DIV>&gt; </SERVLET>
<DIV></DIV>&gt; 
<DIV></DIV>&gt; <SERVLET>
<DIV></DIV>&gt; <SERVLET-NAME>login2</SERVLET-NAME> 
<DIV></DIV>&gt; <SERVLET-CLASS>login2</SERVLET-CLASS> 
<DIV></DIV>&gt; </SERVLET>
<DIV></DIV>&gt;</WEB-APP> 
<DIV></DIV>&gt; 
<DIV></DIV>&gt;URL is http://localhost:8080/onjava/servlet/login 
<DIV></DIV>&gt; 
<DIV></DIV>&gt;the error I get is 
<DIV></DIV>&gt;Apache Tomcat/4.0.1 - HTTP Status 404 - /onjava/servlet/login 
<DIV></DIV>&gt; 
<DIV></DIV>&gt;--------------------------------------------------------------------------- 
<DIV></DIV>&gt; 
<DIV></DIV>&gt;type Status report 
<DIV></DIV>&gt; 
<DIV></DIV>&gt;message /onjava/servlet/login 
<DIV></DIV>&gt; 
<DIV></DIV>&gt;description The requested resource (/onjava/servlet/login) is not 
<DIV></DIV>&gt;available. 
<DIV></DIV>&gt; 
<DIV></DIV>&gt;Please help???? 
<DIV></DIV>&gt;--- 
<DIV></DIV>&gt;SIGS Conference for Java Development 
<DIV></DIV>&gt;Targeted, focused classes, expertise level classes 
<DIV></DIV>&gt;taught by Java gurus, rigorous tutorials, and 
<DIV></DIV>&gt;exhibit floor makes SIGS Conference for Java 
<DIV></DIV>&gt;Development a learning experience unlike any 
<DIV></DIV>&gt;other. Join over 10,000 developers and programmers 
<DIV></DIV>&gt;from across the U.S. and around the world who 
<DIV></DIV>&gt;have benefited from attending SIGS/101 Conferences. 
<DIV></DIV>&gt;http://www.javadevcon.com 
<DIV></DIV>&gt;--- 
<DIV></DIV>&gt;
<DIV></DIV>&gt;
<DIV></DIV>&gt; 
<DIV></DIV>&gt;--- 
<DIV></DIV>&gt;SIGS Conference for Java Development 
<DIV></DIV>&gt;Targeted, focused classes, expertise level classes 
<DIV></DIV>&gt;taught by Java gurus, rigorous tutorials, and 
<DIV></DIV>&gt;exhibit floor makes SIGS Conference for Java 
<DIV></DIV>&gt;Development a learning experience unlike any 
<DIV></DIV>&gt;other. Join over 10,000 developers and programmers 
<DIV></DIV>&gt;from across the U.S. and around the world who 
<DIV></DIV>&gt;have benefited from attending SIGS/101 Conferences. 
<DIV></DIV>&gt;http://www.javadevcon.com 
<DIV></DIV>&gt;--- 
<DIV></DIV>&gt;
<DIV></DIV>&gt;
<DIV></DIV>&gt; 
<DIV></DIV></div><br clear=all><hr>Get your FREE download of MSN Explorer at <a
href='http://go.msn.com/bql/hmtag_itl_EN.asp'>http://explorer.msn.com</a><br></html>

  Return to Index