Any one know why I get any of these errors in my mod_jk.log

2001-10-17 Thread NKelly
[jk_ajp13_worker.c (326)]: Error ajp13_process_callback - write failed [jk_ajp13_worker.c (204)]: connection_tcp_get_message: Error - jk_tcp_socket_recvfull failed [jk_ajp13_worker.c (622)]: Error reading request [jk_connect.c (143)]: jk_open_socket, connect() failed errno = 111

servlets no longer serving index.html under Apache:80

2001-10-17 Thread Robert Watkins
I had everything working just fine -- or so I thought! There are only 3 things I did between then and now, none of which I would have thought would have the effect of srewing up the serving of index.html files in servlets directories! behaviour - On port 8080, everything works just fine.

Re: Getting apache environment variables into Tomcat

2001-10-17 Thread Dmitri Colebatch
what's wrong with request.getServerPort() from the ServletRequest interface? hth dim On Wed, 17 Oct 2001, Han Ming Ong wrote: Dear Nicholas, Did you ever get an answer to this? We would love to hear it please? Thanks, ohmson Hi all, I've set up Tomcat 4.01 and Apache 1.3.19

RE: How to change session key name

2001-10-17 Thread Firestar
But JRun does allow me to change it:) I was hoping Tomcat 4.0 would be as flexible... For e.g. another gd thing abt JRun is that it allows us to place our servlets and classes anywhere, instead of WEB-INF folder. Specification or not, there are times where due to certain reasons or legacy issues

Re: How to change session key name

2001-10-17 Thread simon
Standards are a Good Thing(TM) There is always a trade off between flexibility and having a rigid standard. In the long run keeping to a standard is usually the best policy. I'm sure you understand how difficult it is to build flexibility to cover any situation - as shown by the

Re: How to change session key name

2001-10-17 Thread Pier Fumagalli
Firestar at [EMAIL PROTECTED] wrote: But JRun does allow me to change it:) I was hoping Tomcat 4.0 would be as flexible... For e.g. another gd thing abt JRun is that it allows us to place our servlets and classes anywhere, instead of WEB-INF folder. Specification or not, there are times

how unique is the session key?

2001-10-17 Thread Scott Ahten
i'm planning on implementing a 'remember my login' feature in a project i'm working on. is the sesssion key unique enough to be used as a persistant cookie to uniquly identify clients across multiple sessions? if so, does this just apply to tomcat or is this part of the spec and container

RE: How to change session key name

2001-10-17 Thread Dmitri Colebatch
And you could make a web server that handled an HTTP GIVEME command instead of HTTP GET.., and a client to go with it, but if its not standard, the you will get locked into that server and client... a much more extreme example, but the same principle. I constantly hear of how hard it is to

TC4 apache1.3.20 mod_webapp - Errors

2001-10-17 Thread Kishor K
hi, I have installed TC4.0.1 and Apache on Win NT. Connected them using mod_webapp and Warp. Sometimes nothing comes and browser waits for the output. But sometimes i am getting the following error. ++ WebApp: Error 500

RE: How to change session key name

2001-10-17 Thread Craig R. McClanahan
On Wed, 17 Oct 2001, Firestar wrote: Date: Wed, 17 Oct 2001 20:52:20 -0700 (PDT) From: Firestar [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: How to change session key name But JRun does allow me to change it:) I was hoping Tomcat 4.0 would be as

Re: how unique is the session key?

2001-10-17 Thread Craig R. McClanahan
On Thu, 18 Oct 2001, Scott Ahten wrote: Date: Thu, 18 Oct 2001 00:41:31 -0400 From: Scott Ahten [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: how unique is the session key? i'm planning on implementing a 'remember my login' feature in a project i'm

Where do I place files?

2001-10-17 Thread Sean Alphonse
Hello. Once I have Tomcat and Apache running with each other... As a newbie where do I put servlets and jsp files? Thank-you for your time. Sean Alphonse.

RE: Where do I place files?

2001-10-17 Thread Eric Bessette
Here's a tutorial for deployment using Tomcat. It helped me out. http://www.onjava.com/pub/ct/33 Thanks, Eric -Original Message- From: Sean Alphonse [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 17, 2001 11:08 PM To: 'Tomcat-User Subject: Where do I place files?

Conflict between tomcat 3.2 libraries and application libs

2001-10-17 Thread David Pedrotti
I am experiencing conflict with libraries in the tomcat\lib directory and the application\WEB-INF\lib directory. Specifically the web application needs to use a more recent version of jaxp.jar than the one deployed with tomcat 3.2 but sees the one in tomcat\lib first. Updating the one in