RE: RE: Configuring Tomcat 4

2002-03-26 Thread Larry Chambers
4) Integrate Tomcat and Apache Add the following lines to httpd.conf: LoadModule webapp_module modules/mod_webapp.so AddModule mod_webapp.c You need to configure a connector in httpd.conf (examples shown for the modules you can export initially - remove the comments to enable them):

RE: RE: Configuring Tomcat 4

2002-03-26 Thread Chris Pheby
] Subject: RE: RE: Configuring Tomcat 4 4) Integrate Tomcat and Apache Add the following lines to httpd.conf: LoadModule webapp_module modules/mod_webapp.so AddModule mod_webapp.c You need to configure a connector in httpd.conf (examples shown for the modules you can export initially

RE: Configuring Tomcat 4/mod_webapp

2002-03-26 Thread Sanjay Bahal
What is the exact link to get mod_jk. I can't seem to find it- 4) Integrate Tomcat and Apache Stop the Tomcat and Apache services. Then download mod_webapp from jakarta.apache.org Thanks Sanjay --- Chris Pheby [EMAIL PROTECTED] wrote: Apache, MySQL, Tomcat, Netbeans and Mozilla

RE: Configuring Tomcat/apache service with mod_jk

2002-02-22 Thread Donald Lee
Go here, http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3/bin/linux/i386/ and download the file mod_jk-3.3-ap13-eapi.so and use that module. it will get rid of the eapi warning. I don't know if it's preferable to change the name of this file to mod_jk.so, but I just entered the name

Re: Configuring Tomcat/apache service with mod_jk

2002-02-20 Thread Dieter Lunn
It can't find your worker.properties file where you said it will be. On February 20, 2002 08:57 am, you wrote: I've been trying Tomcat/Apache with mod_webapp and now I'd like to compare with mod_jk I'm using a RedHat 7.1 with these RPM's: apache-1.3.22-1.7.1 (with mod_throttle-3.1.2-3

RE: COnfiguring Tomcat/apache with mod_jk

2002-02-19 Thread Shiva.Devaguptapu
Tell the versions. -Original Message- From: Julien OIX [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 2:51 PM To: Tomcat list Subject: COnfiguring Tomcat/apache with mod_jk hi, I've been trying Tomcat/Apache with mod_webapp and now I'd like to compare with mod_jk I

Re: COnfiguring Tomcat/apache with mod_jk

2002-02-19 Thread Julien OIX
Shiva.Devaguptapu a écrit : Tell the versions. Using a RedHat 7.1 with these RPM's apache-1.3.22-1.7.1 (with mod_throttle-3.1.2-3 mod_put-1.3-2 mod_bandwidth-2.0.3-2) tomcat4-4.0.2-2 mod_jk-1.3-1.0-1.4.0.2 -Original Message- From: Julien OIX [mailto:[EMAIL PROTECTED]] Sent:

RE: COnfiguring Tomcat/apache with mod_jk

2002-02-19 Thread Shiva.Devaguptapu
I have these instruction for apache1.3.20/tomcat3.2.3/win2k. I don't know about your env. Hope this can be atlease a reference.. Download and copy mod_jk.dll into the modules folder in the Apache installation folder Start Tomcat and a file with the name mod_jk.conf-auto will be created by the

Re: configuring tomcat and apache

2002-02-12 Thread tarunjava
the 2 most useful links for the same are : http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html http://jakarta.apache.org/tomcat/tomcat-3.3-doc/mod_jk-howto.html this will solve all ur probs tarun _ Do You Yahoo!? Get

Re: configuring tomcat

2002-01-02 Thread Craig R. McClanahan
On Wed, 2 Jan 2002 [EMAIL PROTECTED] wrote: Date: Wed, 2 Jan 2002 17:28:27 +0100 From: [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: configuring tomcat hi is there another way for configuring tomcat than directly editing the server.xml

RE: configuring tomcat

2002-01-02 Thread Soffen, Matthew
- == -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 12:35 PM To: Tomcat Users List Subject: Re: configuring tomcat On Wed, 2 Jan 2002 [EMAIL PROTECTED] wrote: Date: Wed, 2 Jan 2002 17:28:27 +0100 From: [EMAIL PROTECTED] Reply

Re: Configuring Tomcat 3.2.3 to access Oracle 8i backend

2001-11-27 Thread James Chuang
Raymond: Your Oracle distribution should come with the JDBC drivers you need, classes111.zip or classes12.zip. They should be in your $ORACLE_HOME/jdbc/lib directory. Put them in your classpath, and you can write the JDBC code to access them in a servlet. I guess you can put the code to do so

Re: Configuring tomcat to serve static content

2001-11-26 Thread David Cassidy
Check that tomcat has the correct mime type for your .doc files have a look in web.xml. then add one for excel / word :) Aditya Sharma wrote: Hi, We have an installation of Tomcat 3.3 on Windows 2000, and are using Tomcat to serve our static content (as a web-server). I have issues

Re: configuring tomcat/apache

2001-10-02 Thread RahulKrishna Gupta
Chandramouli wrote: How do i configure apache to dynamically load contexts from tomcat. Regards Chandra Check out the Apache config for tomcat which is included in the docs for Tomcat. I can send you the exact settings in server.xml and httpd.conf if you so wish but I would advise you to fo

RE: Configuring tomcat with soap and log4j

2001-09-05 Thread Shay Mandel
Hi, You must initialize the log4j system (as the error says). This means you must have a class of yourself, which is called before you create the first instance of a category. This class should do something like this: String log4jConfigFileName = log4j.properties; try { // do the

RE: Configuring tomcat with soap and log4j

2001-09-05 Thread Ram, Kumar
- From: Shay Mandel [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 05, 2001 7:31 PM To: '[EMAIL PROTECTED]' Subject: RE: Configuring tomcat with soap and log4j Hi, You must initialize the log4j system (as the error says). This means you must have a class of yourself, which is called

RE: Configuring tomcat with soap and log4j

2001-09-05 Thread Ram, Kumar
Hi, I solved the problem by configuring the stuff in the context Ram Unsubscribing now -Original Message- From: Ram, Kumar [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 05, 2001 7:19 PM To: '[EMAIL PROTECTED]' Subject: RE: Configuring tomcat with soap and log4j Hi

Re: configuring tomcat with Win 2000

2001-08-27 Thread Rick Hodgson
There's no difference between the two W** systems. I used the WNT Tomcat3.2.3 install instructions with the IIS5.0 howto instructions on a W2K/sp2 system with only minor problems. The main problems are the IIS5.0 howto requires a number of changes to .\conf and the W2K registry. If you don't

RE: configuring tomcat with Win 2000

2001-08-27 Thread anand
Could you please direct me where I could get more info about tomcat with Win2K please. Thx, Anand. -Original Message- From: Rick Hodgson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 28, 2001 1:15 AM To: [EMAIL PROTECTED] Subject: Re: configuring tomcat with Win 2000 There's

RE: configuring tomcat

2001-08-13 Thread Larry Isaacs
This error suggests that you didn't copy JspCalendar.class from: e:/code/java/jakarta-tomcat-3.2.3/webapps/examples/WEB-INF/classes/dates to: f:/www/WEB-INF/classes/dates Larry -Original Message- From: Nils Kaiser [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 12, 2001 7:47 AM

Re: Configuring Tomcat 3.2.3 to use EJB

2001-08-10 Thread Craig R. McClanahan
On Fri, 10 Aug 2001, Steven Caswell wrote: I understand that Tomcat does not support EJB in the sense that it does not provide a container. However, I'm trying to access an EJB being served by Sun's Reference Implementation. I can't figure out how to get Tomcat to find the com.sun

Re: Configuring Tomcat 3.2.3 to use EJB

2001-08-10 Thread Steven Caswell
So there is no easy way to access an EJB server from within a standalong Tomcat. That stinks. So can anyone tell me how to run the Tomcat that is in the 1.2 RI? I've not seen anything in the documentation that tells how to do that. TIA --- Craig R. McClanahan [EMAIL PROTECTED] wrote: On

Re: Configuring Tomcat 3.2.3 to use EJB

2001-08-10 Thread Craig R. McClanahan
On Fri, 10 Aug 2001, Steven Caswell wrote: So there is no easy way to access an EJB server from within a standalong Tomcat. That stinks. Tomcat has no EJB container. So can anyone tell me how to run the Tomcat that is in the 1.2 RI? I've not seen anything in the documentation that

RE: Configuring tomcat (memory and threads)

2001-07-13 Thread Vicente Martínez
1 It's a matter of the JVM. using java -version you can see what kind of threads you are using. 2 I suggest you 128Mb -Mensaje original-De: Enrique Lopez [mailto:[EMAIL PROTECTED]]Enviado el: jueves, 12 de julio de 2001 19:47Para: Lista de distribución del tomcatAsunto:

Re: Configuring tomcat (memory and threads)

2001-07-13 Thread Enrique Lopez
?? thanks - Original Message - From: Vicente Martínez To: [EMAIL PROTECTED] Sent: Friday, July 13, 2001 9:37 AM Subject: RE: Configuring tomcat (memory and threads) 1 It's a matter of the JVM. using java -version you can see what kind of threads you are using.

Re: Configuring tomcat (memory and threads)

2001-07-13 Thread Ravishankar.S
PROTECTED] ; [EMAIL PROTECTED] Sent: Friday, July 13, 2001 3:08 PM Subject: Re: Configuring tomcat (memory and threads) Im used java -version and the result is: java version "1.3.0"Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.3.0-FCS)Java H

Re: Configuring tomcat+Apache on different machines

2001-07-12 Thread Ravishankar.S
dear kiran, u could probably map the n/w drive where the tomcat is onto ur computer which has apache.say F: drive u then simply follow the docs and replace F:\path to tomcat wherever u need it or else wherever u come across C:\path to tomcat u substitute it with

Re: Configuring tomcat+Apache on different machines

2001-07-12 Thread Andrea
Hi I've got apache in one machine with only the conf dir of tomcat and the mod_jk. The only file I've to change is worker.properties worker.ajp13.host=111.100.1.2 You don't have to istall everything on both machine Also if you restart tomcat on one machine, you have to restart

Re: Configuring tomcat+Apache on different machines

2001-07-12 Thread Alberto Torna Jr.
The way the communications work between tomcat Apache, a path and a port are involved. You might need to create a share on Tomcat for Apache to access it. Otherwise, a UNC path might suffice. From: "kiran kumar" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject:

RE: running remote tomcat instance Re : Configuring tomcat+Apache on different machines

2001-07-12 Thread Chauhan, Anand
Selva Krishna, Definitely yes ! just see thru http.conf and the worker.properties doc files for reference. Machine X Apache In http.conf, JkMount \remote\* remote_worker In worker.properties, worker.list = remote_worker; and then define the remote_worker in the file with the port

Re: configuring Tomcat on Windows 2000 and IIS

2001-03-22 Thread Salvatore Borrelli
e context to the ISAPI redirector). Sal. - Original Message - From: Carlos Diaz To: [EMAIL PROTECTED] Sent: Wednesday, March 21, 2001 10:44 AM Subject: RE: configuring Tomcat on Windows 2000 and IIS Hi, This configuration works only with the ex

Re: configuring Tomcat on Windows 2000 and IIS

2001-03-21 Thread Salvatore Borrelli
Hi, these are the steps you should follow: 1.run the InternetServices Manager MMC (i.e. ...\winnt\system32\iis.msc) 2. open yourIIS server icon, right click the Web Server to which you whish to add the ISAPI(e.g. Default Web Site), then choose Properties 3. from the Web Site Properties

Re: configuring Tomcat on Windows 2000 and IIS

2001-03-21 Thread Rajesh Jumde
Thanx Sal, Through your response for the mail i came to know how to add ISAPI filter. But I am getting the red arrow pointing downwards. I followed all the steps from the document Tomcat IIS How To. Can you suggest me any solution for the same. Regards, Rajesh Salvatore Borrelli wrote: Hi,

RE: configuring Tomcat on Windows 2000 and IIS

2001-03-21 Thread Carlos Diaz
marzo de 2001 10:16Para: [EMAIL PROTECTED]Asunto: Re: configuring Tomcat on Windows 2000 and IIS Hi, these are the steps you should follow: 1.run the InternetServices Manager MMC (i.e. ...\winnt\system32\iis.msc) 2. open yourIIS server icon, right click the Web Server

Re: configuring Tomcat on Windows 2000 and IIS

2001-03-21 Thread Rajesh Jumde
Thanx everybody I got the index page for the jsp. Thanx to everyone for there responses. Regards, Rajesh Salvatore Borrelli wrote: Hi, these are the steps you should follow:1. run the Internet Services Manager MMC (i.e. ...\winnt\system32\iis.msc)2. open your IIS server icon, right click the

RE: Configuring tomcat and IIS - Nagarajan

2001-01-09 Thread nitin dubey
al Message- From: nitin dubey [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 09, 2001 7:18 AM To: [EMAIL PROTECTED] Subject: RE: Configuring tomcat and IIS - Nagarajan Hi, First of all thanks for the reply. I have these entries in the uriworkermap.properties and workermap.

RE: Configuring tomcat and IIS - Nagarajan

2001-01-09 Thread G.Nagarajan
Hi Nitin, I wanted the source code for the DLL, not the dll itself. So that I could trace what was going on. Thanks Nagarajan. -Original Message- From: nitin dubey [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 09, 2001 12:12 PM To: [EMAIL PROTECTED] Subject: RE: Configuring tomcat

RE: Configuring tomcat and IIS - Nagarajan

2001-01-09 Thread G.Nagarajan
: G.Nagarajan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 09, 2001 12:27 PM To: [EMAIL PROTECTED] Subject: RE: Configuring tomcat and IIS - Nagarajan Hi Nitin, I wanted the source code for the DLL, not the dll itself. So that I could trace what was going on. Thanks Nagarajan. -Original

RE: Configuring tomcat and IIS

2001-01-08 Thread G.Nagarajan
Hi, are you getting the green up arrow in the ISAPI window? -Original Message- From: nitin dubey [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 06, 2001 12:50 PM To: [EMAIL PROTECTED] Subject: Configuring tomcat and iis Hi guys, I have read the document by apache for configuring

RE: Configuring tomcat and IIS

2001-01-08 Thread nitin dubey
Hi Nagarajan, Yes I am getting green up arrow. nitin --- "G.Nagarajan" [EMAIL PROTECTED] wrote: Hi, are you getting the green up arrow in the ISAPI window? -Original Message- From: nitin dubey [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 06, 2001 12:50 PM To: [EMAIL

RE: Configuring tomcat and IIS

2001-01-08 Thread G.Nagarajan
, January 08, 2001 11:11 AM To: [EMAIL PROTECTED] Subject: RE: Configuring tomcat and IIS Hi Nagarajan, Yes I am getting green up arrow. nitin --- "G.Nagarajan" [EMAIL PROTECTED] wrote: Hi, are you getting the green up arrow in the ISAPI window? -Original Message- From: n

RE: Configuring tomcat and IIS - Nagarajan

2001-01-08 Thread nitin dubey
inal Message- From: nitin dubey [mailto:[EMAIL PROTECTED]] Sent: Monday, January 08, 2001 11:11 AM To: [EMAIL PROTECTED] Subject: RE: Configuring tomcat and IIS Hi Nagarajan, Yes I am getting green up arrow. nitin --- "G.Nagarajan" [EMAIL PROTECTED] wrote:

Re: Configuring Tomcat question

2000-11-16 Thread Marco van Meegen
actually I tried that for my application under NT and added an absolute path for the context. The problem with Tomcat 3.1 is, that it searches the web.xml file for the context under TOMCAT_HOME/webapps/MY_ABSOLUTE_WEB_APP_PATH but serves the files correctly from the given

Re: Configuring Tomcat - Examples don't work.

2000-10-30 Thread Craig R. McClanahan
Sterling wrote: java.lang.NoClassDefFoundError: sun/tools/javac/Main Add "$JAVA_HOME/lib/tools.jar" to your classpath. Adding just "$JAVA_HOME/lib" is not sufficient, because that only looks for unpacked classes -- not classes that are resident in JAR files in the named directory. Craig

<    1   2