RE: Add parameters into tomcat service ......

2005-10-10 Thread Caldarale, Charles R
> From: Tony Lu [mailto:[EMAIL PROTECTED] > Subject: Add parameters into tomcat service .. > > My question is: > how to add statement "set JAVA_OPTS=-Xms512m -Xmx512m - > Daos.configuration=%CATALINA_HOME%/conf/aos.config" > into tomcat5 service? Use tomc

Add parameters into tomcat service ......

2005-10-10 Thread Tony Lu
Tomcat (5.0.28) runs on Windows 2003 Server. Web application needs some information from tomcat starup. So I add following statement in startup.bat batch file set JAVA_OPTS=-Xms512m -Xmx512m - Daos.configuration=%CATALINA_HOME%/conf/aos.config Application runs well When I start Tomcat by

Re: Wish: add a header in mail subject

2005-10-08 Thread Seak, Teng-Fong
Kyle wrote: > Surely Yahoo mail allows you to click on and sort by recipient too? Nope. > Set up a Tomcat-User contact in your Yahoo Address Book and all mail > coming in from Tomcat should display that just like it does in > Thunderbird, shouldn't it? And nope. You're just guessing it

Re: Wish: add a header in mail subject

2005-10-08 Thread Kyle
Seak, Teng-Fong wrote: Sure, this can be used, but it's not always appropriate. You see, my address is at Yahoo and I receive mails in Thunderbird at home. When I'm not at home, I read mails in Yahoo mail, of course. But then I can't apply any filter (or could I?) because I need them all

Re: Wish: add a header in mail subject

2005-10-07 Thread Seak, Teng-Fong
gh all message subject to see if there's anything important. Quite many other mailing-lists add this header, why don't Tomcat? Is it really hard to do so? Jon Wingfield wrote: > If what you are after is a way to filter messages then use a good > email client and filter on th

Re: Wish: add a header in mail subject

2005-10-06 Thread Jon Wingfield
If what you are after is a way to filter messages then use a good email client and filter on the message header "List-Id". For this list it is set to: List-Id: "Tomcat Users List" Seak, Teng-Fong wrote: It would be nice if this mailing-list could add a header to ma

Wish: add a header in mail subject

2005-10-06 Thread Seak, Teng-Fong
It would be nice if this mailing-list could add a header to mails, something like [TC-user]. The announcement has the [ANN] header, so I think it won't be a problem for this to have a header. Regards, Seak ---

Add context to URI (Tomcat5/Apache2)

2005-10-05 Thread Benjamin Lerman
kers2.properties works perfectly (meaning manager is accessible from http://localhost/manager/). Now, I'd like to be able to deploy new application on the tomcat server without having to add a line in the workers2.properties file. I do *not* want to add a line like: [uri:/*] debug=0 What

How to add a valve after AuthenticatorBase Valve?

2005-08-25 Thread James Liao
Hi all, I want to add customer valve which extends ValveBase. I want it to be invoked after the AuthenticatorBase Valve(like BasicAuthenticator, DigestAuthenticator, FormAuthenticator, NonLoginAuthenticator, SSLAuthenticator). Can I achieve it? I have try to put my Valve definition in my webapp

Re: I can´t add mod_rewrite.so to t he module folder in apache http server

2005-07-24 Thread Marten Lehmann
Hello, My problem is: the mod_proxy.so , mod_rewrite.so don't appear anywhere, What do I have to do in order to get these "*.so"? if you don't ask the compiler to create them, they aren't created as shared modules, but are included in the httpd-binary by default. Look at the output of "b

I can´t add mod_rewrite.so to the module folder in apache http server

2005-07-24 Thread Adriana Suarez
Hi, I'm knew with http server and I'm trying to make a load balancer with the http server and two tomcats in linux. I follow the set up instructions and I use: ./configure --enable-module=rewrite --enable-module=proxy and other modules. It compiled and installed without any errors. My problem is:

RE: add to classpath

2005-07-10 Thread Stuart
rom: David Smith [mailto:[EMAIL PROTECTED] Sent: Monday, July 11, 2005 12:57 AM To: Tomcat Users List Subject: Re: add to classpath Then I would highly recommend a persistent backend like a Db instead of playing with the classpath. Just my opinion. --David Stuart wrote: >Guru, >I need to d

Re: add to classpath

2005-07-10 Thread David Smith
other way but at least it works...). Thanks, Stuart -Original Message- From: Gurumoorthy [mailto:[EMAIL PROTECTED] Sent: Saturday, July 09, 2005 10:29 PM To: Tomcat Users List Subject: Re: add to classpath why are you doing this ? just copy the jars to the lib directory inside WEB-

RE: add to classpath

2005-07-09 Thread Stuart
y 09, 2005 10:29 PM To: Tomcat Users List Subject: Re: add to classpath why are you doing this ? just copy the jars to the lib directory inside WEB-INF .. and restart the app ... or if this spans into multiple application then ... put them in the tomcat/common/bin directory ... Regards guru

Re: add to classpath

2005-07-09 Thread Gurumoorthy
OTECTED]> To: "'Tomcat Users List'" Sent: Saturday, July 09, 2005 8:19 AM Subject: add to classpath Hi, Please scratch that last question. I still do not know what the problem is but I think I will just go with modifying Catalina.sh. Actually all I need to do is add to

add to classpath

2005-07-09 Thread Stuart
Hi, Please scratch that last question. I still do not know what the problem is but I think I will just go with modifying Catalina.sh. Actually all I need to do is add to the tomcat classpath so that my web applications can find things in different locations. Is there are better way than hacking

RE: Problem with the classloader in jakarta-tomcat-5.0.28 - cannot add a jar file to class repository

2005-04-22 Thread Caldarale, Charles R
> From: Akoulov, Alexandre [IT] [mailto:[EMAIL PROTECTED] > Subject: RE: Problem with the classloader in > jakarta-tomcat-5.0.28 - cannot add a jar file to class repository > > Please let me know what you think It doesn't really matter what I think - I'm not a

RE: Problem with the classloader in jakarta-tomcat-5.0.28 - cannot add a jar file to class repository

2005-04-22 Thread Akoulov, Alexandre [IT]
FIX-in ClassLoaderFactory#createClassLoader------- // Add unpacked directories //if (unpacked != null) { //for (int i = 0; i < unpacked.length; i++) { //File file = unpacked[i]; //if (!file.exists()

RE: Problem with the classloader in jakarta-tomcat-5.0.28 - cannot add a jar file to class repository

2005-04-21 Thread Caldarale, Charles R
> From: Akoulov, Alexandre [IT] [mailto:[EMAIL PROTECTED] > Subject: RE: Problem with the classloader in > jakarta-tomcat-5.0.28 - cannot add a jar file to class repository > > However, if you add a reference to the actual jar file (eg, > shared.loader=${catalina.home}/share

RE: Problem with the classloader in jakarta-tomcat-5.0.28 - cannot add a jar file to class repository

2005-04-21 Thread Akoulov, Alexandre [IT]
packedList.add(new File(repository)); } else { unpackedList.add(new File(repository)); } ------ However, if you add a reference to the actual jar file (eg, shared.loader=${catalina.home}/shared/lib/velocity-dep-1.3.1.j

RE: Problem with the classloader in jakarta-tomcat-5.0.28 - cannot add a jar file to class repository

2005-04-21 Thread Caldarale, Charles R
> From: Akoulov, Alexandre [IT] [mailto:[EMAIL PROTECTED] > Sent: 2005 April 21, Thursday 19:48 > Subject: RE: Problem with the classloader in > jakarta-tomcat-5.0.28 - cannot add a jar file to class repository > > I still think it is a bug!!! Read the javadoc for the class

RE: Problem with the classloader in jakarta-tomcat-5.0.28 - cannot add a jar file to class repository

2005-04-21 Thread Akoulov, Alexandre [IT]
Thanks Chuck for your reply. I still think it is a bug!!! Please try the following: add a jar file (eg, foo/bar.jar) as a class repository in the catalina.properties and then use one of the classes from this jar file in one the servlets - will get a ClassNotFoundException. I've att

RE: Problem with the classloader in jakarta-tomcat-5.0.28 - cannot add a jar file to class repository

2005-04-21 Thread Caldarale, Charles R
> From: Akoulov, Alexandre [IT] [mailto:[EMAIL PROTECTED] > Subject: Problem with the classloader in > jakarta-tomcat-5.0.28 - cannot add a jar file to class repository > > ClassLoaderFactory#createClassLoader(File unpacked[], File > packed[], URL urls[], ClassLoader par

Problem with the classloader in jakarta-tomcat-5.0.28 - cannot add a jar file to class repository

2005-04-21 Thread Akoulov, Alexandre [IT]
======= ClassLoaderFactory#createClassLoader(File unpacked[], File packed[], URL urls[], ClassLoader parent) is to be modified so that it does not add File.separator to the end of jar files found in the unpacked argument:

Re: Add Context Path, Tomcat 5.5.7

2005-04-08 Thread P T
ml > > This is new with Tomcat 5.0 and is continued in Tomcat 5.5 > > --David > > Scott Purcell wrote: > > >Hello, > > > >I am following the information here to add DBCP to my application. > >http://jakarta.apache.org/tomcat/tomcat-5.5-doc/jndi-datasource-e

Re: Add Context Path, Tomcat 5.5.7

2005-04-08 Thread David Smith
Hi. Take a look at this for where to put elements: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/context.html This is new with Tomcat 5.0 and is continued in Tomcat 5.5 --David Scott Purcell wrote: Hello, I am following the information here to add DBCP to my application. http

Add Context Path, Tomcat 5.5.7

2005-04-08 Thread Scott Purcell
Hello, I am following the information here to add DBCP to my application. http://jakarta.apache.org/tomcat/tomcat-5.5-doc/jndi-datasource-examples-howto.html I am reading to add the tag of the examples context and the tag closing the localhost definition. So cool, I opened up the

Re: new to tomcat 5.0.28-how i can add context in the server.xml

2005-03-15 Thread David Causse
t to specify welcome-file in your web.xml. You removed the RessourceLink to user databases so why do you continue to use privileged="true" ? I don't know if it's correct... You can add log info to your context that might help you later: Good luck, David. PS. I don't

Re: new to tomcat 5.0.28-how i can add context in the server.xml

2005-03-15 Thread Ashutosh Sharma
Hi David, Thanks for the reply. But if i see the manager.xml under this location it's contents are like this: So for my webApp viz. reports if i put this kind of contents: and then i restart the tomcat i see the directory listing. Shud i giv refrence of build dir or src directory. Ac

Re: new to tomcat 5.0.28-how i can add context in the server.xml

2005-03-15 Thread David Causse
Ashutosh Sharma wrote: Hi, I m new to tomcat 5.0.28. Previously i worked with tomcat 4.1.x-where i will create a context with a docBase and this way i will work with my webApp. Now the world has changed a lot-everyone just deploying a WAR file under webapps. But i still want to work in the old mann

new to tomcat 5.0.28-how i can add context in the server.xml

2005-03-15 Thread Ashutosh Sharma
Hi, I m new to tomcat 5.0.28. Previously i worked with tomcat 4.1.x-where i will create a context with a docBase and this way i will work with my webApp. Now the world has changed a lot-everyone just deploying a WAR file under webapps. But i still want to work in the old manner-i want my C:\Dir\\ja

Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: IIS + Tomcat 5.5 working, BUT how to ADD a docbase?!

2005-02-20 Thread webmaster
it's time to go... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Re: Re: Re: Re: Re: Re: Re: IIS + Tomcat 5.5 working, BUT how to ADD a docbase?!

2005-02-20 Thread webmaster
it's time to go... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Re: Re: Re: Re: Re: Re: IIS + Tomcat 5.5 working, BUT how to ADD a docbase?!

2005-02-20 Thread webmaster
it's time to go... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Re: Re: Re: Re: Re: IIS + Tomcat 5.5 working, BUT how to ADD a docbase?!

2005-02-20 Thread webmaster
it's time to go... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Re: Re: Re: Re: IIS + Tomcat 5.5 working, BUT how to ADD a docbase?!

2005-02-20 Thread webmaster
it's time to go... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Re: Re: Re: IIS + Tomcat 5.5 working, BUT how to ADD a docbase?!

2005-02-20 Thread webmaster
it's time to go... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Re: Re: IIS + Tomcat 5.5 working, BUT how to ADD a docbase?!

2005-02-20 Thread webmaster
it's time to go... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Re: IIS + Tomcat 5.5 working, BUT how to ADD a docbase?!

2005-02-20 Thread webmaster
it's time to go... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: IIS + Tomcat 5.5 working, BUT how to ADD a docbase?!

2005-02-20 Thread webmaster
it's time to go... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: IIS + Tomcat 5.5 working, BUT how to ADD a docbase?!

2005-02-20 Thread webmaster
it's time to go... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

IIS + Tomcat 5.5 working, BUT how to ADD a docbase?!

2005-02-20 Thread Matt
OK, the docs out there are good, but they either concern old versions of IIS and/or Tomcat -OR- they concern the JK2 module (including this list's archives I have searched). If JK2 is NO LONGER SUPPORTED, why in the heck would I care to use it? So, I am using the very nice jk_1.2.8.exe installer.

Programmatically add ClassLoader for Embedded tomcat

2005-01-17 Thread Iwan Vosloo
Hi there, Assuming I have programmatic access to tomcat only (I run am Embedded tomcat), how can I either: a) append more paths to search for classes in an existing ClassLoader; or b) create and add my own custom Loader or ClassLoader in the chain? Thanks -Iwan Vosloo Powered by Tiscali - http

RE: How to add a request filter for TC5.5.3? It was working for TC5.0.29!

2004-11-26 Thread David Lee
: How to add a request filter for TC5.5.3? It was working for TC5.0.29! On Fri, 26 Nov 2004 15:14:27 -0800, David Lee <[EMAIL PROTECTED]> wrote: > Dear Folks, > > I have a test request filter on TC5.0.29. It is defined in server.xml > as follows and it works: &g

RE: How to add a request filter for TC5.5.3? It was working for TC5.0.29!

2004-11-26 Thread David Lee
] Subject: Re: How to add a request filter for TC5.5.3? It was working for TC5.0.29! Valves (and other custom components, like Realms) written for TC 5.0.x will at the very least have to be re-compiled to work for TC 5.5.x. More likely, there will have to be code changes to make them work. That's

Re: How to add a request filter for TC5.5.3? It was working for TC5.0.29!

2004-11-26 Thread Remy Maucherat
On Fri, 26 Nov 2004 15:14:27 -0800, David Lee <[EMAIL PROTECTED]> wrote: > Dear Folks, > > I have a test request filter on TC5.0.29. It is defined in server.xml as > follows and it works: > > conf\server.xml: > > >deny="\x00,\x04,\x08,\x0a,\x0d"/> > > > How do I move this context into T

Re: How to add a request filter for TC5.5.3? It was working for TC5.0.29!

2004-11-26 Thread Bill Barker
Valves (and other custom components, like Realms) written for TC 5.0.x will at the very least have to be re-compiled to work for TC 5.5.x. More likely, there will have to be code changes to make them work. That's just the price you pay for relying on TC internals ;-). "David Lee" <[EMAIL PROT

How to add a request filter for TC5.5.3? It was working for TC5.0.29!

2004-11-26 Thread David Lee
Dear Folks, I have a test request filter on TC5.0.29. It is defined in server.xml as follows and it works: conf\server.xml: How do I move this context into TC5.5.3, I tried to put it into conf\context.xml file and I saw the errors when I started TC5.5.3. I struggle for a while and sti

Ruth R Wu-Wong/SANTACLARA/ADD/ABBOTT is out of the office.

2004-08-14 Thread ruth . r . wuwong
I will be out of the office starting 08/13/2004 and will not return until 08/16/2004. During my absence, please contact Masaki Nakane at x88508 or Doug Dixon at x60449 if you have a question regarding the VDRA project. Ruth -

Ruth R Wu-Wong/SANTACLARA/ADD/ABBOTT is out of the office.

2004-08-13 Thread ruth . r . wuwong
I will be out of the office starting 08/13/2004 and will not return until 08/16/2004. During my absence, please contact Masaki Nakane at x88508 or Doug Dixon at x60449 if you have a question regarding the VDRA project. Ruth -

Ruth R Wu-Wong/SANTACLARA/ADD/ABBOTT is out of the office.

2004-08-13 Thread ruth . r . wuwong
I will be out of the office starting 08/13/2004 and will not return until 08/16/2004. During my absence, please contact Masaki Nakane at x88508 or Doug Dixon at x60449 if you have a question regarding the VDRA project. Ruth -

Ruth R Wu-Wong/SANTACLARA/ADD/ABBOTT is out of the office.

2004-08-12 Thread ruth . r . wuwong
I will be out of the office starting 08/13/2004 and will not return until 08/16/2004. During my absence, please contact Masaki Nakane at x88508 or Doug Dixon at x60449 if you have a question regarding the VDRA project. Ruth -

RE: Ruth R Wu-Wong/SANTACLARA/ADD/ABBOTT is out of the office.

2004-07-05 Thread Jérôme Duval
Yay! Another one ;) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, July 05, 2004 12:27 PM To: Tomcat Users List Subject: Ruth R Wu-Wong/SANTACLARA/ADD/ABBOTT is out of the office. I will be out of the office starting 06/28/2004 and will not return

Ruth R Wu-Wong/SANTACLARA/ADD/ABBOTT is out of the office.

2004-07-05 Thread ruth . r . wuwong
I will be out of the office starting 06/28/2004 and will not return until 07/06/2004. During my absence, please contact Masaki Nakane at x88508 or Doug Dixon at x60449 if you have a question regarding the VDRA project. Ruth -

RE: AW: How can I add without restarting Tomcat?

2004-06-22 Thread Carl Olivier
Hi, yeah thanks - have been doing that this morning! Regards, Carl -Original Message- From: Ivan Jouikov [mailto:[EMAIL PROTECTED] Sent: 21 June 2004 09:34 PM To: 'Tomcat Users List' Subject: RE: AW: How can I add without restarting Tomcat? Look at tomcat's administr

RE: AW: How can I add without restarting Tomcat?

2004-06-21 Thread Ivan Jouikov
Look at tomcat's administration tool - it can dynamically add hosts. Looks at its codes. Go from there. -Original Message- From: Carl Olivier [mailto:[EMAIL PROTECTED] Sent: Monday, June 21, 2004 7:00 AM To: 'Tomcat Users List' Subject: RE: AW: How can I add wit

RE: AW: How can I add without restarting Tomcat?

2004-06-21 Thread Carl Olivier
restart! Is this possible? Thanks! Carl -Original Message- From: Peter Rossbach [mailto:[EMAIL PROTECTED] Sent: 18 June 2004 12:49 PM To: Tomcat Users List Subject: Re: AW: How can I add without restarting Tomcat? Hey, you can used the admin application. Tipp: Add a user with admin

Re: How can I add without restarting Tomcat?

2004-06-18 Thread Matrix Help
MatrixOne Tech Support eMail incident submission functionality requires specific subject line. The following subject lines are recognized. Request for CustomerLink Access - This will submit a request for new CustomerLink account Request for CustomerLink Password Reset - This will subm

Re: AW: How can I add without restarting Tomcat?

2004-06-18 Thread Peter Rossbach
Hey, you can used the admin application. Tipp: Add a user with admin role at your conf/tomcat-users.xml! Before you create the new host, create the webapps directory! After create your new host, copy the Catalina/localhost/manager.xml to Catalina//manager.xml and you have at usefull new host

Re: AW: How can I add without restarting Tomcat?

2004-06-18 Thread Nikola Milutinovic
Gunnar Pörschke wrote: Non way, because it is written in server.xml file. You'll need to stop the server, I guess Tomcat has a manager application. It can deploy new contexts (applications) on-the-fly, but I'm not sure about hosts. Nix. ---

AW: How can I add without restarting Tomcat?

2004-06-18 Thread Gunnar Pörschke
Non way, because it is written in server.xml file. You'll need to stop the server, I guess -Ursprüngliche Nachricht- Von: Ivan Jouikov [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 18. Juni 2004 11:33 An: 'Tomcat Users List' Betreff: How can I add without restarting To

How can I add without restarting Tomcat?

2004-06-18 Thread Ivan Jouikov
Nobody knows the answer to subj? --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.701 / Virus Database: 458 - Release Date: 07.06.2004

Can you dynamically add a new element to server.xml without restarting?

2004-06-17 Thread Ivan Jouikov
Subj. says it all... If not, is there a workaround? -Original Message- From: David Goldschmidt [mailto:[EMAIL PROTECTED] Sent: Thursday, June 17, 2004 1:27 PM To: Tomcat Users List Subject: Re: Connecting Tomcat and Apache Maybe you need to cd to the $CONN_SRC_HOME/jk/native directory f

RE: Add a text message to BASIC HTTP Authentication Dialog

2004-06-14 Thread Tim Penhey
I am fairly sure that the name of the Realm is what appears in the dialog. Tim > -Original Message- > From: Faine, Mark [mailto:[EMAIL PROTECTED] > Sent: 14 June 2004 13:40 > To: '[EMAIL PROTECTED]' > Subject: Add a text message to BASIC HTTP Authentication Dia

Add a text message to BASIC HTTP Authentication Dialog

2004-06-14 Thread Faine, Mark
Tomcat 4.1.29 I'd like to add some basic disclaimer text to a site that uses a JDBC Realm. I'd like for it to appear in the dialog where the user enters their username and password in the location that now reads only "JDBCRealm". Is this possible, if so h

Add

2004-04-06 Thread Torsten Fohrer
subscribe - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to add the class to the tomcat , so that it runs on its own

2004-02-22 Thread pabhatia
st" <[EMAIL PROTECTED]> To:[EMAIL PROTECTED] cc: Subject:How to add the class to the tomcat , so that it runs on its own Dear All Gurus, We need to make one utility class which needs to run on its own in the tomcat.We donot want to make it as servlet or so. Is there any way wit

Re: How to add the class to the tomcat , so that it runs on its own

2004-02-20 Thread Sale Rahul
Hello Philipp, Trying to answer your questions : #1.What purpose is this class you speak of? -- Purpose is to clean send emails with some interval of time. #2.What external ressources does the class need? -- This class need mail.session. #3.What pieces of application state information does it n

Re: How to add the class to the tomcat , so that it runs on its own

2004-02-20 Thread Philipp Taprogge
Hi! Sale Rahul wrote: Dear All Gurus, We need to make one utility class which needs to run on its own in the tomcat.We donot want to make it as servlet or so. Is there any way with which we can do that ? might... But it is very hard to advise you with so little information. What purpose is this c

RE: How to add the class to the tomcat , so that it runs on its own

2004-02-20 Thread Shapira, Yoav
Howdy, >Sale Rahul wrote: >> Dear All Gurus, >> We need to make one utility class which needs to run >> on its own in the tomcat.We donot want to make it as >> servlet or so. >> Is there any way with which we can do that ? public class MyClass implements Runnable { public void run() { // D

How to add the class to the tomcat , so that it runs on its own

2004-02-20 Thread Sale Rahul
Dear All Gurus, We need to make one utility class which needs to run on its own in the tomcat.We donot want to make it as servlet or so. Is there any way with which we can do that ? Please let me know ... Thanks in advance. Rahul __ Do you Yahoo!? Yahoo! Ma

Re: Add context from apache in Tomcat !!!

2004-02-16 Thread Antonio Fiol Bonnín
s/charge/load/ ;-) You could try to do it "by hand". That is, if you are using taglibs, create a tag that does that (and includes the error management you need). Otherwise, use a static method that loads a URL and returns its content as a String (including the result of error management in tha

Add context from apache in Tomcat !!!

2004-02-16 Thread Ferran Orsola
Hi everybody? Someone can help me? I've got two instances of tomcat running in two diferents machines. Also Ihave got apache server mapped with the two Tomcats using JK1.2 as: JKMount /oasis-tl/* cms # first instance of Tomcat JKMount /tl-intranet/* in

Re: How can I add a servlet to a server?

2003-12-13 Thread Rhino
one), your context name is 'MyServlet' and 'form' is a specific url-pattern in the web.xml file that you put in the WAR file. I hope this helps. Rhino - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 12, 2003 7:48 A

How can I add a servlet to a server?

2003-12-13 Thread m . shahpar
Hello! I installed Tomcat 5.0. Please send me the answer. I will have my servlet in a directory "mydir" 1. under "webapps". 2. out of the "webapps" but under CATALINA_HOME. 3. or out of that. Best Mehdi Shahpar Herder Strasse 4 12163 Berlin __

Re: how to add a context to server.xml?

2003-11-28 Thread [EMAIL PROTECTED]
List :: Subject: Re: how to add a context to server.xml? :: :: hi, :: :: thank you for your mail. i tried it out but found that it was no :: solution (as i hoped) to my other problem (i posted it already): the :: doesn't work. you asked me, if i used web.xml or :: "direct-call". :: :: wha

RE: how to add a context to server.xml?

2003-11-28 Thread Schalk
original email. Thank you. :: -Original Message- :: From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] :: Sent: Friday, November 28, 2003 12:01 PM :: To: Tomcat Users List :: Subject: Re: how to add a context to server.xml? :: :: hi, :: :: thank you for your mail. i tried it out but

Re: how to add a context to server.xml?

2003-11-28 Thread Andoni
You don't need to do it at all. Tomcat will create a default context in memory if it finds your war file in the right place. If you do want to specify things about the context you will need to add a section to server.xml. If you want to do this I recommend you first remove all the comment

Re: how to add a context to server.xml?

2003-11-28 Thread [EMAIL PROTECTED]
, please notify me immediately so that I can correct and delete the original email. Thank you. :: -Original Message- :: From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] :: Sent: Friday, November 28, 2003 11:17 AM :: To: [EMAIL PROTECTED] :: Subject: how to add a context to server.xm

RE: how to add a context to server.xml?

2003-11-28 Thread Schalk
this message in error, please notify me immediately so that I can correct and delete the original email. Thank you. :: -Original Message- :: From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] :: Sent: Friday, November 28, 2003 11:17 AM :: To: [EMAIL PROTECTED] :: Subject: how to add a

how to add a context to server.xml?

2003-11-28 Thread [EMAIL PROTECTED]
hello, i installed a .war-file with manager. i noticed, that in server.xml there was no entry for the corresponding context afterwards. i wanted to do it with the tomcat-admin-page, i got the message, that my alterations were saved. but then again: no context in server.xml. must i do it by han

Problem reconfiguring AJP13 to add another context/worker.

2003-10-01 Thread Rustad, Aaron
I am having a strange problem with Tomcat(4.x) and AJP13 on IIS. For the most part, everything is working correctly, the ISAPI filter redirects as expected when I ask for a specific context. I have recently added a couple new contexts to redirect, and for the life of me, I can't get it to redire

RE: Is it possible to add header values to the request (not the r espo nse)?

2003-07-16 Thread Shapira, Yoav
:34 AM >To: Tomcat Users List >Subject: Re: Is it possible to add header values to the request (not the >respo nse)? > > >You can do this via a Filter and HttpServletRequestWrapper, where your >imlpementation of HttpServletRequestWrapper will extend the needed >getHeader > >

RE: Is it possible to add header values to the request (not the r espo nse)?

2003-07-16 Thread White, Joshua A (HTSC, CASD)
PROTECTED] Sent: Wednesday, July 16, 2003 7:34 AM To: Tomcat Users List Subject: Re: Is it possible to add header values to the request (not the respo nse)? You can do this via a Filter and HttpServletRequestWrapper, where your imlpementation of HttpServletRequestWrapper will extend the needed

Re: Is it possible to add header values to the request (not the respo nse)?

2003-07-16 Thread Tim Funk
You can do this via a Filter and HttpServletRequestWrapper, where your imlpementation of HttpServletRequestWrapper will extend the needed getHeader methods to send the additional stuff you need. -Tim White, Joshua A (HTSC, CASD) wrote: Hey all, My production application uses a site minder web

Is it possible to add header values to the request (not the respo nse)?

2003-07-16 Thread White, Joshua A (HTSC, CASD)
Hey all, My production application uses a site minder web agent. This agent places two name/value pairs into the request header, one for userName, the other for domain. In my application, I have a filter which looks for these values to make sure the user is logged in. Currently I do not have si

AW: problem: add in httpd.conf :mod_jk2.so

2003-07-09 Thread Gianni Martiradonna
Yes! It work now! Many thanks! gianni -Ursprungliche Nachricht- Von: Eric J. Pinnell [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 8. Juli 2003 18:57 An: Tomcat Users List Betreff: Re: problem: add in httpd.conf :mod_jk2.so Hi, in httpd.conf make sure you have LoadModule

Re: problem: add in httpd.conf :mod_jk2.so

2003-07-08 Thread John Turner
Ditto. John On Tue, 8 Jul 2003 12:57:17 -0400 (EDT), Eric J. Pinnell <[EMAIL PROTECTED]> wrote: Hi, in httpd.conf make sure you have LoadModule jk2_module modules/mod_jk2.so I think you have jk_module in their now. -e On Tue, 8 Jul 2003, Gianni Martiradonna wrote: hi When is start apache

Re: problem: add in httpd.conf :mod_jk2.so

2003-07-08 Thread Eric J. Pinnell
Hi, in httpd.conf make sure you have LoadModule jk2_module modules/mod_jk2.so I think you have jk_module in their now. -e On Tue, 8 Jul 2003, Gianni Martiradonna wrote: > hi > > When is start apache received follow error: > > Can't locate API module structure `jk_module' in file > /etc/httpd/

problem: add in httpd.conf :mod_jk2.so

2003-07-08 Thread Gianni Martiradonna
hi When is start apache received follow error: Can't locate API module structure `jk_module' in file /etc/httpd/modules/mod_jk2.so: /usr/lib/libapr-0.so.0: undefined symbol: jk_module I built mod_jk2 : ./configure --with-apxs2=/usr/sbin/apxs make copy mod_jk2.so to /etc/httpd/modules copy jkj

Connection Pooling/Jakarta prob/fix - Update or add to docs.

2003-06-11 Thread Abram Catalano
Referring to http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-howto.html The example given for the JNDI MySQL connection pool had me stumped for a time. I did everything the example said, it wouldnt get past if (ds != null) { SEE BELOW for code but would just finish the

How to add an external package in my web app?

2003-06-06 Thread Jose Euclides da Silva Junior - DATAPREVRJ
> an external package in my web app? > > Hi gurus, > i guess it is a good question. I added an external package ( > org.apache.commons ... ) into my project since my servlets need it to run. > > My project was developed with JDeveloper and then, i added a command line > like "package org.apache.

RE: Need to create two lists and add remove data between them.... ?

2003-02-25 Thread Tam, Michael
create two lists and add remove data between them ? You'd still need javascript to fill in the form elements even if you used an applet. --mikej -=- mike jackson [EMAIL PROTECTED] > -Original Message- > From: Tam, Michael [mailto:[EMAIL PROTECTED] > Sent: Tuesda

RE: Need to create two lists and add remove data between them.... ?

2003-02-25 Thread Mike Jackson
t' > Subject: RE: Need to create two lists and add remove data between > them ? > > > You may consider using an applet as the interface instead of html if you > don't want to go with javascript. > > -Original Message- > From: Mufaddal Khumri [mailto:

RE: Need to create two lists and add remove data between them.... ?

2003-02-25 Thread Tam, Michael
You may consider using an applet as the interface instead of html if you don't want to go with javascript. -Original Message- From: Mufaddal Khumri [mailto:[EMAIL PROTECTED] Sent: Monday, February 24, 2003 9:09 PM To: Tomcat Users List Subject: Re: Need to create two lists and add r

RE: Need to create two lists and add remove data between them.... ?

2003-02-25 Thread Turner, John
TECTED] > Sent: Tuesday, February 25, 2003 12:09 AM > To: Tomcat Users List > Subject: Re: Need to create two lists and add remove data between > them ? > > > Is there a way to do this with using just java and html and not use > Java Script ? > > On Tuesday, Feb

Re: Need to create two lists and add remove data between them.... ?

2003-02-25 Thread Mufaddal Khumri
Original Message- From: Mufaddal Khumri [mailto:[EMAIL PROTECTED] Sent: Monday, February 24, 2003 11:52 PM To: Tomcat List Subject: Need to create two lists and add remove data between them ? Hi, I have a JSP page on which i need to create two lists side by side and have two buttons betwee

RE: Need to create two lists and add remove data between them.... ?

2003-02-25 Thread Mike Jackson
Khumri [mailto:[EMAIL PROTECTED] > Sent: Monday, February 24, 2003 8:52 PM > To: Tomcat List > Subject: Need to create two lists and add remove data between them ? > > > > Hi, > > I have a JSP page on which i need to create two lists side by side and > have two buttons b

RE: Need to create two lists and add remove data between them.... ?

2003-02-25 Thread Turner, John
Subject: Need to create two lists and add remove data between > them ? > > > > Hi, > > I have a JSP page on which i need to create two lists side by > side and > have two buttons between them - Add and Remove. I have other stuff on > the same JSP page as wel

Need to create two lists and add remove data between them.... ?

2003-02-25 Thread Mufaddal Khumri
Hi, I have a JSP page on which i need to create two lists side by side and have two buttons between them - Add and Remove. I have other stuff on the same JSP page as well. like text boxes, check boxes etc. How do I get my add and remove buttons to work so that i can capture a mouse click on

  1   2   3   >