RE: mod_jk help needed here

2002-02-16 Thread Donald Lee
Tom, here is a link to my help file regarding mod_jk. Let me know if it's not what you needed or is somehow in error and I will fix it. I know what your going through I have been there. http://64.108.105.4/mod_jk.html If that doesn't work by the time you get this message just go to

RE: Is this possible with TOMCAT- host:8080 AND host:8585

2002-02-16 Thread Anton Brazhnyk
Hi, -Original Message- From: Luis Pinho [mailto:[EMAIL PROTECTED]] Sent: Friday, February 15, 2002 8:49 PM To: '[EMAIL PROTECTED]' Subject: Is this possible with TOMCAT- host:8080 AND host:8585 Hi There, Is it possible to run TOMCAT at different ports, at the same time?

RE: The default servlet

2002-02-16 Thread Anton Brazhnyk
Hi, -Original Message- From: Markus Bengts [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 16, 2002 12:32 AM To: [EMAIL PROTECTED] Subject: The default servlet Is it possible to configure Tomcat 4 so that it serves index.jsp as the default for a directory, but still does

RE: Tomcat 4.0.1 StandAlone Web Server and SSL

2002-02-16 Thread Anton Brazhnyk
Hi, -Original Message- From: John Echano [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 16, 2002 2:36 AM To: [EMAIL PROTECTED] Subject: Tomcat 4.0.1 StandAlone Web Server and SSL We are interested in implementing SSL four our Apache Jakarta Tomcat Server. We are running

RE: The default servlet

2002-02-16 Thread Markus Bengts
On Sat, 16 Feb 2002, Anton Brazhnyk wrote: You can disable default servlet in $CATALINA_HOME/conf/web.xml and modify welcome-file-list either there or in your app's web.xml I didn't try that, but there is no mentions about default servlet's serving of welcome-file-list, so I hope it works.

RE: The default servlet

2002-02-16 Thread Anton Brazhnyk
Hi Markus, -Original Message- From: Markus Bengts [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 16, 2002 11:22 AM To: Tomcat Users List Subject: RE: The default servlet On Sat, 16 Feb 2002, Anton Brazhnyk wrote: You can disable default servlet in

RE: Is this possible with TOMCAT- host:8080 AND host:8585

2002-02-16 Thread Deep Singh Bhau
Yes it is possible to run tomcat on different ports... all u need is to create two server.xml files that too with different ports. Then run the tomcat with the following options Startup -f server.xml Startup -f server1.xml In this way u will have two instances of tomcat running on different

RE: Is this possible with TOMCAT- host:8080 AND host:8585

2002-02-16 Thread Deep Singh Bhau
Remember to use different port numbers and remember to change the redirectPort=443 to something else on second instance -Original Message- From: Deep Singh Bhau Sent: Saturday, February 16, 2002 3:31 PM To: Tomcat Users List Subject: RE: Is this possible with TOMCAT- host:8080 AND

RE: The default servlet

2002-02-16 Thread Markus Bengts
On Sat, 16 Feb 2002, Anton Brazhnyk wrote: I bet you know you can turn of the directory listing and I think it's all you can do with configs. But you still can write your own default servlet either global or just for your application, right? Somebody must have done it already ;) Is it

Re: mod_jk help needed here

2002-02-16 Thread Thomas Cherry
I looked at your site. Thanks, but here is a question. What is the difference between: Connector className=org.apache.ajp.tomcat3.Ajp13Connector port=8009 minProcessors=5 maxProcessors=75 acceptCount=10 debug=0/ and Ajp13connector port=8009 / My distribution did not have

Re: TC + JDK1.4

2002-02-16 Thread Frank
yes [EMAIL PROTECTED] wrote: Hi, does TC support JDK1.4 ? Thanx Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148 31277 Fax: +49 221 148 43963 Mobil: +49 179 59 064 59 e-Mail: [EMAIL PROTECTED]

RE: Tomcat 4.0.1 StandAlone Web Server and SSL

2002-02-16 Thread Peter Romianowski
Take a look into the the CVS. There is an updated version of the SSL-howto (under catalina/webapps/tomcat-doc) which describes how to use Verisign or Thawte CAs. -Original Message- From: Anton Brazhnyk [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 16, 2002 10:11 AM To: Tomcat Users

Re: mod_jk help needed here

2002-02-16 Thread Thomas Cherry
Also, in my mod_jk.log file, I get this error when I try to have apache open a jsp file: [jk_uri_worker_map.c (430)]: In jk_uri_worker_map_t::map_uri_to_worker, wrong parameters What does this mean? On Saturday, February 16, 2002, at 08:55 AM, Thomas Cherry wrote: I looked at your site.

Re: Apache 1.3.23 + Tomcat 4.01 + Warp

2002-02-16 Thread Frank
When I try you http.conf setup, I get invalid virtual host on startup. Where is the line NameVirtualHost 127.0.0.1 intended to go? [EMAIL PROTECTED] wrote: After having problems with other apps that appeared IP related, I removed TCP/IP and reinstalled it. This corrected all the weird

RE: J2EE and Tomcat

2002-02-16 Thread Craig R. McClanahan
On Sat, 16 Feb 2002, Keith Ng wrote: Date: Sat, 16 Feb 2002 14:08:50 +0800 From: Keith Ng [EMAIL PROTECTED] To: Craig R. McClanahan [EMAIL PROTECTED], Tomcat Users List [EMAIL PROTECTED] Subject: RE: J2EE and Tomcat Hi Craig I saw yr very reasonable explaination and have

Help with Apache Proxy Module and Jrun

2002-02-16 Thread mohammed zia
Hello, I know this list is Tomcat but you guys will probably face the same issues whether its JRUN or Tomcat. I am passing JSP's through Apache with Proxy Module in it to other servers. However some JSP's will need to be passed to the JRUN running on the same machine as Apache. JRUN is

Prevent reboot of Tomcat when new classes are applied

2002-02-16 Thread Lars Nielsen Lind
Hi. How do I prevent that I have to reboot the Jakarta-Tomcat server when I uploads new JavaBeans (class files) to /WEB-INF/classes? I am using Jakarta-Tomcat 4.0.2, Apache 1.3.23 (with Mod_webapp) on a Linux Red Hat 7.2 server. Best regards, Lars Nielsen Lind

RE: Prevent reboot of Tomcat when new classes are applied

2002-02-16 Thread Reynir Hübner
well try setting reloadable=true (on the context in server.xml) If you do that, then at least new versions of your classes get reloaded, I am not sure if new classes get loaded unless they are in a Jar file and put into the WEB-INF/lib directory. hope it helps [EMAIL PROTECTED]

Re: Prevent reboot of Tomcat when new classes are applied

2002-02-16 Thread Lars Nielsen Lind
Thanks, I will try it out and post the result. Best regards, Lars Nielsen Lind - Original Message - From: Reynir Hübner [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, February 16, 2002 6:40 PM Subject: RE: Prevent reboot of Tomcat when new classes are applied

mod_jk, mod_webapp or mod_proxy?

2002-02-16 Thread Jose Solorzano
Has anyone else chosen mod_proxy over mod_jk and mod_webapp? I found mod_jk to be unstable in our setup, and mod_webapp didn't translate redirects properly. Also, it seems to me that mod_proxy must have been around a lot longer than mod_jk and mod_webapp. The HttpConnector has certainly been

Classes not being found in 4.0.2 but are found in 4.0.1 (and what is LE?)

2002-02-16 Thread Doug Fields
Hello all, I tried to move to Tomcat 4.0.2-LE-jdk1.4 today from Tomcat 4.0.1 (both running on the new JDK 1.4). I have put several jar files in common/lib - including such standards as the postgresql.jar and cos.jar. Under 4.0.1, things work just fine. In 4.0.2 (LE-jdk1.4, which I assume is

RE: mod_jk help needed here

2002-02-16 Thread Donald Lee
I can't answer the first question other than to say that the className is the full path while the one you listed is just the individual name without the full path. Your also not using Connector className= which I would assume is there for a reason. I think if your just trying to get up and

RE: mod_jk help needed here

2002-02-16 Thread Donald Lee
Tom, I would love nothing more than to be able to help you with this but you may have to take us through the steps you went through to install Tomcat and what you did when you tried to install mod_jk. It would also be interesting to know what version you are using, I am using 4.0.1 and if you

exception-type in web.xml

2002-02-16 Thread Mark R. Diggory
I'm using tomcat 4.0.1. While error-page error-code400/error-code location/Error/Http/BadRequest.jsp/location /error-page does route to error pages when proper status is set in the page. The following doesn't seem to work as well for exceptions. error-page

Re: exception-type in web.xml

2002-02-16 Thread Mark R. Diggory
Apologies... I was catching exceptions in a filter, stopping them from continuing on to the Engine... Mark R. Diggory wrote: I'm using tomcat 4.0.1. While error-page error-code400/error-code location/Error/Http/BadRequest.jsp/location /error-page does route to

RE: Classes not being found in 4.0.2 but are found in 4.0.1 (and what is LE?)

2002-02-16 Thread Roger Cuddy
Sorry, no clue on your classes not being found but as for the LE: from the ftp directory -- Apache Tomcat 4.0.2 This release of Tomcat 4.0 is available in two different packaging options: Standard: This is a full binary distrbution of Tomcat 4, which

Weird URL stuff... w/ apache and tomcat....

2002-02-16 Thread Neil Streeter
Hi all, Can anyone help me figure out why I can't access the tomcat examples with http://www.myserver.com/examples/jsp/index.html It says it can't find the document '404' error But If I do something like this with an extra '/' it works fine... http://www.myserver.com//examples/jsp/index.html

RE: Datasources context ?

2002-02-16 Thread Jacquet, Frederic
Title: RE: Datasources context ? In fact I just reading the JNDI Howto and try to set up the thing for the very first time for JDBC access Someone (Mark) seems to have the same kind of problem with oracle ;( Where can I find a working test sample ? -Original Message- From: Remy