Re: configuring web.xml

2001-02-15 Thread Ludovic Maitre
Hello, Alex Fernndez wrote: Don't forget that you must change the web.xml file inside your WEB-INF directory, the one in /conf is just for shows. Alex. I think that i haven't good understand how work tomcat because i was thinking that the web.xml file provided in the /conf directory

Re: configuring web.xml

2001-02-15 Thread Alex Fernández
Hi Ludovic! I think you've answered yourself, but let's get ahead with it: Ludovic Maitre wrote: I think that i haven't good understand how work tomcat because i was thinking that the web.xml file provided in the /conf directory was for declaring the servlets loaded at startup (Jasper), the

RE: configuring web.xml

2001-02-15 Thread Michael Wentzel
Here are the lines i have added to /conf/web.xml (and this don't work on 3.2 but work on 3.1) : !-- Cocoon : xml,xsl... -- servlet servlet-name cocoon /servlet-name servlet-class org.apache.cocoon.Cocoon /servlet-class

RE: configuring web.xml

2001-02-15 Thread Cato, Christopher
/appdev/index.html Regards, Christopher Cato -Original Message- From: Ludovic Maitre [mailto:[EMAIL PROTECTED]] Sent: den 15 februari 2001 14:39 To: [EMAIL PROTECTED] Subject: Re: configuring web.xml Hello, Alex Fernndez wrote: Don't forget that you must change the web.xml

configuring web.xml

2001-02-14 Thread Chahal Damendra
I am trying to run my own servlets that are placed in the appropriate directories (which are sub directories of Web-inf\classes). Can you advise on how to modify the web.xml file and where i can find information regarding the tag definitions Regards Damendra

Re: configuring web.xml

2001-02-14 Thread William Brogden
Chahal Damendra wrote: I am trying to run my own servlets that are placed in the appropriate directories (which are sub directories of Web-inf\classes). Can you advise on how to modify the web.xml file and where i can find information regarding the tag definitions Regards Damendra

RE: configuring web.xml

2001-02-14 Thread Kyle Robinson
PPET- Does anyone know what the init-params are for things like if it's a bean, etc? Thanks, Kyle Robinson Systems Consultant Pangaea Systems Inc. (250) 360-0111 -Original Message- From: Chahal Damendra [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 8:36 AM To:

Re: Configuring web.xml for HttpServlet - Solution!

2001-01-25 Thread Stephen Bacon
Aha! never underestimate the power of just guessing. The solution was to hit the servlet by specifying "servlet" in the path, i.e.: http://servername/context/servlet/servlet-name If the servlet is installed under the ROOT webapp as Wyn Easton suggested, then you can skip specifying the context

configuring web.xml

2000-12-14 Thread Juan Carlos Egea
Hi everybody, I'm trying to configurate the web.xml archive for a web application under Tomcat, I would like to get some information or a link with documentation.I had only found the syntax at the servlet specification but it isn't enough. Thank you.

Re: configuring web.xml

2000-12-14 Thread Rogelio Triviño
Hi, Juan Carlos: You can download the servlets specification from here: http://java.sun.com/aboutJava/communityprocess/first/jsr053/servlet23_PFD.pdf Juan Carlos Egea wrote: Hi everybody, I'm trying to configurate the web.xml archive for a web application under Tomcat, I would like to get