Re: tomcat jitters, then hangs - please help

2003-10-15 Thread Remy Maucherat
Shapira, Yoav wrote: Howdy, Cool, please keep us updated ;) I want these linux questions better documented in the list archives ;) Given that RH 9 / HTTP/1.1 seems a fairly common configuration, this should be added to the known issues and the FAQ if confirmed. Since there are three options, I

Re: tomcat jitters, then hangs - please help

2003-10-14 Thread Noam Camiel
Hi, On Friday, October 10, 2003 11:09 AM Ryan Lissack [EMAIL PROTECTED] wrote: Remy pointed out to me previously that RH9 uses a new form of threading and based on this we have done some investigation. RH9 uses NTPL (Native POSIX Thread Library)

RE: tomcat jitters, then hangs - please help

2003-10-13 Thread Joe Zendle
. Jetty is very fast and about 1/3 the memory footprint. Good luck. -Original Message- From: Noam Camiel [mailto:[EMAIL PROTECTED] Sent: Monday, April 07, 2003 5:09 AM To: Tomcat Users List Subject: Re: tomcat jitters, then hangs - please help On Thursday, October 09, 2003 10:39 PM Remy

Re: tomcat jitters, then hangs - please help

2003-10-12 Thread Noam Camiel
an incident. Thanks, let me know if there's any news. Regards, Noam - Original Message - From: Remy Maucherat [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, October 09, 2003 10:39 PM Subject: Re: tomcat jitters, then hangs - please help Noam Camiel wrote

RE: tomcat jitters, then hangs - please help

2003-10-10 Thread Ryan Lissack
[mailto:[EMAIL PROTECTED] Sent: 04 April 2003 18:36 To: Tomcat Users List Subject: Re: tomcat jitters, then hangs - please help On Thursday, October 09, 2003 5:11 PM Ryan Lissack [EMAIL PROTECTED] wrote: Hi Noam, We have experienced similar problems. You will notice in the thread dump

RE: tomcat jitters, then hangs - please help

2003-10-10 Thread Shapira, Yoav
:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 5:09 AM To: 'Tomcat Users List' Subject: RE: tomcat jitters, then hangs - please help Hi Noam, Remy pointed out to me previously that RH9 uses a new form of threading and based on this we have done some investigation. RH9 uses NTPL (Native POSIX

JDBC Realm not working with - Please help

2003-10-09 Thread rudidoku
Hi, I'm trying to setup my web app to use JDBC Realm. I am using SQL Server 2000. Here is the script to create tables: CREATE TABLE [dbo].[t_Role] ( [RoleId] [int] IDENTITY (1, 1) NOT NULL , [role] [varchar] (12) ) CREATE TABLE [dbo].[t_Usr] ( [UsrId] [int] IDENTITY

Re: JDBC Realm not working with - Please help

2003-10-09 Thread rudidoku
Hi again, I'm using version 4.1.27 of tomcat, and my login page is taking forever to load. I'm not actually getting any error messages. Thanks again, Rudi Hi, I'm trying to setup my web app to use JDBC Realm. I am using SQL Server 2000. Here is the script to create tables: CREATE

Re: JDBC Realm not working with - Please help

2003-10-09 Thread rudidoku
I have also placed the following files in D:\Tomcat 4.1\common\lib: msutil.jar, mssqlserver.jar, and msbase.jar, and restarted tomat, but still no joy. Hi again, I'm using version 4.1.27 of tomcat, and my login page is taking forever to load. I'm not actually getting any error messages.

Re: tomcat jitters, then hangs - please help

2003-10-09 Thread Remy Maucherat
Arthur Veinstein wrote: Noam, I suspect that the tomcat doesn't hangs but rather you reach the max TCP connection that your server accepts. The best will be to write a small program you run by calling a servlet which write to the output I'm a live every 10 min. Run the program after you restart

Re: tomcat jitters, then hangs - please help

2003-10-09 Thread Remy Maucherat
Noam Camiel wrote: On Thursday, October 09, 2003 5:11 PM Ryan Lissack [EMAIL PROTECTED] wrote: Hi Noam, We have experienced similar problems. You will notice in the thread dump that there is no thread from the connectors thread pool waiting on an accept I see your what you mean, I compared the

Re: JDBC Realm not working with - Please help

2003-10-09 Thread Lawence
Suggestions: 1. Check the log files for possible error messages $CATALINA_HOME/log 2. Write a java application to try the connection, see what you would get [EMAIL PROTECTED] wrote: Hi again, I'm using version 4.1.27 of tomcat, and my login page is taking forever to load. I'm not actually

Re: Tomcat hanging!! About to change container!! Please help!!

2003-10-05 Thread Remy Maucherat
David Rees wrote: On Fri, October 3, 2003 at 1:02 pm, Remy Maucherat sent the following Interesting stuff about the logger. Anyway, in the dump, there's, as usual, only one connector listening on its server socket. And, as usual, it is Sun JDK 1.4.1 or 1.4.2 on Linux. I think there are way too

Re: Tomcat hanging!! About to change container!! Please help!!

2003-10-05 Thread David Rees
On Sun, October 5, 2003 1at 2:44 am, Remy Maucherat sent the following If there's a clear confirmation of this, a recommendation not to use Sun JDKs on Linux would be added in the release notes. I can't say I agree with this as I have about half a dozen machines running Tomcat on a Linux 2.4

Re: Tomcat hanging!! About to change container!! Please help!!

2003-10-05 Thread Remy Maucherat
David Rees wrote: On Sun, October 5, 2003 1at 2:44 am, Remy Maucherat sent the following If there's a clear confirmation of this, a recommendation not to use Sun JDKs on Linux would be added in the release notes. I can't say I agree with this as I have about half a dozen machines running Tomcat

Re: Tomcat hanging!! About to change container!! Please help!!

2003-10-04 Thread David Rees
On Fri, October 3, 2003 at 1:02 pm, Remy Maucherat sent the following Interesting stuff about the logger. Anyway, in the dump, there's, as usual, only one connector listening on its server socket. And, as usual, it is Sun JDK 1.4.1 or 1.4.2 on Linux. I think there are way too many

RE: Tomcat hanging!! About to change container!! Please help!!

2003-10-03 Thread Joe Zendle
!! Please help!! Howdy, say 10-12 hours of browser inactivity, when attempting to login we get the BASIC Auth prompt, we enter our credentials and then tomcat hangs while loading our index.jsp. The request never completes. I've attached our configuration. Please let me know if there is anything

RE: Tomcat hanging!! About to change container!! Please help!!

2003-10-03 Thread Shapira, Yoav
container!! Please help!! Howdy, say 10-12 hours of browser inactivity, when attempting to login we get the BASIC Auth prompt, we enter our credentials and then tomcat hangs while loading our index.jsp. The request never completes. I've attached our configuration. Please let me know

RE: Tomcat hanging!! About to change container!! Please help!!

2003-10-03 Thread Joe Zendle
hanging!! About to change container!! Please help!! Howdy, Attachments don't come through the list server... Yoav Shapira Millennium ChemInformatics -Original Message- From: Joe Zendle [mailto:[EMAIL PROTECTED] Sent: Friday, October 03, 2003 1:03 PM To: Tomcat Users List Subject: RE

RE: Tomcat hanging!! About to change container!! Please help!!

2003-10-03 Thread Shapira, Yoav
the JDBC Realm. Yoav Shapira Millennium ChemInformatics -Original Message- From: Joe Zendle [mailto:[EMAIL PROTECTED] Sent: Friday, October 03, 2003 1:53 PM To: Tomcat Users List Subject: RE: Tomcat hanging!! About to change container!! Please help!! Sorry, here are the thread traces

Re: Tomcat hanging!! About to change container!! Please help!!

2003-10-03 Thread Remy Maucherat
Shapira, Yoav wrote: Howdy, Oh, interesting... Thread-2 daemon prio=1 tid=0x084201a0 nid=0x223b waiting on condition [4e08..4e080714] at java.io.PrintWriter.print(PrintWriter.java:375) at java.io.PrintWriter.println(PrintWriter.java:515) - locked 0x44a33ae0 (a

Tomcat hanging!! About to change container!! Please help!!

2003-10-02 Thread Joe Zendle
4.1.27 Java 1.4.2 Redhat 9.0 Also, what kind of settings can I apply to help debug the problem effectively. BTW, I've seen similar complaints on this mailing list but no suggestions :-). Please help! Regards. !-- Example Server Configuration File -- !-- Note that component elements are nested

RE: Tomcat hanging!! About to change container!! Please help!!

2003-10-02 Thread Shapira, Yoav
Howdy, say 10-12 hours of browser inactivity, when attempting to login we get the BASIC Auth prompt, we enter our credentials and then tomcat hangs while loading our index.jsp. The request never completes. I've attached our configuration. Please let me know if there is anything that looks

Re: Tomcat hanging!! About to change container!! Please help!!

2003-10-02 Thread Tim Funk
Since I see SSL stuff .. you may want to look at building from HEAD until 4.1.28 comes out. I think there were some connector fixes as well as ssl fixes. I don't know if the fixes were performance related. -Tim - To

Re: Tomcat hanging!! About to change container!! Please help!!

2003-10-02 Thread Noam Camiel
Message - From: Joe Zendle [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, October 02, 2003 6:44 PM Subject: Tomcat hanging!! About to change container!! Please help!! We have 10 days until we go GA. We are experiencing periodic and regular lockups of Tomcat. We

Re: Tomcat hanging!! About to change container!! Please help!!

2003-10-02 Thread David Rees
let me know if there is anything that looks wrong. We,re using: Tomcat 4.1.27 Java 1.4.2 Redhat 9.0 Also, what kind of settings can I apply to help debug the problem effectively. BTW, I've seen similar complaints on this mailing list but no suggestions :-). Please help! Last time I saw

Re: Tomcat hanging!! About to change container!! Please help!!

2003-10-02 Thread Neil Aggarwal
4.1.27 Java 1.4.2 Redhat 9.0 Also, what kind of settings can I apply to help debug the problem effectively. BTW, I've seen similar complaints on this mailing list but no suggestions :-). Please help! Regards. - To unsubscribe, e

Re: Tomcat hanging!! About to change container!! Please help!!

2003-10-02 Thread srevilak
Subject: Re: Tomcat hanging!! About to change container!! Please help!! Joe Zendle We have 10 days until we go GA. We are experiencing Joe Zendle periodic and regular lockups of Tomcat. We are testing on Joe Zendle a machine that is fairly loaded with background work Joe Zendle (about 50% cpu

Re: Tomcat hanging!! About to change container!! Please help!!

2003-10-02 Thread Filip Hanik
Subject: Re: Tomcat hanging!! About to change container!! Please help!! Subject: Re: Tomcat hanging!! About to change container!! Please help!! Joe Zendle We have 10 days until we go GA. We are experiencing Joe Zendle periodic and regular lockups of Tomcat. We are testing on Joe Zendle

Re: StackOverFlowError--Please help

2003-10-01 Thread shyam
PM Subject: RE: StackOverFlowError--Please help Howdy, Can servlet1 also forward to servlet2, or vice versa? Is the code snippet taken from either servlet1 or servlet2? If so, you still could have infinite forwarding - StackOverFlowError. Yoav Shapira Millennium ChemInformatics

Re: StackOverFlowError--Please help

2003-10-01 Thread shyam
Subject: RE: StackOverFlowError--Please help Howdy, Can servlet1 also forward to servlet2, or vice versa? Is the code snippet taken from either servlet1 or servlet2? If so, you still could have infinite forwarding - StackOverFlowError. Yoav Shapira Millennium ChemInformatics

tomcat jitters, then hangs - please help

2003-10-01 Thread Noam Camiel
Hi, My Tomcat installation works fine until sometimes (usually after 24 hours), calling the simplest servlet locks up the Tomcat threads, causing the tomcat engine to be unresponsive. The servlets I'm running work with a mysql JDBC connector connecting to mysql database. In the following case,

RE: tomcat jitters, then hangs - please help

2003-10-01 Thread Shapira, Yoav
Howdy, Oh, these problems are invariably a pain to debug ;) My Tomcat installation works fine until sometimes (usually after 24 hours), calling the simplest servlet locks up the Tomcat threads, causing the tomcat engine to be unresponsive. At that time, if you send the VM a SIGQUIT, what are

Re: tomcat jitters, then hangs - please help

2003-10-01 Thread Arthur Veinstein
Hi Noam, Sounds like you have some problem with the DB connection. Can you provide the server.xml configuration ? Arthur - Original Message - From: Noam Camiel [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 01, 2003 4:38 PM Subject: tomcat jitters, then hangs - please

Re: tomcat jitters, then hangs - please help

2003-10-01 Thread Denis Haskin
I would also get a thread dump from the JVM. dwh Arthur Veinstein wrote: Hi Noam, Sounds like you have some problem with the DB connection. Can you provide the server.xml configuration ? - To unsubscribe, e-mail: [EMAIL

Re: tomcat jitters, then hangs - please help

2003-10-01 Thread Noam Camiel
=0x72c3 runnable - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, October 01, 2003 2:52 PM Subject: RE: tomcat jitters, then hangs - please help Howdy, Oh, these problems are invariably a pain to debug ;) My Tomcat

RE: tomcat jitters, then hangs - please help

2003-10-01 Thread Shapira, Yoav
[EMAIL PROTECTED] Sent: Wednesday, October 01, 2003 2:52 PM Subject: RE: tomcat jitters, then hangs - please help Howdy, Oh, these problems are invariably a pain to debug ;) My Tomcat installation works fine until sometimes (usually after 24 hours), calling the simplest servlet locks up the Tomcat

Re: tomcat jitters, then hangs - please help

2003-10-01 Thread Arthur Veinstein
: Wednesday, October 01, 2003 7:11 PM Subject: Re: tomcat jitters, then hangs - please help Hi, and thanks for the comments, On Wednesday, October 01, 2003 2:52 PM Shapira, Yoav [EMAIL PROTECTED] wrote: Oh, these problems are invariably a pain to debug ;) yea nothing like a good

Re: tomcat jitters, then hangs - please help

2003-10-01 Thread Remy Maucherat
Shapira, Yoav wrote: Howdy, At that time, if you send the VM a SIGQUIT, what are the threads doing? I've got a thread dump at the end of the file. Please have a look and tell me if you see something odd. It seems you also have a JK connector setup: let's try to reduce the variables by

Re: tomcat jitters, then hangs - please help

2003-10-01 Thread Noam Camiel
Hiya, On Wednesday, October 01, 2003 5:53 PM Shapira, Yoav [EMAIL PROTECTED] Wrote: It seems you also have a JK connector setup: let's try to reduce the variables by running tomcat standalone with only one Coyote connector. Disable the JK/JK2/whatever connectors to Apache, especially if

StackOverFlowError--Please help

2003-09-30 Thread shyam
Hi All, I am having a problem when doing servlet chaining. I have a code snippet like this if(flag) { requestdispatcher.forward(request,response); } else { requestdispatcher.forward(request,response); } The problem is if flag is true the forward and I get the desired result. But in the

Re: StackOverFlowError--Please help

2003-09-30 Thread Jeff Tulley
Is it just me, or are both halves of that if statement exactly identical? Based on this snippet of code only, you should get the same results regardless of flag's value. Is there other code that checks this flag, and does the getRequestDispatcher call differently? It sounds like you are

Re: StackOverFlowError--Please help

2003-09-30 Thread shyam
to servlet 1 else servlet 2. - Original Message - From: Jeff Tulley [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 30, 2003 2:53 PM Subject: Re: StackOverFlowError--Please help Is it just me, or are both halves of that if statement exactly identical? Based on this snippet

RE: StackOverFlowError--Please help

2003-09-30 Thread Shapira, Yoav
PROTECTED] Sent: Tuesday, September 30, 2003 2:57 PM To: Tomcat Users List Subject: Re: StackOverFlowError--Please help sorri about the code snippet. Heres a complete picture. if(flag) { rd = context.getRequestDispatcher(/servlet1); rd.forward(request,response); } else { rd

RE: Tomcat connector for Apache 2.0.47 ... Please Help

2003-09-27 Thread Dean Searle
989.245.7369 (p) 989.921.3904 (f) -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2003 4:32 PM To: Tomcat Users List Subject: Re: Tomcat connector for Apache 2.0.47 ... Please Help 20 pages? What else is in there besides connector configuration? Just

RE: Tomcat connector for Apache 2.0.47 ... Please Help

2003-09-27 Thread Dean Searle
) -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2003 4:32 PM To: Tomcat Users List Subject: Re: Tomcat connector for Apache 2.0.47 ... Please Help 20 pages? What else is in there besides connector configuration? Just curious John Bhaskar

RE: Tomcat connector for Apache 2.0.47 ... Please Help

2003-09-26 Thread Jeremy Nix
1158 -Original Message- From: Dean Searle [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 7:44 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: Tomcat connector for Apache 2.0.47 ... Please Help Joe, You place the mod_jk2 file in the correct folder, however you

RE: Tomcat connector for Apache 2.0.47 ... Please Help

2003-09-26 Thread Bhaskar Marthi
the sender and delete the original and any copies from your computer system. -Original Message- From: Jeremy Nix [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2003 8:01 AM To: Tomcat Users List Subject: RE: Tomcat connector for Apache 2.0.47 ... Please Help I'd like to see your

Re: Tomcat connector for Apache 2.0.47 ... Please Help

2003-09-26 Thread John Turner
20 pages? What else is in there besides connector configuration? Just curious John Bhaskar Marthi wrote: dean, As said by lot of members, it would be great if you can post your document in the mailing list. BTW, did anyone try resin? How does it compare to tomcat? Thanks, Bhaskar

Tomcat connector for Apache 2.0.47 ... Please Help

2003-09-25 Thread Joe Mihalich
Hi, I've installed Apache version 2.0.47, and tomcat version 4.1.27 on a windows xp box. I've downloaded the mod_jk2-2.0.43.dll connector, and put it in the modules directory Under apache. I configured tomcat to auto

RE: Tomcat connector for Apache 2.0.47 ... Please Help

2003-09-25 Thread Dean Searle
: Thu 9/25/2003 7:29 PM To: [EMAIL PROTECTED] Cc: Subject: Tomcat connector for Apache 2.0.47 ... Please Help Hi, I've installed Apache version

RE: Tomcat connector for Apache 2.0.47 ... Please Help

2003-09-25 Thread Joe Mihalich
-Original Message- From: Dean Searle [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 4:44 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: Tomcat connector for Apache 2.0.47 ... Please Help Joe, You place the mod_jk2 file in the correct folder, however you have set up

Re: Tomcat connector for Apache 2.0.47 ... Please Help

2003-09-25 Thread Zepiroth Hong
]@formalogix.com; [EMAIL PROTECTED] Sent: Friday, September 26, 2003 6:43 AM Subject: RE: Tomcat connector for Apache 2.0.47 ... Please Help Joe, You place the mod_jk2 file in the correct folder, however you have set up the parameters in your httpd.conf file incorrectly. The parameters you have

Please help - Unable to create mod_jk.so connector4.1.27 , Apache 2.0.47

2003-09-19 Thread Satya Narayan Dash
Hi All, I am unable to create mod_jk.so with jakarta-tomcat-connectors-4.1.27 and Apache 2.0.47. In the last few lines it is throwing some errors. But I do not what I missed. My Environment: --- Red Hat Linux 7.2; JDK - 1.4.0 What I did: -- 1. Installed Apache 2.0.47 and

Re: Please help - Unable to create mod_jk.so connector4.1.27 , Apache 2.0.47

2003-09-19 Thread Bill Barker
There is an extra ';' on one line, that some compilers don't like. It's at or near the line number given, so just edit the file and delete it. Satya Narayan Dash [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi All, I am unable to create mod_jk.so with

Please help! Error reading server.xml

2003-09-18 Thread Yang Soon Chiao
Dear Alll, Anyone have any ideas of this? ERROR reading /usr/local/jakarta-tomcat-4.1.27/conf/server.xml At line 24 /Server/Listener/ className=org.apache.catalina.mbeans.ServerLifecycleListener debug=0 Catalina.start:java.lang.ClassNotFoundException:

Tomcat 5.0 install - Please Help

2003-09-12 Thread Giri Gopal
variables, should it be in system variables?. The System Variables Java_Home shows as: c:\program Files\j2sdk_nb\j2sdk1.4.2\bin. Is this correct. Where can I find some sample JSP pages and servlets written to access oracle db and the setup required for Tomcat? Can some one please help. Thanks

Re: Tomcat 5.0 install - Please Help

2003-09-12 Thread Jacob Kjome
variables?. The System Variables Java_Home shows as: c:\program Files\j2sdk_nb\j2sdk1.4.2\bin. Is this correct. Where can I find some sample JSP pages and servlets written to access oracle db and the setup required for Tomcat? Can some one please help. Thanks GG

RE: Tomcat 5.0 install - Please Help

2003-09-12 Thread Giri Gopal
Help. Thanks Giri Gopal -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Friday, September 12, 2003 10:19 AM To: Tomcat Users List Subject: Re: Tomcat 5.0 install - Please Help First, install your JDK to the root of the C: drive, not under Program Files. Spaces

RE: Tomcat 5.0 install - Please Help

2003-09-12 Thread prashant . budhale
: Tomcat 5.0 install - Please Help | --| Hello: O.K I uninstalled the JDK stuff and Tomcat 5.0

Re: Tomcat 5.0 install - Please Help

2003-09-12 Thread Dave Butler
Also make sure no spaces in path like Program Files. - Original Message - From: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, September 12, 2003 1:25 PM Subject: RE: Tomcat 5.0 install - Please Help 1. Make sure the following environment variables

RE: Tomcat and IIS 6 - Please HELP

2003-09-01 Thread Renato Romano
- Vial Al Molo Giano 16127 - GENOVA e-mail: [EMAIL PROTECTED] Tel.: 010 2712603 _ -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: mercoledì 27 agosto 2003 17.32 To: Tomcat Users List Subject: Re: Tomcat and IIS 6 - Please HELP Many

Tomcat and IIS 6 - Please HELP

2003-08-27 Thread Renato Romano
I'm trying to configure IIS (6) to forward requests to Tomcat (4.1.18): the configuration works fine with IIS 5, but with IIS 6, though I don't get error messages, and the ISAPI filter shows the green upward arrow, the browsere gets a 404 error. I'm pretty sure there is no config error, because I

Re: Tomcat and IIS 6 - Please HELP

2003-08-27 Thread J Raf
Romano [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: Tomcat and IIS 6 - Please HELP Date: Wed, 27 Aug 2003 17:33:19 +0200 I'm trying to configure IIS (6) to forward requests to Tomcat (4.1.18): the configuration works fine with IIS 5, but with IIS 6

Re: Tomcat and IIS 6 - Please HELP

2003-08-27 Thread John Turner
Many people have the same problem (archives!). As far as I know, there is no redirector built and available for IIS 6. You either have to build it yourself, or wait for someone else to build it. Even if you build it, there's no guarantee the source that works with IIS 5 will work unmodified

Re: Tomcat and IIS 6 - Please HELP

2003-08-27 Thread John Turner
-To: [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: Tomcat and IIS 6 - Please HELP Date: Wed, 27 Aug 2003 17:33:19 +0200 I'm trying to configure IIS (6) to forward requests to Tomcat (4.1.18): the configuration works fine with IIS 5, but with IIS 6, though I don't get error messages

Context restarting automatically!!! please help

2003-08-21 Thread Adi Katz
Hi, I have few context-param element in my web.xml file which my web app can change dynamically. the problem is that when I change the value of any context-param the webapp is reloading automatically It looks like tomcat detects a change in the web.xml file and reload the context if a change

RE: Context restarting automatically!!! please help

2003-08-21 Thread Shapira, Yoav
: Thursday, August 21, 2003 6:09 AM To: [EMAIL PROTECTED] Subject: Context restarting automatically!!! please help Hi, I have few context-param element in my web.xml file which my web app can change dynamically. the problem is that when I change the value of any context-param the webapp

Running external C routine from a servlet ? Please help me !!!!

2003-08-02 Thread Michel Jubault
linux Red HAT 7.3, java 1.4.1_02, Tomcat 4.1.24. Is there any config file to modify in tomcat, linux or java? Please help ! Many thanks in advance ! Michel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

RE: Running external C routine from a servlet ? Please help me !!!!

2003-08-02 Thread Bradberry, Rick
Telephone: 937-848-2203 Cell Phone: 937-367-1879 efax: 413-674-7094 -Original Message- From: Michel Jubault [mailto:[EMAIL PROTECTED] Sent: Saturday, August 02, 2003 9:45 AM To: [EMAIL PROTECTED] Subject: Running external C routine from a servlet ? Please help me Hi there ! I'm

Re: Running external C routine from a servlet ? Please help me !!!!

2003-08-02 Thread Michel Jubault
' [EMAIL PROTECTED] Sent: Saturday, August 02, 2003 4:23 PM Subject: RE: Running external C routine from a servlet ? Please help me Michel, I had a similar problem creating files in a servlet. I found that in my case, the relative path start in the directory where tomcat is started. I

Please help

2003-07-23 Thread Pat Pomatto
Im running Tomcat 4.1.24 with IIS. Under webapps I have myApp1, myApp2 and myApp3. All of these need to share a common images directory. Does anyone know how to do this? Ive tried numerous things and nothing works. Should the images be served by Tomcat or by IIS? Please help! Pat

Re: Please help

2003-07-23 Thread John Turner
of these need to share a common images directory. Does anyone know how to do this? Ive tried numerous things and nothing works. Should the images be served by Tomcat or by IIS? Please help! Pat Pomatto - To unsubscribe, e-mail

RE: Please help

2003-07-23 Thread Shapira, Yoav
, again with the same URLs as above. Yet another option is to have copies of the images with each webapp. Yoav Shapira Millennium ChemInformatics -Original Message- From: Pat Pomatto [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 10:53 AM To: 'Tomcat Users List' Subject: Please help

RE: Please help

2003-07-23 Thread Kannan Sundararajan
Are you using Tomcat and IIS in same box or different box. -Original Message- From: Pat Pomatto [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 10:53 AM To: 'Tomcat Users List' Subject: Please help I'm running Tomcat 4.1.24 with IIS. Under webapps I have myApp1, myApp2

Virtual Host: Host Name seems to have to be www or nothing at all. Please help.

2003-07-20 Thread Wade Chandler
Hello, I'm using tomcat 5.0. I seem to be having a problem with virtual hosts. I am running one virtual host called www.cltractor.com and that seems to be running fine. I also setup a virtual host called axonware.redirectme.net. I was going to use this free domain name with forwarding

Re: Please help with unusual configuration

2003-07-15 Thread John Turner
Users List Subject: Re: Please help with unusual configuration Yhea, I do something similar using the virtualhost directive. It works great. Rick Roberts wrote: It doesn't sound like you are doing at all unusual. It sounds like pretty normal HTTP/HTTPS apache/tomcat configuration. Just have

RE: Please help with unusual configuration

2003-07-14 Thread Goehring, Chuck Mr., RCI - San Diego
] Sent: Friday, July 11, 2003 5:22 PM To: Tomcat Users List Subject: Re: Please help with unusual configuration It doesn't sound like you are doing at all unusual. It sounds like pretty normal HTTP/HTTPS apache/tomcat configuration. Just have the firewall block port 80 traffic and have apache

RE: Please help with unusual configuration

2003-07-14 Thread Goehring, Chuck Mr., RCI - San Diego
with VirtualHost dis.resourceconsultants.com:0, the first has precedence, perhaps you need a NameVirtualHost directive Got any pointers -Original Message- From: Atreya Basu [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2003 8:34 PM To: Tomcat Users List Subject: Re: Please help with unusual

Please Help : STRANGE WEBDAV problem with the setting in WEB.XML

2003-07-11 Thread Dinh, Chinh
Hi, If you install Tomcat 4, you should be able to open webdav as a webfolder by doing : http://localhost:8080/webdav (open as a webfolder). However, if I change the webdav servlet name to another name (eg. mywebdav), and try to open http://localhost:8080/mywebdav, it gave me the error cannot

Please help with unusual configuration

2003-07-11 Thread Goehring, Chuck Mr., RCI - San Diego
Connector fans, I'm currently running Apache 2.x and Tomcat 4.24 (no ssl) on Windows 2000 on a Government intranet web server. This will be placed on the public internet and use full-time ssl for connections outside the firewall. Only port 443 will be available from outside the firewall.

Re: Please help with unusual configuration

2003-07-11 Thread Simon Pabst
One Apache listening on Port 80 and 443 is a standard setup for HTTPS, i don't see any reason for a second Apache when your firewall blocks access to Port 80 from outside. Only reason for this would be if you're concerned about SSL Performance with heavy traffic and want a separate machine for

Re: Please help with unusual configuration

2003-07-11 Thread Rick Roberts
It doesn't sound like you are doing at all unusual. It sounds like pretty normal HTTP/HTTPS apache/tomcat configuration. Just have the firewall block port 80 traffic and have apache listen on ports 80 and 443. Then outside traffic uses https://yoursite.gov (port 443) and inside traffic uses

Re: Please help with unusual configuration

2003-07-11 Thread Atreya Basu
Yhea, I do something similar using the virtualhost directive. It works great. Rick Roberts wrote: It doesn't sound like you are doing at all unusual. It sounds like pretty normal HTTP/HTTPS apache/tomcat configuration. Just have the firewall block port 80 traffic and have apache listen on

java.net.MalformedURLException: unknown protocol: jndi Please help.

2003-07-08 Thread echevtchouk
This is a question for the jboss forum. Sorry to inflate traffic. I just have no answer, and it coming from the tomcat containet deployment. jboss-3.0.7_jakarta-tomcat-4.1.24 I enabled security manager by setting -Djava.security.manager -Djava.security.policy==

off-topic: please, help needed with cookie question

2003-07-03 Thread Jose Euclides da Silva Junior - DATAPREVRJ
My question is: if any servlet generate a cookie object ( during http connection, of course ), so it will always store this cookie on the client side ( the user' browser) , which called the servlet ( of course). Is it right? If yes, what happens if the browser doesnt accept cookies? Thanks ,

RE: off-topic: please, help needed with cookie question

2003-07-03 Thread Brett Neumeier
Jose Euclides da Silva Junior wrote: if any servlet generate a cookie object ( during http connection, of course), so it will always store this cookie on the client side ( the user' browser) , which called the servlet ( of course). Is it right? If yes, what happens if the browser doesnt

RES: off-topic: please, help needed with cookie question

2003-07-03 Thread Jose Euclides da Silva Junior - DATAPREVRJ
:[EMAIL PROTECTED] Enviada em: quinta-feira, 3 de julho de 2003 18:27 Para: 'Tomcat Users List' Assunto: RE: off-topic: please, help needed with cookie question Jose Euclides da Silva Junior wrote: if any servlet generate a cookie object ( during http connection, of course), so it will always store

Re: RES: off-topic: please, help needed with cookie question

2003-07-03 Thread Raiden
On Thu, 3 Jul 2003, Jose Euclides da Silva Junior - DATAPREVRJ wrote: Thanks for your reply! My question regards on best practices on user authentication management. So, cookies is really the best choice, since my application offers authentication/authorization service, isnt it? Thanks

RES: RES: off-topic: please, help needed with cookie question

2003-07-03 Thread Jose Euclides da Silva Junior - DATAPREVRJ
And, what do you think about SSL V3? Does it use cookie? -Mensagem original- De: Raiden [mailto:[EMAIL PROTECTED] Enviada em: quinta-feira, 3 de julho de 2003 19:30 Para: Tomcat Users List Assunto: Re: RES: off-topic: please, help needed with cookie question On Thu, 3 Jul 2003, Jose

RE: PLEASE HELP - Apache mod_jk2 loses communication with Tomcat

2003-07-02 Thread James Courtney
Subject: RE: PLEASE HELP - Apache mod_jk2 loses communication with Tomcat Hi, On Tue, 1 Jul 2003, James Courtney wrote: Thanks Eric. I'm still puzzled though. I don't really see any difference in what you're doing vs. what I'm doing. I explicitly specify host and port for the channel

RE: PLEASE HELP - Apache mod_jk2 loses communication with Tomcat

2003-07-02 Thread Eric J. Pinnell
, etc? alot. :) -e Jamey -Original Message- From: Eric J. Pinnell [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 6:09 PM To: Tomcat Users List Subject: RE: PLEASE HELP - Apache mod_jk2 loses communication with Tomcat Hi, On Tue, 1 Jul 2003, James Courtney wrote

PLEASE HELP - Apache mod_jk2 loses communication with Tomcat

2003-07-01 Thread James Courtney
I'm trying again as no one responded to my first email. We REALLY need to resolve this issue. Thanks! We recently upgraded our production systems to Tomcat 4.1.24 and Apache 2.0.45 from 3.2.2 and 1.3.19 respectively and have noticed a VERY pleasing increase in performance and over an 80%

Re: PLEASE HELP - Apache mod_jk2 loses communication with Tomcat

2003-07-01 Thread Eric J. Pinnell
Your workers2.properties looks a little off. I don't know if this is the root of your problem but it should look more like: [shm] file=${serverRoot}/logs/shm.file size=1048576 [lb:lb_01] info=Default load balancer. debug=0 # Example socket channel, override port and host.

RE: PLEASE HELP - Apache mod_jk2 loses communication with Tomcat

2003-07-01 Thread James Courtney
://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.24/src/ Thanks! Jamey -Original Message- From: Eric J. Pinnell [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 2:34 PM To: Tomcat Users List Subject: Re: PLEASE HELP - Apache mod_jk2 loses communication with Tomcat Your

RE: PLEASE HELP - Apache mod_jk2 loses communication with Tomcat

2003-07-01 Thread Eric J. Pinnell
PROTECTED] Sent: Tuesday, July 01, 2003 2:34 PM To: Tomcat Users List Subject: Re: PLEASE HELP - Apache mod_jk2 loses communication with Tomcat Your workers2.properties looks a little off. I don't know if this is the root of your problem but it should look more like: [shm] file=${serverRoot

Re: multiuser setup: please help

2003-06-30 Thread John Turner
Great, glad you got it working. John On Sat, 28 Jun 2003 23:18:11 -0230 (NDT), Neil Zanella [EMAIL PROTECTED] wrote: Thanks John! All I had to do was upgrade my Tomcat installation from the 4.0.1 version which comes with Java Sun One Studio (and is still being distributed at the Java site,

Re: multiuser setup: please help

2003-06-30 Thread ben . jessel
[EMAIL PROTECTED] cc: Subject:Re: multiuser setup: please help Great, glad you got it working. John On Sat, 28 Jun 2003 23:18:11 -0230 (NDT), Neil Zanella [EMAIL PROTECTED] wrote: Thanks John! All I had to do was upgrade my Tomcat installation from the 4.0.1

Re: multiuser setup: please help

2003-06-30 Thread John Turner
( in fact, I think it may even be written in java ) ! :-) John Turner [EMAIL PROTECTED] 30/06/2003 13:55 Please respond to Tomcat Users List To: Tomcat Users List [EMAIL PROTECTED] cc: Subject:Re: multiuser setup: please help Great, glad you got it working. John On Sat, 28 Jun 2003

Re: multiuser setup: please help

2003-06-28 Thread Neil Zanella
On Fri, 27 Jun 2003, John Turner wrote: I don't use this feature, but a couple of things come to mind: - does the user account that Tomcat uses have read permissions to those directories? I am not sure what user accound Tomcat uses, probably the root account since I installed it as

<    1   2   3   4   5   6   7   8   9   10   >