how to connect tomcat with apache running on different m/c

2001-09-08 Thread Nagesh Prakashrao Deshpande
hi scott, i tried to network map that tomcat folder and it worked . i will give u the details . cheers nagesh Hi Atif, Yeah, it's very confusing because 99% of people run tomcat and apache on the same machines so worker.properties is included along with tomcat. The copy of it that you have on

Mapping question

2001-09-08 Thread Andrew
How I can map /Path/*.ext to servlet? Thanks.

Re: Mapping question

2001-09-08 Thread Dmitri Colebatch
On Sat, 8 Sep 2001, Andrew wrote: How I can map /Path/*.ext to servlet? to one particular servlet? just use the normal servlet-mapping tag in web.xml - it allows for wildcards. hth dim

Re: Mapping question

2001-09-08 Thread Andrew
servlet-mapping servlet-nameProcess/servlet-name url-pattern/Path/*.ext/url-pattern /servlet-mapping This mappping doesn't work in Tomcat4.0b7 request /Context/Path/example.ext returns 404 error... - Original Message - From: Dmitri Colebatch [EMAIL PROTECTED] To: [EMAIL

Re: Mapping question

2001-09-08 Thread MindTerm
Dear Andrew, My Mapping, for your reference : web-app servlet servlet-nameDispatcher/servlet-name servlet-classorg.system.Dispatcher/servlet-class /servlet servlet-mapping servlet-nameDispatcher/servlet-name url-pattern/p1/*/url-pattern /servlet-mapping /web-app

IP binding for server shutdown (tomcat 4)

2001-09-08 Thread Jochen Schwoerer
hello all, does somebody know if it is possible to bind the shutdown listener of tomcat 4 on a specific ip address like it is possible for connectors? thanks in advance jochen schwoerer [EMAIL PROTECTED]

Re: IP binding for server shutdown (tomcat 4)

2001-09-08 Thread Pier Fumagalli
Jochen Schwoerer [EMAIL PROTECTED] wrote: hello all, does somebody know if it is possible to bind the shutdown listener of tomcat 4 on a specific ip address like it is possible for connectors? I believe that for security reasons, in the upcoming version, the binding will be allowed and

Re: Mapping question

2001-09-08 Thread Craig R. McClanahan
On Sat, 8 Sep 2001, Andrew wrote: Date: Sat, 8 Sep 2001 18:11:49 +0400 From: Andrew [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Mapping question How I can map /Path/*.ext to servlet? The legal syntax for url-pattern values in the web.xml file are

Re[2]: IP binding for server shutdown (tomcat 4)

2001-09-08 Thread Jochen Schwoerer
Hello Craig, Saturday, September 08, 2001, 9:04:15 PM, you wrote: CRM On Sat, 8 Sep 2001, Jochen Schwoerer wrote: Date: Sat, 8 Sep 2001 20:14:01 +0200 From: Jochen Schwoerer [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED], Jochen Schwoerer [EMAIL PROTECTED] To: [EMAIL PROTECTED]

RE: I admit it -- I'm too lazy to read the documentation

2001-09-08 Thread Randy Layman
Two possible reasons that it stopped working: 1. Something else is already using port 80 (netstat -a will tell you if there is, probably Apache, IIS, iPlanet, etc) 2. You don't have permissions to use port 80, only applicable on Unix. If you are using a Unix OS then

RE: Question from a relatively new user: Minimizing the installation footprint of Tomcat

2001-09-08 Thread Randy Layman
30 MB will probably be hard. What you need is: 1. JRE 2. tools.jar from SDK (realize that this is the licensed part of the SDK and you need permission to redistribute) 3. $TOMCAT_HOME/libs 4. $TOMCAT_HOME/conf/server.xml 5.

Re: Re[2]: IP binding for server shutdown (tomcat 4)

2001-09-08 Thread Jonathan Eric Miller
Although, you can't control what IP address it binds to, you can control what port it listens on. I'm guessing the easiest solution to your problem would be to just set each of the different Tomcat installations up to use a different port? I think you basically, just need to change the following

Re[4]: IP binding for server shutdown (tomcat 4)

2001-09-08 Thread Jochen Schwoerer
Hello Jonathan, Sunday, September 09, 2001, 12:06:33 AM, you wrote: JEM Although, you can't control what IP address it binds to, you can control JEM what port it listens on. I'm guessing the easiest solution to your problem JEM would be to just set each of the different Tomcat installations up

Do the online Catalina docs reflect top-of-tree?

2001-09-08 Thread Rick Mann
Or do I need to check out the nightly sources to get the latest docs? Roderick Mann rmann @ latencyzero.com.sansspam

Re: Do the online Catalina docs reflect top-of-tree?

2001-09-08 Thread Craig R. McClanahan
On Sat, 8 Sep 2001, Rick Mann wrote: Date: Sat, 08 Sep 2001 18:14:51 -0700 From: Rick Mann [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: tomcat user jakarta.apache.org [EMAIL PROTECTED] Subject: Do the online Catalina docs reflect top-of-tree? Or do I need to check out the nightly

Re: Do the online Catalina docs reflect top-of-tree?

2001-09-08 Thread Rick Mann
on 9/8/01 7:15 PM, Craig R. McClanahan at [EMAIL PROTECTED] wrote: I am updating the experimental docs on the web site (which will end up being official in the final release) every couple of days or so. Look for another update tomorrow, documenting how to configure JNDI resources. Thanks!

Number of active session in Tomcat instance

2001-09-08 Thread chiuming
Hi, I had asked this question before. But I didn't get any reply. So I post this again in hope someone could help me getting number of active session Tomcat holds. The following code will return number of sessions in a Context(web app) but not all the sessions in the whole JVM (tomcat

Out-of-process Tomcat workers

2001-09-08 Thread Don Ha
Hi, How many out-of-process Tomcat workers that I can configure in workers.properties file? Thanks. Don Ha __ Do You Yahoo!? Get email alerts NEW webcam video instant messaging with Yahoo! Messenger http://im.yahoo.com