Multiple Tomcat Instances on Linux Box : Binding exceptions galore : No ideas left

2002-05-19 Thread Webdesign
Hi folks. I'm trying to setup tomcat on one of our servers so that multiple developers can have their own tomcat instance, but keep running into bind exceptions. I've been fiddling with it for quite a few days but have come to a stage where I can't figure out what more to do.

WARP connector and Apache2 - error

2002-05-19 Thread Nikola Milutinovic
Hi all. Apache 2.0.35 Tomcat 4.1.1 mod_webapp 4.1.2 I've built mod_webapp from sources, the build was more/less OK. The module loads. I have copied tomcat-warp.jar to server/lib dir of Tomcat 4.1.1 When I start Apache2 and it attempts to connect and deploy webapp, I get errors in error logs:

Getting mod_webapp to accomplish the same thing at the mod_jk

2002-05-19 Thread tc
I am having no luch at getting the mod_webapp (tomcat 4.x on apache 1.3.x) to accomplish the same tasks as the mod_jk (tomcat 3.x on apache 1.3.x) Here is what I have using the mod_jk (using tomcat 3.x on apache 1.3.x) For the http.conf VirtualHost *:80 DocumentRoot /home/web/mysite

Re: Getting mod_webapp to accomplish the same thing at the mod_jk

2002-05-19 Thread Jeffrey Bonevich
[EMAIL PROTECTED] wrote: I am having no luch at getting the mod_webapp (tomcat 4.x on apache 1.3.x) to accomplish the same tasks as the mod_jk (tomcat 3.x on apache 1.3.x) Here is what I have using the mod_jk (using tomcat 3.x on apache 1.3.x) For the http.conf VirtualHost *:80

Re: Getting mod_webapp to accomplish the same thing at the mod_jk

2002-05-19 Thread Adrian
LoadModule webapp_module libexec/mod_webapp.so WebAppConnection warpConnection warp localhost:8008 WebAppDeploy examples warpConnection /examples/ ^^^ You forgot the WebAppDeploy line. Are you loading the module

Re: Getting mod_webapp to accomplish the same thing at the mod_jk

2002-05-19 Thread tc
I was able to get the examples working using: DocumentRoot /usr/local/tomcat/webapps/ WebAppConnection warpConnection warp localhost:8008 WebAppDeploy examples warpConnection /examples But I am not able to get my own site working. I have multiple sites running on the same box and I am

Where do I put the oracle jdbc driver?

2002-05-19 Thread Tore Skogly
I have problems making Tomcat find the jdbcdriver which i downloaded from Oracle. I have put the driver (classes12.zip) into $JAVA_HOME/lib and renamed it classes12.jar. In /etc/profile I have added: CLASSPATH=$CLASSPATH:$JAVA_HOME/lib/classes12.jar; export CLASSPATH My system config is:

PLZ HELP Administration TC 4.0.3

2002-05-19 Thread puneet sachar
Listen i got few peoblem in administrating Tomcat 4.0.3 Can u help me ...plz guide me .. Here follows the queries 1) Difference b/w Tomcat_HOME and CATALINA_HOME and CATALINA_BASE ? 1.1)IS CATALINA_BASE is something related to different context in a single container? 2)what is

Re: PLZ HELP Administration TC 4.0.3

2002-05-19 Thread Felipe R. Lorenzo VI
Please read $CATALINA_HOME/bin/catalina.sh or %CATALINA_HOME%/bin/catalina.bat. it describe in details their meaning frlvi 5/19/02 10:41:50 AM, puneet sachar [EMAIL PROTECTED] wrote: Listen i got few peoblem in administrating Tomcat 4.0.3 Can u help me ...plz guide me .. Here

Re: Where do I put the oracle jdbc driver?

2002-05-19 Thread Felipe R. Lorenzo VI
To use it on a single Web Application, try: WEB-INF/lib frlvi 5/19/02 10:07:12 AM, Tore Skogly [EMAIL PROTECTED] wrote: I have problems making Tomcat find the jdbcdriver which i downloaded from Oracle. I have put the driver (classes12.zip) into $JAVA_HOME/lib and renamed it

RE: PLZ HELP Administration TC 4.0.3

2002-05-19 Thread Subir Sengupta
ALSO READ THE Tomcat docs before posting questions like this here!!! -Original Message- From: Felipe R. Lorenzo VI [mailto:[EMAIL PROTECTED]] Sent: Monday, May 20, 2002 1:54 AM To: Tomcat Users List Subject: Re: PLZ HELP Administration TC 4.0.3 Please read

Re: Where do I put the oracle jdbc driver?

2002-05-19 Thread Tore Skogly
mandag 20. mai 2002, 10:52, skrev Felipe R. Lorenzo VI: To use it on a single Web Application, try: WEB-INF/lib frlvi The jdbc drivers will be used by several applications. What location does that require? $TOMCAT_HOME/lib (ie /var/tomcat4/lib) Do I need to add the jar file to my CLASSPATH

RE: Multiple Tomcat Instances on Linux Box : Binding exceptions galore : No ideas left

2002-05-19 Thread Webdesign
does tomcat bind to a particular port which is hardcoded in? Has anyone run multiple instances of tomcat on one machine or is it assumed that tomcat is run from client machines and not on a central server? If so,it seems to be a bit strange. Appreciate any help. Bert. Hi folks. I'm trying

RE: Where do I put the oracle jdbc driver?

2002-05-19 Thread Jack Hermanto
Put it on - $TOMCAT_HOME/server/lib if you need the JDBC available only for tomcat server. - $TOMCAT_HOME/common/lib if you need JDBC available for both server and application. Notes: Tomcat class loader only recognize .jar file, so rename the JDBC's extension to .jar. Jack

Should /usr/share/tomcat/server/classes/ be empty?

2002-05-19 Thread John F. Davis
Hello I'm trying to start tomcat on a debian sparc linux machine and I'm getting a failure. I have traced the program and one of the last failures is when tomcat looks for the file: /usr/share/tomcat4/server/classes/org/apache/catalina/net/DefaultServerSocketFactory.class Tomcat can not find

High Traffic Problem

2002-05-19 Thread Tony White
Hi, We have a problem with Apache 1.3.24 plus mod_jk 1.2.1 and Tomcat 4.0.3. They are setup in a load balancing configuration, where multiple Apaches connect to multiple Tomcats. What happens is that sometimes, after the server has been running without any problems, the network traffic between

Session JDBC

2002-05-19 Thread Wiwi Wiwi
Hi all. Can somebody point me some guides on my project. Now, I'm trying to do a login page for my client, and I wish to do some session once the login is successfully. However, I don't know where should my login page forward to? Is it straight away forward to servlet to create a session and

Problem in restarting Tomcat

2002-05-19 Thread Zhongwen Zhu (LMC)
Hi In linux OS, when Tomcat is shut down, the port which is used by Tomcat is not released. Hence it is impossible to re-start Tomcat. Do you have any solution so that the system is forced to release the port when Tomcat is shut down? Thank you for your hints. michael zhu

my application won't start..

2002-05-19 Thread nino stevens bretana
after i started the server, my application is not running. i already tried to work around with /manager and add a context... on server.xml. after i restarted the server, still its not running. what are the other possibilities why it keeps on happenning? thanks in advance. nesty

RE: Problem in restarting Tomcat

2002-05-19 Thread Chris Campbell
We had this problem the other day. We fixed it by putting 'killall java' in the restart script before attempting to restart tomcat... of course this is no good if you want other java processes to keep running though. ChrisC -Original Message- From: Zhongwen Zhu (LMC) [mailto:[EMAIL

Re: Problem in restarting Tomcat

2002-05-19 Thread Oki DZ
On 05/20 09:54 Zhongwen Zhu (LMC) wrote: In linux OS, when Tomcat is shut down, the port which is used by Tomcat is not released. Hence it is impossible to re-start Tomcat. Do you have any What version of Tomcat do you use? I use 4.0.3, on a Linux machine. /usr/local/tomcat/bin/catalina.sh

tomcat.auth.originalLocation with Tomcat 4.X

2002-05-19 Thread Victor Hadianto
I am using form-based authentication. With Tomcat 3.X when the user type the login.jsp page directly I set the tomcat.auth.originalLocation explicitly to tell tomcat where to forward. This doesn't seem to work anymore with Tomcat 4.0, although in my login.jsp page (when the user is redirected

Re: placing my source code

2002-05-19 Thread Vishal
Hi SivaPrasad , If u'r calling a Bean from a Jsp u have to put that Bean in u'r Classes Folder . where u put rest of u'r java files . Just put u'r Bean that is nothing but a .java file in u'r classes folder underWeb-Inf . Vishal - Original Message - From: [EMAIL PROTECTED]

[Coyote] Coyote 1.0 Release Candidate 1 available

2002-05-19 Thread Remy Maucherat
Coyote 1.0 RC 1 is now available, and includes: - HTTP/1.1 protocol handler - JK 2 protocol handler, with support for the AJP 1.3 protocol - An adapter for Tomcat 3.3.x - An adapter for Tomcat 4.x Changes over Beta 8 include: - Fixes to the HTTP/1.1 protocol handler initialization order with

RE: Multiple Tomcat Instances on Linux Box : Binding exceptions galore : - fixed. My error

2002-05-19 Thread Webdesign
Not to worry. After a relaxing weekend I found the problem this morning. I'd just forgotton to set a port right at the bottom of the server.xml files. What a dofus. My apologies for adding unnessescary traffic to the list Bert. -Original Message- From: Webdesign [mailto:[EMAIL