Load balancing app context ?

2002-02-09 Thread Vjeran Marcinko
Hi. Just a short question. I have a web-app that has to have some global sharing context for my web-app in Tomcat's load balancing case (multiple JVMs). Till now, I simply was defining all shared variables outside service() method, so different HTTP request can have access to these instance variab

Re: JSSE

2002-02-09 Thread Pascal Forget
http://java.sun.com/products/jsse Please note that JSSE comes bundled with Java 1.4, so there is no need for a separate download if you are using 1.4. > >Where can JSSE be downloaded? > -- To unsubscribe: For additional commands: Troub

shtml files + mod_webapp

2002-02-09 Thread bayard
I'm running Apache 1.3.14 and Tomcat 4.0.1 and webapp 1.0.1-tc401. My site is generally written using shtml, and I have a java/ directory that maps into tomcat using mod_webapp. The shtml works fine as shtml in Apache, and I want to make .shtml files work as NORMAL text/html files in the tomcat

RE: com.oreilly.servlet and damaged files

2002-02-09 Thread Brian Adams
I bet it is the connector! run tomcat as stand alone (port 8080 by default) and access the servlet without using apache and I bet money it will work! :) goodluck -Original Message- From: Reini [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 09, 2002 10:00 PM To: [EMAIL PROTECTED] Subj

RE: startup

2002-02-09 Thread Jack Frosch
Mac, Perhaps Tomcat was installed to run as a service and is running when you try to start an instance manually? I know I've done this a few times... Jack -Original Message- From: Reynir Hübner [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 09, 2002 12:31 PM To: Tomcat Users List

Re: Tomcat 4.0.1 Performance tuning problems

2002-02-09 Thread Gerard van Enk
Remy Maucherat wrote: >>I tried this (not in a live-situation, but with ab), but I don't see any >>difference. I can't reproduce the situation with ab. But it's still >>happening in the live-server. Could it be 150 processors isn't enough in >>our situation? >> > > Maybe. It depends on the number

com.oreilly.servlet and damaged files

2002-02-09 Thread Reini
I use com.oreilly.servlet Multipartrequest (cos, version from June, 19th. 2001) with Tomcat 4.0.1 + mod_webapp + apache 1.3.22 (tested on different machines, Redhat 7.x and Freebsd 4.4, same behaviour) to upload files. While uploads of text-files are ok, uploads of jpg or gif files result in d

RE: startup

2002-02-09 Thread Reynir Hübner
this means that you have another instance of tomcat running, or another application using the ports tomcat runs on. bye bye -reynir > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 9. febrúar 2002 18:35 > To: [EMAIL PROTECTED] > Subject: startup > > >

startup

2002-02-09 Thread Machollinger1
When I startup tomcat I get the exception error: Server.run/init: java.net.BindException: Address in use: JVM_Bind java.net.BindException: Address in use: JVM_Bind at java.net.PlainSocketImpl.socketBind(Native Method) at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:405)

Re: Tomcat 4.0.1 Performance tuning problems

2002-02-09 Thread Gerard van Enk
Remy Maucherat wrote: >>I tried this (not in a live-situation, but with ab), but I don't see any >>difference. I can't reproduce the situation with ab. But it's still >>happening in the live-server. Could it be 150 processors isn't enough in >>our situation? >> > > Maybe. It depends on the number

Session Management between IIS and Tomcat

2002-02-09 Thread Pavel Brun
I have already posted this question a while ago, but I was wondering if anybody knows of a mechanism for sharing an IIS session with Tomcat and vice versa? I would greatly appreciate any information anyone can give me. Even if there is no solution, I would appreciate someone telling me that "it is

RE: Another Tomcat4 & IIS Install

2002-02-09 Thread Pavel Brun
There is no need to have an "examples" directory pointing to "e:\tomcat4\webapps\examples" All you need is the virtual "jakarta" directory that points to the folder containing isapi_direct.dll and have an up-to-date "uriworkermap.properties" file that is referenced from your registry. If you req

RE: Can't get IIS and tomcat to work PLEASE HELP !!!

2002-02-09 Thread Pavel Brun
I will try again to offer my two cents in. I hope it helps this time. I have attached a ZIP of all my files and a snap-shot of my registry. The wrapper.properties in the JK folder is not as important now since you installed Tomcat as an NT service. This file would be important if you instal

Re: Can't get IIS and tomcat to work PLEASE HELP !!!

2002-02-09 Thread Scott Adamson
Thanks for that Richard, I have tried this howto you recommended, I still get nothing, but no entries in iis_redirect.log. What do you mean regarding setting webroot ? do I need to create this directory and how is 'IIS home' set ? - Original Message - From: "Richard" <[EMAIL PROTECTED]>