TC 5.0.30 on FC4 - how to unpack WAR files

2005-10-28 Thread Rob Hills
Hi All, I have been using Tomcat on Windows for some time but I'm now trying to get a server running the way I want it to on Fedora Core 4. My problem is that I can't get Tomcat to unpack WAR files. I have installed Tomcat 5.0.30 and have it running OK. As it will be hosting a number of

SV: Forwarding *all* webapps with mod_jk

2005-10-28 Thread Swanthe Lindgren
I have solved a similar problem using JkAutoAlias. I guess in your case it would look something like JkMount /tomcat/* MyWorker JkAutoAlias c:/server/tomcat_development/webapps You might notice that I'm running windows, but just replace the path to your webapps and you should be

Re: deploy a war on startup

2005-10-28 Thread Iratxe Etxeberria Sainz-Ezquerra
Ok. I though that there is an option in context to deploy on startup...thanks!! Iratxe - Iratxe Etxebarria Sainz-Ezkerra Soporte Web External Global Services Tfno: 946 584 773 / 628 717 375 [EMAIL PROTECTED] 10/28 8:49 Try removing

Re: Clustering and Load Balancing in Tomcat 5.5.9

2005-10-28 Thread Peter Rossbach
Hey, I think what you need is loadbalancing with Apache/mod_jk (stickysession and failover) search the mailing list for configs... Regards Peter Nehal Sangoi schrieb: Hi, I need to configure clustering and load balancing in tomcat 5.5.9 - solaris platform. Kindly, reply if anyone has the

RE: jCIFS Jboss Tomcat IIS NTLM Authentication

2005-10-28 Thread Allistair Crossley
it only collects the username of the logged in user yes, not ad info. not sure if this is true, but ensure integrated windows security is on the virtual jakarta folder pointed to the jk dll too. i'm not sure if your situation is muddied by jboss in the mix, as i am not familiar with jboss (yet)

Log file setting?

2005-10-28 Thread Satish Talim
I am a newbie and my first post here. I am using Apache 1.3.33 and Tomcat 5.0.28. I want to redirect my stderr and stdout messages to a file in my application context, rather than the standard catalina.out. What changes do I need to do in my server.xml file? All help appreciated.

Tomcat Startup

2005-10-28 Thread feilong
Hi, My Catalina_Home: C:\Programme\jakarta-tomcat-5.0.30\ JAVA_HOME: C:\Programme\JBuilderX\jdk1.4 C:\Programme\jakarta-tomcat-5.0.30\bincatalina run Using CATALINA_BASE: C:\Programme\jakarta-tomcat-5.0.30\ Using CATALINA_HOME: C:\Programme\jakarta-tomcat-5.0.30\ Using

jkstatus fails in Load Balanced Worker Configuration - BUG?

2005-10-28 Thread MERVYN . SANDS
Hi - I'm posting details of this failure here, before I report as a Bug, just in case I am missing something Environment: Tomcat 5.5.12 Apache Web Server 2.0.54 JK Connector 1.2.13 and 1.2.14.1 Solaris 5.8 Problem Summary: Configuring Tomcat 5.5.12 to have two instances within an install,

RE: Asking Again: What's the xmlValidation Attribute for?

2005-10-28 Thread Steve Kirk
Bob, I replied to your original post - if you did not get that, check the archive here http://mail-archives.apache.org/mod_mbox/tomcat-users/200510.mbox/%3c00fc01c [EMAIL PROTECTED] Re what xml the host tag is referring to, I assume that the xml settings in host relate to loading all the config

RE: Tomcat is dying unpredictably

2005-10-28 Thread Steve Kirk
Sorry, doesn't suggest anything specific to me. -Original Message- From: Mark Shifman [mailto:[EMAIL PROTECTED] Sent: Thursday 27 October 2005 20:13 To: Tomcat Users List Subject: Re: Tomcat is dying unpredictably Thanks for your reply. After adding the export, tomcat

Re: Tomcat Startup

2005-10-28 Thread feilong
Hi Andy, Thanks very much. I checked just now the script catalina.bat I found the set CATALINA_TMPDIR=%CATALINA_BASE%\tmp because CATALINA_BASE=C:\Programme\jakarta-tomcat-5.0.30\ so CATALINA_TMPDIR=C:\Programme\jakarta-tomcat-5.0.30\\temp In XP \\ could not be correctly syntactic interpreted.

Re: Realm JDBC

2005-10-28 Thread Vedanta Ulises
could you help to describe what have you done? such as provide your server.xml and your database structure esp app_user and user_role tables On 10/28/05, Vicente Couto [EMAIL PROTECTED] wrote: Hi All, I'm trying to configure a JDBC realm for request users authentication and i'm using netbeans

Re: Help figuring out Virtual Hosts

2005-10-28 Thread Tom Burke
I wrote a few days ago saying that the contribution below had solved my problems. Not entirely... They did so when attempting to configure virtual hosts on a test machine within my own network on a Windows XP laptop. Now I am trying to replicate the configuration on a Linux server. I have

Re: barring :8080 to the outside world

2005-10-28 Thread Tim Funk
To your Connector declaration - add: address='127.0.0.1' -Tim Christoph P. Kukulies wrote: I'm a bit concerned that I find the customers' site I'm currently working on being open with port 8080 to the outside world. What is the standard way to make tomcat safe in that it doesn't present the

Automatic Index redirection SSI.

2005-10-28 Thread Tedder, Brandon
My Problem: When www.myserver.com is requested, SSI is not executed.  When www.myserver.com/index.html is requested, SSI is executed.  The behavior is the same even if Tomcat is configured to handle SSI (html or shtml).  The automatic redirection from ../ to ../index.html seems to break it.

Can't start Tomcat 5.5.12 on Solaris 9

2005-10-28 Thread Nick Lee
Hi All, I just downloaded tomcat 5.5.12, trying to run it on Solaris 9. I did not make any changes to the config file at all. Just set the environment variables CATALINA_HOME and JAVA_HOME to point to the right directories. When I start 'catalina.sh run', I keep getting core dump with

RE: barring :8080 to the outside world

2005-10-28 Thread John Moore
Chris, In the past we have setup multiple hosts. You'll have your administrative site on localhost or some other internally known name and your application on www.xyz.org. You'll have to add entries to your server.xml and contexts get placed into their respective conf/Catalina/localhost and

Re: SEVERE: All threads are busy, waiting. Please increase maxThreads or check the servlet status75 75

2005-10-28 Thread Hassan Schroeder
Peter Kattare wrote: Does anyone know how to get rid of this message? SEVERE: All threads are busy, waiting. Please increase maxThreads or check the servlet status75 75 Sure, find out what they're waiting for :-) Double check your code for unclosed DB connections, etc. If you have a

Re: JDBC Realm Configuration

2005-10-28 Thread Vicente Couto
My jdbc (firebirdsql-full.jar) driver is already in TOMCAT-HOME/commom/lib. - Original Message - From: Jun Zhu [EMAIL PROTECTED] To: Vicente Couto [EMAIL PROTECTED]; Tomcat Users List users@tomcat.apache.org Sent: Friday, October 28, 2005 2:29 PM Subject: Re: JDBC Realm Configuration

RE: login config bug? request.getRequestURL() returns form-login-page in Tomcat 5.5.12

2005-10-28 Thread Aaron Loucks
I guess this was a bug in 5.0.28 according to the servlet spec (SRV.8.4). If anyone else runs into this issue, the solution is pretty easy: String origRequestUrl = request.getAttribute(javax.servlet.forward.request_uri) -Original Message- From: Aaron Loucks [mailto:[EMAIL PROTECTED]

RE: JDBC Realm Configuration

2005-10-28 Thread GB Developer
-Original Message- From: Vicente Couto [mailto:[EMAIL PROTECTED] Sent: Thursday, October 27, 2005 3:18 PM To: Tomcat Users List Subject: JDBC Realm Configuration But when i put the JDBC realm in server.xml file tomcat throws a lot of exceptions Such as?

Re: JDBC Realm Configuration

2005-10-28 Thread Vicente Couto
GB Developer, look at the exceptions: java.sql.SQLException: org.firebirdsql.jdbc.FBdriver at org.apache.catalina.realm.JDBCRealm.open(JDBCRealm.java:689) at org.apache.catalina.realm.JDBCRealm.start(JDBCRealm.java:763) at

Can't start Tomcat 5.5.12 on Solaris 9

2005-10-28 Thread Nick Lee
Hi All, I just downloaded tomcat 5.5.12, trying to run it on Solaris 9. I did not make any changes to the config file at all. Just set the environment variables CATALINA_HOME and JAVA_HOME to point to the right directories. When I start 'catalina.sh run', I keep getting core dump with

RE: Can't start Tomcat 5.5.12 on Solaris 9

2005-10-28 Thread Caldarale, Charles R
From: Nick Lee [mailto:[EMAIL PROTECTED] Subject: Can't start Tomcat 5.5.12 on Solaris 9 Any idea where to look for, how to troubleshoot or what could be wrong? Do simple Java programs work? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and

RE: Can't start Tomcat 5.5.12 on Solaris 9

2005-10-28 Thread Caldarale, Charles R
From: Nick Lee [mailto:[EMAIL PROTECTED] Subject: Re: Can't start Tomcat 5.5.12 on Solaris 9 I tried jakarta-tomcat-4.1.31 still encounter the same core dump problem. Just could not start tomcat. But you didn't answer my question: do simple Java programs (e.g., java -version) work? THIS

Help getting authentication=GSSAPI Kerberos working with JNDIRealm

2005-10-28 Thread Klotz Jr, Dennis
Greetings, I could use some help with getting tomcat to use Kerberos against Active Directory. I have been using Ethereal to sniff the packets going back and forth from tomcat and I verified that with a normal server.xml entry (remove the authentication attribute keyword from below), it uses

Re: Can't start Tomcat 5.5.12 on Solaris 9

2005-10-28 Thread William Bonnet
Hi I just tried compiling a simple java program and got a segmentation fault. I was using JDK5.0 which I just downloaded. It's really strange that the javac compiler makes a segfault... can you give us some more information ? are you sure the installation was successfull ? on which kind

Re: mod_jk, deployment, and auto-conf

2005-10-28 Thread Bill Barker
Harry Hartley [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] What I want: 1) To have apache responsible for running all my static (html) pages from my /www directory. 2) To have tomcat responsible for running all my web applications (jsp's and Servlets) from my