Re: Equivalent of Resin run-at servlet configuration

2005-03-04 Thread Lionel Farbos
[EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Thursday, March 03, 2005 8:51 PM Subject: Re: Equivalent of Resin run-at servlet configuration run-at is an extension to web.xml that is not portable across containers. That's why it will not be implemented

Re: Equivalent of Resin run-at servlet configuration

2005-03-04 Thread Tim Funk
yup -Tim Parsons Technical Services wrote: And so the best way is to have a set of classes to add to your project that add this feature. It then moves with the app and can be applied per app or even as a jar in common lib for use by all apps. Tim, am I thinking right on this?

Equivalent of Resin run-at servlet configuration

2005-03-03 Thread Subramanya Sastry
Hello, I am developing a Java web application, and one of the requirements is to run a particular servlet periodically, or even at specified times. Resin provides this ability via its run-at configuration element for servlets in web.xml Example Resin configuration: servlet

Re: Equivalent of Resin run-at servlet configuration

2005-03-03 Thread Antony Paul
AFAIK Tomcat dont provide a replacement for this. It is not in Servlet spec. Search in archives as it was asked a few weeks before. rgds Antony Paul On Thu, 3 Mar 2005 16:45:24 +0530 (IST), Subramanya Sastry [EMAIL PROTECTED] wrote: Hello, I am developing a Java web application, and one of

Re: Equivalent of Resin run-at servlet configuration

2005-03-03 Thread QM
: I am developing a Java web application, and one of the requirements is to run : a particular servlet periodically, or even at specified times. Resin provides : this ability via its run-at configuration element for servlets in web.xml Tomcat doesn't have this. Are you trying to run that

Re: Equivalent of Resin run-at servlet configuration

2005-03-03 Thread Nikola Milutinovic
Subramanya Sastry wrote: Hello, I am developing a Java web application, and one of the requirements is to run a particular servlet periodically, or even at specified times. Resin provides this ability via its run-at configuration element for servlets in web.xml Example Resin configuration:

Re: Equivalent of Resin run-at servlet configuration

2005-03-03 Thread Parsons Technical Services
Milutinovic [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Thursday, March 03, 2005 6:55 AM Subject: Re: Equivalent of Resin run-at servlet configuration Subramanya Sastry wrote: Hello, I am developing a Java web application, and one of the requirements is to run

Re: Equivalent of Resin run-at servlet configuration

2005-03-03 Thread David Smith
: Thursday, March 03, 2005 6:55 AM Subject: Re: Equivalent of Resin run-at servlet configuration Subramanya Sastry wrote: Hello, I am developing a Java web application, and one of the requirements is to run a particular servlet periodically, or even at specified times. Resin provides this ability

Re: Equivalent of Resin run-at servlet configuration

2005-03-03 Thread Lionel Farbos
it for use in apps that need such a device. Thanks Doug - Original Message - From: Nikola Milutinovic [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Thursday, March 03, 2005 6:55 AM Subject: Re: Equivalent of Resin run-at servlet configuration

Re: Equivalent of Resin run-at servlet configuration

2005-03-03 Thread Jonathan Wilson
PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Thursday, March 03, 2005 6:55 AM Subject: Re: Equivalent of Resin run-at servlet configuration Subramanya Sastry wrote: Hello, I am developing a Java web application, and one of the requirements is to run a particular

RE: Equivalent of Resin run-at servlet configuration

2005-03-03 Thread Aris Javier
List Subject: Re: Equivalent of Resin run-at servlet configuration I think the Cocoon project has such a facility. I'm not sure how complicated it would be to pull out that functionality, but their work might be worth looking at for this. --David Parsons Technical Services wrote: With all

Re: Equivalent of Resin run-at servlet configuration

2005-03-03 Thread Tim Funk
: Thursday, March 03, 2005 9:34 PM To: Tomcat Users List Subject: Re: Equivalent of Resin run-at servlet configuration I think the Cocoon project has such a facility. I'm not sure how complicated it would be to pull out that functionality, but their work might be worth looking at for this. --David

RE: Equivalent of Resin run-at servlet configuration

2005-03-03 Thread Aris Javier
:[EMAIL PROTECTED] Sent: Friday, March 04, 2005 9:42 AM To: Tomcat Users List Subject: Re: Equivalent of Resin run-at servlet configuration no. (unless the spec says so) -Tim Aris Javier wrote: If this is not supported in Tomcat, is there a way or a plan to have this kind of service? This would

Re: Equivalent of Resin run-at servlet configuration

2005-03-03 Thread Tim Funk
really don't understand the specs. I was just thinking in a layman's way. Thanks Aris -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Friday, March 04, 2005 9:42 AM To: Tomcat Users List Subject: Re: Equivalent of Resin run-at servlet configuration no. (unless the spec

Re: Equivalent of Resin run-at servlet configuration

2005-03-03 Thread Parsons Technical Services
, 2005 8:51 PM Subject: Re: Equivalent of Resin run-at servlet configuration run-at is an extension to web.xml that is not portable across containers. That's why it will not be implemented. -Tim Aris Javier wrote: No, meaning impossible? cause if it would be very beneficial to many then why

RE: AW: Migration 4.1.27 to 4.1.30 - Servlet-Configuration won't work

2004-06-24 Thread Ralph Einfeldt
24, 2004 9:48 AM To: [EMAIL PROTECTED] Subject: AW: AW: Migration 4.1.27 to 4.1.30 - Servlet-Configuration won't wor k Could it be, that 5.0.25 is MUCH more faster than 4.1.27? - To unsubscribe, e-mail: [EMAIL PROTECTED

Migration 4.1.27 to 4.1.30 - Servlet-Configuration won't work

2004-06-23 Thread Jens . Mueller
Hi all, I want to migrate a single webapplication from Tomcat 4.1.27 to Tomcat 4.1.30. So I installed the new version on my server. After configuration I copied my webapplication from 4.1.27 to 4.1.30. It is a ROOT-webapp. In this application there a 3 servlets with the follwing mapping

Re: Migration 4.1.27 to 4.1.30 - Servlet-Configuration won't work

2004-06-23 Thread Veniamin Fichin
[EMAIL PROTECTED] wrote: Hi all, I want to migrate a single webapplication from Tomcat 4.1.27 to Tomcat 4.1.30. So I installed the new version on my server. After configuration I copied my webapplication from 4.1.27 to 4.1.30. It is a ROOT-webapp. In this application there a 3 servlets with the

AW: Migration 4.1.27 to 4.1.30 - Servlet-Configuration won't wor k

2004-06-23 Thread Jens . Mueller
An: Tomcat Users List Betreff: Re: Migration 4.1.27 to 4.1.30 - Servlet-Configuration won't work Is this a typo or not? * You have /lappmanager URL pattern (see first l letter), but request for http://xxx/appmanager;. * Second, you have /login/ URL pattern (see suffix slash), but request for http

Re: AW: Migration 4.1.27 to 4.1.30 - Servlet-Configuration won't wor k

2004-06-23 Thread Veniamin Fichin
[EMAIL PROTECTED] wrote: Oh sorry, that is just a typo. That's the right mapping (don't know, where the l came from): servlet-mapping servlet-nameappmanager/servlet-name url-pattern/appmanager/url-pattern /servlet-mapping And the login-Request is http://xxx/login/, and not

WebDAV servlet configuration problem

2003-10-21 Thread Andreas F. Wehowsky
Hi there, I am using the WebDAV servlet in Tomcat 4.1.24 and have a problem with the configuration. I only want files and folders at a specified subfolder workset and all its subfolders of the web-app dir to be WebDAV-enabled. I have used the WebDAV configuration from

Re: JK2 Servlet Configuration Problem

2003-07-17 Thread Simon Pabst
Tomcat Users List [EMAIL PROTECTED] schrieb am 17.07.03 04:16:58: I'm running Tomcat 4.1.24 with Apache 2.0.46 using JK2 2.0.2 on a Red Hat 9 system (kernel 2.4.20). I followed the last HOWTO on the JK docs page (http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/vhosthowto.html) and

Re: JK2 Servlet Configuration Problem

2003-07-17 Thread John Turner
I don't use JK2, but as far as I know, this is prefectly valid: [uri:vegas.x.multivisioninc.com/*.jsp] worker=ajp13:localhost:8009 [uri:vegas.x.multivisioninc.com/action/*] worker=ajp13:localhost:8009 Are you saying you have tried this and it does not work? Regarding your comments on the

RE: JK2 Servlet Configuration Problem

2003-07-17 Thread Joe Krause
Great! Thanks guys - this works. -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 6:09 AM To: Tomcat Users List Subject: Re: JK2 Servlet Configuration Problem I don't use JK2, but as far as I know, this is prefectly valid

JK2 Servlet Configuration

2003-07-16 Thread Joe Krause
I'm running Tomcat 4.1.24 with Apache 2.0.46 using JK2 2.0.2 on a Red Hat 9 system (kernel 2.4.20). I followed the last HOWTO on the JK docs page (http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/vhosthowto.html http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/vhosthowto.html ) and

JK2 Servlet Configuration Problem

2003-07-16 Thread Joe Krause
I'm running Tomcat 4.1.24 with Apache 2.0.46 using JK2 2.0.2 on a Red Hat 9 system (kernel 2.4.20). I followed the last HOWTO on the JK docs page (http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/vhosthowto.html) and everything works great. Except it only specifies how to have *.jsp files

Re: JK2 Servlet Configuration Problem

2003-07-16 Thread Rick
- From: Joe Krause [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 16, 2003 2:06 PM Subject: JK2 Servlet Configuration Problem I'm running Tomcat 4.1.24 with Apache 2.0.46 using JK2 2.0.2 on a Red Hat 9 system (kernel 2.4.20). I followed the last HOWTO on the JK docs page (http

Re: Servlet configuration

2001-06-26 Thread Dmitri Colebatch
Celson, 3 things: 1. inside the webapps/cpl directory create another called WEB-INF (case-sensitive) and inside that put the web.xml. 2. also in the WEB-INF directory create a classes directory and put your servlet in there. 3. in the web.xml you will need a servlet definition if you want

Servlet configuration

2001-06-25 Thread Celson Lima
Hi there, I'm beginner with TOMCAT, which means maybe my question is too simple for you, but it is really advanced to me. I would like get help with the following: I have Cocoon installed together with TOMCAT and it is working perfectly. I would like to use cocoon to handle the presentation

Re: Servlet configuration

2001-06-25 Thread Francis Callo
--- Celson Lima [EMAIL PROTECTED] wrote: Hi there, I'm beginner with TOMCAT, which means maybe my question is too simple for you, but it is really advanced to me. I would like get help with the following: I have Cocoon installed together with TOMCAT and it is working perfectly. I would

Help with Servlet Configuration Files, where to put them

2001-04-20 Thread John Gentilin
Is there any standard on how to implement configuration files. I have an issue with site specific information. If I package the file with my WAR file and load it from the classpath, I have a catch 22 situation. If I drop the war file in, I can't edit the site specific configuration until the app

RE: Help with Servlet Configuration Files, where to put them

2001-04-20 Thread Filip Hanik
: Help with Servlet Configuration Files, where to put them Is there any standard on how to implement configuration files. I have an issue with site specific information. If I package the file with my WAR file and load it from the classpath, I have a catch 22 situation. I am interested in how

simple question for servlet-configuration of tomcat

2001-04-06 Thread TOPO graphics GmbH
Hello, since several weeks I am testing tomcat as a Servlet Engine with great success. I use Win98 SE2 with PWS. Now I have a simple problem (I think): What I have to do (in the configuration files) when I want to start my servlets with the URL: http://localhost/servlet/TestServlet and not

RE: simple question for servlet-configuration of tomcat

2001-04-06 Thread BenoƮt Jacquemont
Please look at the answers after posting a question. I have already answered to your question yesterday: Hi, You just have to declare a context like this: Context path="" docBase="/path/to/myapp" debug="0" reloadable="false" /Context in your TOMCAT_HOME/conf/server.xml. You

RE: simple question for servlet-configuration of tomcat

2001-04-06 Thread Brett Knights
What I have to do (in the configuration files) when I want to start my servlets with the URL: http://localhost/servlet/TestServlet and not with a WEPAPP-Directory like http://localhost/example/servlet/TestServlet Which settings I have to do in the configuration-files and in which

Re: simple question for servlet-configuration of tomcat

2001-04-06 Thread Mandar Joshi
You simply need to put your stuff uner ROOT context. - Original Message - From: "TOPO graphics GmbH" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 06, 2001 7:19 AM Subject: simple question for servlet-configuration of tomcat Hello, since several weeks I

Servlet auto-reloading under ROOT context (was RE: simple question for servlet-configuration of tomcat)

2001-04-06 Thread Joel Parramore
Regards, Joel Parramore -Original Message- From: Mandar Joshi [mailto:[EMAIL PROTECTED]] Sent: Friday, April 06, 2001 2:51 PM To: [EMAIL PROTECTED] Subject: Re: simple question for servlet-configuration of tomcat You simply need to put your stuff uner ROOT context. - Origina

Re: Servlet auto-reloading under ROOT context (was RE: simple question for servlet-configuration of tomcat)

2001-04-06 Thread Tony LaPaso
is completely broke in T4 b2/3. - Original Message - From: "Joel Parramore" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 06, 2001 2:28 PM Subject: Servlet auto-reloading under ROOT context (was RE: simple question for servlet-configuration of tomcat) On

RE: simple question for servlet-configuration of tomcat

2001-04-06 Thread Brett Knights
\uriworkermap.properties-auto HTH BTW In my example below it looks like Tomcat is serving my static content. :-( -Original Message- From: Brett Knights [mailto:[EMAIL PROTECTED]] Sent: Friday, April 06, 2001 10:16 AM To: '[EMAIL PROTECTED]' Subject: RE: simple question for servlet-configuration

Servlet Configuration,

2001-03-07 Thread Joaquim Cabral da Maia Neto
Title: Servlet Configuration, Hello, I'd like to know if there is a way to map servlets without put the classes in the /WEB-INF/classes directory.I already modified the server.xml file and added a context pointing to the directory of my application, and modified the web.xml file to add

servlet configuration help.

2000-12-18 Thread John Marquart
List members, Excuse this relatively "newbie" question - but I have not yet found anything in the FAQ or mailing list archives. I am attempting to get my servlet - DataServ to work. After fighting various problems w/ classpaths and environment configurations, i finally got stuck w/ the