Re: Tomcat manager URL configuration for 2 tomcat instances, Apache + mod_jk

2006-07-10 Thread Brian Munroe
(ThreadPool.java:683) java.lang.Thread.run(Thread.java:534) thanks -- brian On 7/8/06, Brian Munroe [EMAIL PROTECTED] wrote: I am trying to set up an environment that has both a Tomcat 5.5.17 and a Tomcat 5.0.28 instance running, accessed via Apache 2.0.58 + mod_jk. Can anyone recommend a URL

Re: Tomcat manager URL configuration for 2 tomcat instances, Apache + mod_jk

2006-07-10 Thread Brian Munroe
you very much for your help! -- brian - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Not able to start server

2006-07-10 Thread McRaven, Brian
line as I get for the full version of tomcat. I'm using port 80. Brian McRaven

Re: problem accessing the webpages using specific hostname

2006-07-10 Thread Brian Munroe
. Are you running a firewall? What OS are you using? -- brian - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: problem accessing the webpages using specific hostname

2006-07-10 Thread Brian Munroe
OS firewall or something. -- brian - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: ApacheConfig returns ClassCastException for mod_jk

2006-07-09 Thread Brian Munroe
to Engine Also, did you modify your httpd.conf file? Include $TOMCAT_HOME/conf/jk/mod_jk.conf-auto -- brian - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Tomcat manager URL configuration for 2 tomcat instances, Apache + mod_jk

2006-07-08 Thread Brian Munroe
- JkMount /manager/html* tc5028 In workers.properties worker.tc5028.type=ajp13 worker.tc5028.host=localhost worker.tc5028.port=8093 ... Which works great to access the 5.0.x manager, but how can set up a JkMount to hit the 5.5.x manager? thanks -- brian

Re: Problem accessing two McKoi databases from Tomcat

2006-06-26 Thread Brian Buchanan
='testcurzon' dataSource='jdbc/curzon' select * from Film /sql:query ... etc. I HTH. ._. Brian - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Random NullPointerException when trying to connect to Datasource

2006-06-08 Thread Brian Vuyk
saw some other post also having trouble to connect to the data base when migrated from tomcat 5.0.28 to 5.0.17. What is your tomcat version? Regards, Vijaya -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Vuyk Sent: Wednesday, June 07, 2006 6:59 PM

Re: TNS entry JNDI

2006-06-08 Thread Brian Buchanan
or something that makes the SID no longer applicable. (Still the TNS names for should still work) I HTH, Brian -Original Message- From: Scott Purcell [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Date: Wed, 7 Jun 2006 12:39:20 -0500 Subject: TNS entry JNDI I am running

Re: Random NullPointerException when trying to connect to Datasource

2006-06-07 Thread Brian Vuyk
Still wondering if anyone has any thoughts on this. I appreciate any help. Brian On 6/6/06, Brian Vuyk [EMAIL PROTECTED] wrote: I feel compelled to also mention that I have rebooted the system, with still the same effect. On 6/6/06, Brian Vuyk [EMAIL PROTECTED] wrote: Hello. I am

Re: Random NullPointerException when trying to connect to Datasource

2006-06-07 Thread Brian Vuyk
PROTECTED] wrote: Did you by chance miss any quotes while correcting the typo of the displayed text? Vijaya -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Vuyk Sent: Wednesday, June 07, 2006 5:38 PM To: users@tomcat.apache.org Subject: Re: Random

Random NullPointerException when trying to connect to Datasource

2006-06-06 Thread Brian Vuyk
in advance for any help. Brian Vuyk Tomcat error taken from logs -- 2006-06-06 05:06:42 StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception javax.servlet.jsp.JspException: Unable to get connection, DataSource

Re: Random NullPointerException when trying to connect to Datasource

2006-06-06 Thread Brian Vuyk
I feel compelled to also mention that I have rebooted the system, with still the same effect. On 6/6/06, Brian Vuyk [EMAIL PROTECTED] wrote: Hello. I am currently developing a JSP webapp for my employer, andhave run into a couple of serious problems. Randomly, tomcat seems to be losing it's

Re: Executing Manager Commands With Ant and SSL

2006-03-02 Thread Brian Munroe
using a self-signed SSL cert? Looks to be the case. If so, you have two options: 1) Buy a commercially signed SSL certificate. 2) Import the self-signed root CA into the $JAVA_HOME/jre/lib/security/cacerts file I never bothered to figure out how to do number 2, but this[1] may be helpful. -- brian

408 Error - Workaround

2006-02-22 Thread Brian Bonner
/bugzilla/show_bug.cgi?id=38760 where I logged the bug. -- Brian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

SSL problems, Tomcat 5.5.12 on Windows 2003 server

2006-01-27 Thread Brian Gibson
Server = Windows 2003 Server w/Service Pack 1 (IIS Admin is running just to host the IIS FTP Server, the World Wide Web Service is not running) Tomcat version = 5.5.12 OpenSSL version = 0.9.8 (I believe) jre1.5.0_05 I ordered a Geotrust QuickSSL cert for the common name

Re: Tomcat not relinquishing control of Jars.

2006-01-05 Thread Brian O'Rourke
that are in the WEB-INF/lib directory slowing down my development. Two options you may want to look into are antiJARLocking and antiResourceLocking, both of which can be specified at the context level. http://tomcat.apache.org/tomcat-5.5-doc/config/context.html -Brian O'Rourke Is anyone else having

Re: tomcat connection prob.

2006-01-04 Thread Brian Shacklett
Just a thought... do you have any software firewalls on your machine? Norton Internet Security, Mcaffee Personal Firewall and others can cause a lot of headaches when it comes to networking. issac young wrote: Hi *Caldarale* Sorry for the lack of information in my post ... actually this is

Dynamic virtual hosts

2006-01-03 Thread Brian Shacklett
I'm setting up a development environment using Apache httpd and Tomcat. I want to set up two different areas for each site: development and staging. The development area will be for constantly changing files and will reside in /home/[username]/development/[domain]. The staging area will be

how to find number of requests currently being processed?

2005-11-29 Thread Brian O'Rourke
://issues.apache.org/bugzilla/show_bug.cgi?id=37692 ). Is there still away to find information about current requests via JMX? Thanks, Brian P O'Rourke

408 error with Form Authentication and Proxy. Doesn't occur with Basic Auth.

2005-10-31 Thread Brian Bonner
anyone know of a configuration setting or problem that exists with form authentication when the resource is proxied by a web server (i.e. httpd).? Thanks. Brian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: 408 error with Form Authentication and Proxy. Doesn't occur with Basic Auth.

2005-10-31 Thread Brian Bonner
I forgot to share that there is *negligible* clock time lag between when the form is presented and the userid and password are entered. Still not sure why this error is popping up. It sounds like this also occurs in 5.5.9 and other configurations. Thanks. Brian On 10/31/05, Brian Bonner [EMAIL

Re: Tomcat make error

2005-10-31 Thread Brian Munroe
is the output I am getting, any ideas would be appreciated, I am new to Tomcat: Paul, I had trouble getting mod_jk to compile for Solaris 9, and ended up going with a binary from blastwave.org: http://www.blastwave.org/packages.php/ap2_mod_jk HTH, -- brian

Authenticating with LDAP against multiple organizational units

2005-10-17 Thread Brian Bonner
We're having a problem authenticating with Tomcat 5.5.9 against multiple organizational units. Our LDAP server is Active Directory. Here's our current setup: Realm className=org.apache.catalina.realm.JNDIRealm debug=3 connectionURL=ldap://ldapdc.thf.net:389;

<    1   2   3   4   5   6