Lol :-)  No time for reading books - I need to get this going :-)

I've found http://www.onjava.com/lpt/a//onjava/2001/04/19/tomcat.html so
hopefully that provides me with a better starting point than the tomcat
documentation.  

-----Original Message-----
From: Micael Padraig Og mac Grene [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 27 March 2002 3:05 p.m.
To: Tomcat Users List
Subject: Re: Deployment [Newbie]


Get any book on servlets.  Jason Hunter's book is a good one.

At 03:01 PM 3/27/02 +1200, you wrote:
>Greetings All,
>
>Got tomcat going well on linux, but deployment is giving me a headache :-((
>
>I'm looking at the documentation and the example web.xml file and I'm not
>sure what I need to do to set up a webapp ???
>
>I've got my folder in webapps: groupa
>
>Directory Structure:
>         groupa
>                 WEB-INF
>                         classes
>                         lib
>
>So I think its the web.xml file I'm not sure on :-(  I'm looking at the
>example one and it isn't helping ....
>
>I see the servelet configuration stuff:
><servlet>
>       <servlet-name>graph</servlet-name>
>       <description>
>       </description>
>     </servlet>
>
><servlet-mapping>
>       <servlet-name>graph</servlet-name>
>       <url-pattern>/graph</url-pattern>
>     </servlet-mapping>
>
>But do I really need to specify each servlet in the web.xml?  What do I
need
>to do to make the folder accessible (like examples :-))?  Or can you direct
>me to a good tutorial on deployment.
>
>Thanx heaps,
>Gareth
>
>--
>To unsubscribe:   <mailto:[EMAIL PROTECTED]>
>For additional commands: <mailto:[EMAIL PROTECTED]>
>Troubles with the list: <mailto:[EMAIL PROTECTED]>



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to