rookie question

2002-05-24 Thread Mihael Knezevic

hi,

i'm quite new to this tomcat and servlet/webapp thing. i'm having trouble deploying my 
application.
what is the basic/smallest web.xml file? what must it contain?
i'm having no trouble with the examples, so tomcat is running ok.

thanx for your help.


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: rookie question

2002-05-24 Thread Young Neil

http://www.onjava.com/pub/a/onjava/2001/04/19/tomcat.html
This site has some good information on a basic setup...it has a bare bones
web.xml file as part of the example.

-Neil

-Original Message-
From: Mihael Knezevic [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 24, 2002 8:07 AM
To: 'Tomcat Users List'
Subject: rookie question


hi,

i'm quite new to this tomcat and servlet/webapp thing. i'm having trouble
deploying my application.
what is the basic/smallest web.xml file? what must it contain?
i'm having no trouble with the examples, so tomcat is running ok.

thanx for your help.


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: rookie question

2002-05-24 Thread Dennis Muhlestein

For complete web-app details, just check the dtd from sun
http://java.sun.com/dtd/ .

I have a basic web.xml that just has:

web-app
/web-app


On Fri, 2002-05-24 at 07:07, Mihael Knezevic wrote:
 hi,
 
 i'm quite new to this tomcat and servlet/webapp thing. i'm having trouble deploying 
my application.
 what is the basic/smallest web.xml file? what must it contain?
 i'm having no trouble with the examples, so tomcat is running ok.
 
 thanx for your help.
 
 
 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]
 



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]