Re: Tomcat error when starting after enabling Ajp13Connector

2003-03-20 Thread QJian
Thanks, John I still couldn't get it to work. I followed the instruction from Apache website. But couldn't find its uriworkermap.properties file anywhere. Could you help me with that. Thanks. Tim (Qinjian) Jian 3833 Farragut Ave. Kensington, MD 20895 Email: [EMAIL PROTECTED]

TC 4.1.18 allowLinking not working for form-based login

2003-03-20 Thread Madere, Colin
So allowLinking works fine for me except when the form-based auth part of Tomcat kicks in. If the file I set as my login-form is a sym-linked file, I get a 404. Change that file to a real file and it works. I tried on a fresh Tomcat 4.1.18 setting the allowLinking resource on the ROOT context, b

RE: TC 4.1.18 allowLinking not working for form-based login

2003-03-20 Thread Madere, Colin
So I looked into it some more and noticed the definitions depend on a sym-linked dir in each webapp doc root and those are not being followed either. So it seems that this host definition:

Error In Tomcat But Not WebLogic

2003-03-20 Thread Aidan Monroe
I have a .war file that runs perfectly in WebLogic 7.0. Today I tried to run that same .war in Tomcat 4.0.6. Unfortunately, it did not run. I get the following error: java.lang.IllegalStateException: Cannot forward after response has been committed Now, I know what this error means, but I don't k

Re: Error In Tomcat But Not WebLogic

2003-03-20 Thread Romualdo Rubens de Freitas
Aidan, If you know what that error means, you should also know that it violates Servlet specification. Maybe WebLogic has a pseudo-bug, because it allows for you to send the buffer response to the server and yet allows for you to keep filling it up. Just my thoughts. Best regards, Romualdo Rubens

Re: Error In Tomcat But Not WebLogic

2003-03-20 Thread Tim Funk
Weblogic isn't the best at obeying the spec. (From past painful experience) You probably have code which is sending data to the browser and then the response is getting committed. Then you try a RequestDispatcher.forward(). This is illegal with respect to the spec. It could be because weblogic

Re: Error In Tomcat But Not WebLogic

2003-03-20 Thread Peter Lin
I will second the remarks about this particular behavior. It is a bug and isn't normal behavior. I believe the behavior was present in version 5 and 6. the solution is to well, not do that, since it's not logical. what I ended up doing was to place the sendRedirect logic at the top of a JSP

mod_jk installation

2003-03-20 Thread Tarun Ghanshyam Abhichandani
Hi: I am trying to configure mod_jk 1.3 to work between Apache 1.3.27 with mod_ssl and Tomcat 4.1.18 on Linux Version 7.1. After installing Apache 1.3.27 and Tomcat 4.1.18 when I update httpsd.conf with following two lines "LoadModule jk_module /libexec/mod_jk.so" "AddModule mod_jk.c" And then

Re: Error In Tomcat But Not WebLogic

2003-03-20 Thread Aidan Monroe
> It could be because weblogic had a larger buffer > than tomcat before > flushing. Thanks, that sounds like it might be it as I am 99% certain that I am not committing the response and then sending more data, which I know is against the spec. I'll look into the buffer size of WebLogic compared

Re: Problem with a Database ConnectionPool

2003-03-20 Thread Salina Cheung
Have same problem. When classes are reloaded, number of DB connections exceeds the max number of connections allowed. crashing my DB server. Any fixes? Thanks. __ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your de

Deploy with Ant tasks

2003-03-20 Thread Jeff Jensen
Hi, When using the Tomcat Ant tasks to deploy (install or deploy) a war, where should the war and extracted archive end up? Is it supposed to deploy to the work subdirectory or webapps? The problem I am having is that I get a nearly successful deploy with either install or deploy - the war ends

RE: Load balancing and Sticky sessions

2003-03-20 Thread Ralph Einfeldt
That's not true. If mod_jk is setup right all requests for the same session should go to the same tomcat. So you don't need session replication for this. One typical reason that this might not happen is to ommit the jvmRoute="" in the engine element of server.xml. It's also a good idea to hav

Error : JDBC ODBC

2003-03-20 Thread sanjeev/tcpl/IN%TEAM
hi, i am facing these following errors if i using thin oracle client SQL Excepiton is Cannot load JDBC driver class 'oracle.jdbc.driver.OracleDriver' code of server.xml userscott pa

<    1   2