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]>

Reply via email to