Tomcat 4.1.30 crashing on production site - need help

2005-03-07 Thread Anoop kumar V
Hi All, For the past couple of months we have been facing a peculiar problem on our production environment. And we have been unable to resolve this issue so far. We have an application hosted on Tomcat 4.1.30 and using JDK1.4.2_06. We also have an Apache WS - (think it is v2.0.2). Everyday

Re: Tomcat 4.1.30 crashing on production site - need help

2005-03-07 Thread James Sys
I've seen similar problems in a non-Tomcat Java application. The root cause was a memory leak. Although Java has good garbage collection, it relies on object references being released. This is generally fine, but some buggy applications can add references to large object to the application

Re: Tomcat 4.1.30 crashing on production site - need help

2005-03-07 Thread David Tonhofer, m-plify S.A.
It might also be that Tomcat needs more memory than the JVM will allocate. We had that problem. With the Sun JVM, the options -Xss128k -Xmx128m increased the stack and max heap size and there no longer was a problem. Try to set CATALINA_OPTS in bin/startup.sh: CATALINA_OPTS=$CATALINA_OPTS -server

Re: Tomcat 4.1.30 crashing on production site - need help

2005-03-07 Thread Anoop kumar V
So - JDK with or without the patches may not be the issue here?? Did anyone install patches for JDK 1.4.2_06 and see any improvement or anything?? -Anoop On Mon, 07 Mar 2005 18:50:49 +0100, David Tonhofer, m-plify S.A. [EMAIL PROTECTED] wrote: It might also be that Tomcat needs more memory

error-page help on 5.5.7

2005-03-06 Thread Darren Govoni
Hi, I tried adding. error-page error-code401/error-code location/error.jsp?type=401/location /error-page to my web.xml page (it was in the proper location, etc.) but my server still produces the default error page. When I tried on my earlier 5.0.25 tomcat, it wouldn't even bring up my

Re: error-page help on 5.5.7

2005-03-06 Thread Chuck Williams
Darren Govoni writes (3/6/2005 7:16 AM): Hi, I tried adding. error-page error-code401/error-code location/error.jsp?type=401/location /error-page to my web.xml page (it was in the proper location, etc.) but my server still produces the default error page. When I tried on my earlier 5.0.25

Re: error-page help on 5.5.7

2005-03-06 Thread Darren Govoni
Thanks for the response. I tried many variations. Nothing works for me (running linux, jdk1.5.0_01). I also added an error-page clause to the tomcat web.xml as well as my webapp. It always jumps to the default page. Here's what mine looks like. Wish it worked. :( web-app

Re: error-page help on 5.5.7

2005-03-06 Thread Darren Govoni
I reverted back to 5.0.25 and it sorta works. Using Netscape on linux. 5.5.7 does not work for me. Now, however, when I attempt to access a resource protected by BASIC HTTP authentication. It DOES NOT prompt me for credentials, but rather forwards to my error-page regardless. Yuck! That's not

Re: error-page help on 5.5.7

2005-03-06 Thread Chuck Williams
Darren Govoni writes (3/6/2005 3:27 PM): I only want it to forward to error-page on a code 401 _when the login attempt fails_ and it should prompt the user for that, which it doesn't. Oh, this is for a login error? I use FORM authentication which provides a form-error-page in the

Re: error-page help on 5.5.7

2005-03-06 Thread Darren Govoni
Thanks Chuck. This approach works better, although I would think regardless of the auth form, the redirect to error page would be independent. Any idea how to do FORM based auth from a Java client? I was using Basic like this: On Sun, 2005-03-06 at 17:04 -0800, Chuck Williams wrote: Darren

Re: error-page help on 5.5.7

2005-03-06 Thread Darren Govoni
On Sun, 2005-03-06 at 20:47 -0500, Darren Govoni wrote: Thanks Chuck. This approach works better, although I would think regardless of the auth form, the redirect to error page would be independent. Any idea how to do FORM based auth from a Java client? I was using Basic like this:

Re: error-page help on 5.5.7

2005-03-06 Thread Chuck Williams
Darren Govoni writes (3/6/2005 5:48 PM): On Sun, 2005-03-06 at 20:47 -0500, Darren Govoni wrote: Thanks Chuck. This approach works better, although I would think regardless of the auth form, the redirect to error page would be independent. I would think so to, but it seems that

Help with tomcat on windoze/nfs

2005-03-04 Thread Randy Paries
/myservlet?dir=c:/ (is see it ok) If I do /myservlet?dir=z:/ (z is a mapped nfs mount, it does not see it) Here is the kicker, I wrote a little class that was basically the same but just a normal Java app, and it see z:/ OK Help??? Thanks

RE: Help with tomcat on windoze/nfs

2005-03-04 Thread Mike Curwen
How is the drive mapped? By what logged-in windows user? Is it the same user that Tomcat is running as, and are you sure? ;) Mike Curwen -Original Message- From: Randy Paries [mailto:[EMAIL PROTECTED] Sent: Friday, March 04, 2005 3:51 PM To: 'Tomcat Users List' Subject: Help

Re: Help with tomcat on windoze/nfs

2005-03-04 Thread Jason Bainbridge
On Fri, 4 Mar 2005 15:51:18 -0600, Randy Paries [EMAIL PROTECTED] wrote: Hello, I have the unfortunate opportunity of having to set up tomcat on windoze (sorry I am a linux bigot) I have this servlet that has to run a windows program. (that works fine) I have to create a directory on a

RE: Help with tomcat on windoze/nfs

2005-03-04 Thread Randy Paries
I assume the map is ok, since I can run a java app and it works fine, It is only when I call it from a servlet it does not Thanks -Original Message- From: Mike Curwen [mailto:[EMAIL PROTECTED] Sent: Friday, March 04, 2005 4:15 PM To: 'Tomcat Users List' Subject: RE: Help with tomcat

Re: Help with tomcat on windoze/nfs

2005-03-04 Thread Parsons Technical Services
How are you starting Tomcat? Doug - Original Message - From: Randy Paries [EMAIL PROTECTED] To: 'Tomcat Users List' tomcat-user@jakarta.apache.org Sent: Friday, March 04, 2005 11:57 PM Subject: RE: Help with tomcat on windoze/nfs I assume the map is ok, since I can run a java app

DBCP Object not closed- urgent help reuired.

2005-03-02 Thread micky none
is: --- public void close() { try { results.close(); } catch (Exception ex) {} try { st.close(); } catch (Exception ex) {} try { con.close(); } catch (Exception ex) {} } Please help me friends asap,it's really urgent for me

ISAPI redirector HELP ME!

2005-02-24 Thread Sue Roe
Hi I am having a bit of a nightmare and hoping someone may be able to help. I have Tomcat 4.1 / IIS 5 on Windows 2000 Server. Basically all was working swimmingly until someone deleted the 'conf' directory under Tomcat 4.1 installation, then re-started our server... Tomcat obviously

RE: ISAPI redirector HELP ME!

2005-02-24 Thread Molden, Robert \(GE Infrastructure\)
Check your workers.properties and uriworkermap.properties files to make sure the settings are valid. -Original Message- From: Sue Roe [mailto:[EMAIL PROTECTED] Sent: Thursday, February 24, 2005 11:14 AM To: tomcat-user@jakarta.apache.org Subject: ISAPI redirector HELP ME! Hi I am

RE: ISAPI redirector HELP ME!

2005-02-24 Thread Sue Roe
: Molden, Robert (GE Infrastructure) [mailto:[EMAIL PROTECTED] Sent: 24 February 2005 16:21 To: Tomcat Users List Subject: RE: ISAPI redirector HELP ME! Check your workers.properties and uriworkermap.properties files to make sure the settings are valid. -Original Message- From: Sue Roe

Help Needed

2005-02-23 Thread Edmon Begoli
be a side effect of something else - not sure. Could this be related to use of -el tlds, and inability of Jasper2 to understand -el tlds. I did noticed that It fails compiling jsps that have -el jsp tags in it. Any help is appreciated

Re: JDBC connection - Please help

2005-02-22 Thread Reshma Bhatia
by this. -Original Message- From: deepak suldhal [mailto:[EMAIL PROTECTED] Sent: Monday, February 21, 2005 11:53 AM To: tomcat users Subject: JDBC connection - Please help Please help me make my first JDBC connection My web.xml web-app xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi

Help on config JNDI datasource for DB2

2005-02-22 Thread tom chen
Hello All, Can some show how to set db2 jndi datasource in tomcat 5.5.7. DB2 and tomcat all in windows XP. tomcat can talk to db2 with direct jdbc connection. Why it is so hard for db2? Thank you very much! --tom - Do you Yahoo!? Yahoo!

help installing

2005-02-22 Thread Jeanne Case
find the documentation on jakarta.apache.org/tomcat to be confusing. Any help is appreciated. Thanks in advance, J. Case - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: help installing

2005-02-22 Thread Jason Bainbridge
On Tue, 22 Feb 2005 14:00:14 -0800, Jeanne Case [EMAIL PROTECTED] wrote: I am new to the list and Tomcat. I know this has probably been answered, but I am having trouble finding it in the archives. Is there an installation guide that makes sense some where? Welcome. :) I actually had to

Re: help installing

2005-02-22 Thread Pete Stevens
, what works, how to install from source. I find the documentation on jakarta.apache.org/tomcat to be confusing. Any help is appreciated. If you're installig on a linux machine, we have a brief guide on setting up Tomcat for our virtual linux machine service at http://www.mythic-beasts.com/support

Re: help installing

2005-02-22 Thread Jeanne Case
Thanks to all for responding. The information I received was much clearer and easier to understand then the apache site! -J.Case Jason Bainbridge wrote: On Tue, 22 Feb 2005 14:00:14 -0800, Jeanne Case [EMAIL PROTECTED] wrote: I am new to the list and Tomcat. I know this has probably been

Re: help installing

2005-02-22 Thread Jeanne Case
it in the archives. Is there an installation guide that makes sense some where? I would like some thing with a definition of files, what to edit, what works, how to install from source. I find the documentation on jakarta.apache.org/tomcat to be confusing. Any help is appreciated. If you're installig

SV: JDBC connection - Please help

2005-02-21 Thread Roland Carlsson
Hi! It sounds like the driver is not in your deployment. Either you put the driver in your WEB-INF directory of your application or in the tomcat-installdir/common/lib directory. Regards Roland Carlsson Den 05-02-21 08.31, skrev deepak suldhal [EMAIL PROTECTED]: When I write a simple java

Re: Fwd: JDBC connection - Please help

2005-02-21 Thread Edmon Begoli
-new My Yahoo! http://my.yahoo.com What will yours do? Subject: JDBC connection - Please help From: deepak suldhal [EMAIL PROTECTED] Date: Sun, 20 Feb 2005 22:22:48 -0800 (PST) To: tomcat users tomcat-user@jakarta.apache.org

JDBC connection - Please help

2005-02-20 Thread deepak suldhal
Please help me make my first JDBC connection My web.xml web-app xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd; version=2.4

Fwd: JDBC connection - Please help

2005-02-20 Thread deepak suldhal
help me make my first JDBC connection My web.xml web-app xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd; version=2.4 descriptionMySQL

FW: Please help for a query in Tomcat. - Problem : Tomcat gets hanged

2005-02-17 Thread Reshma Bhatia
(B (B -Original Message- (BFrom: Reshma Bhatia [mailto:[EMAIL PROTECTED] (BSent: Thursday, February 17, 2005 7:36 PM (BTo: '[EMAIL PROTECTED]' (BSubject:Please help for a query in Tomcat. - Problem : Tomcat gets (Bhanged (B (BHi, (B (BWe have designed

Re: FW: Please help for a query in Tomcat. - Problem : Tomcat gets hanged

2005-02-17 Thread Antony Paul
: -Original Message- From: Reshma Bhatia [mailto:[EMAIL PROTECTED] Sent: Thursday, February 17, 2005 7:36 PM To: '[EMAIL PROTECTED]' Subject:Please help for a query in Tomcat. - Problem : Tomcat gets hanged Hi, We have designed an application which works

RE: FW: Please help for a query in Tomcat. - Problem : Tomcat gets hanged

2005-02-17 Thread Reshma Bhatia
Is there a way to kill the Tomcat threads which have gone into infinite loop / hang state. -Original Message- From: Antony Paul [mailto:[EMAIL PROTECTED] Sent: Friday, February 18, 2005 10:26 AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: FW: Please help for a query in Tomcat

Re: FW: Please help for a query in Tomcat. - Problem : Tomcat gets hanged

2005-02-17 Thread Antony Paul
. -Original Message- From: Antony Paul [mailto:[EMAIL PROTECTED] Sent: Friday, February 18, 2005 10:26 AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: FW: Please help for a query in Tomcat. - Problem : Tomcat gets hanged You can try modifiying the maxProcessors

RE: FW: Please help for a query in Tomcat. - Problem : Tomcat gets hanged

2005-02-17 Thread Caldarale, Charles R
From: Antony Paul [mailto:[EMAIL PROTECTED] Subject: Re: FW: Please help for a query in Tomcat. - Problem : Tomcat gets hanged To best of my knowledge you can't. Even if you shutdown Tomcat it will wait till the threads finish their work. Not quite true. You can use the kill command

Re: [TOMCAT 5.5.7][WIN 2K] Help with admin package installation

2005-02-16 Thread Paolo Beccari
After a reboot, it started working fine. However, I can't understand why it was not working simply after a tomcat stop/start... Many thanks to all P. -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database: 265.8.8 - Release Date: 14/02/2005

Eclipse/Tomcat Issue/ Help

2005-02-16 Thread Abhay
Hi All, I am a newbie to eclipse and tomcat. I have created a tomcat project using some plug-in. Now when I am trying to open eclipse , I am getting error message : unable to create part. Also the next error dialog says to see error log for details. Where is the error file located? Help

[TOMCAT 5.5.7][WIN 2K] Help with admin package installation

2005-02-15 Thread Paolo Beccari
Hi there, I just installed Tomcat 5.5.7 and discovered that admin package is no longer installed by default. So, I downloaded it and copied the files. But when trying to access to the admin page tomcat is still saying that Tomcat's administration web application is no longer installed by

Re: [TOMCAT 5.5.7][WIN 2K] Help with admin package installation

2005-02-15 Thread Omar Adobati
give more details, where did you copy the files yuo say? On Tue, 15 Feb 2005 18:12:21 +0100, Paolo Beccari [EMAIL PROTECTED] wrote: Hi there, I just installed Tomcat 5.5.7 and discovered that admin package is no longer installed by default. So, I downloaded it and copied the files. But

Re: [TOMCAT 5.5.7][WIN 2K] Help with admin package installation

2005-02-15 Thread Paolo Beccari
/admin) Thank you P. - Original Message - From: Omar Adobati [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Tuesday, February 15, 2005 7:03 PM Subject: Re: [TOMCAT 5.5.7][WIN 2K] Help with admin package installation give more details, where did you copy

Re: [TOMCAT 5.5.7][WIN 2K] Help with admin package installation

2005-02-15 Thread sven morales
] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Tuesday, February 15, 2005 7:03 PM Subject: Re: [TOMCAT 5.5.7][WIN 2K] Help with admin package installation give more details, where did you copy the files yuo say? On Tue, 15 Feb 2005 18:12:21 +0100, Paolo Beccari

Re: [TOMCAT 5.5.7][WIN 2K] Help with admin package installation

2005-02-15 Thread Omar Adobati
the admin webapp. Hope this help. === In italiano magari te lo spiego meglio: praticamente, se hais caricato la versione compressa dell'Admin per tomcat, scompattala direttamente nella home di tomcat stesso e non muovere alcun file da dove si trova. In questo modo dovrebbe funzionare, con me l'ha fatto

Re: RE : Security Newbie - Need Help

2005-02-12 Thread sven morales
://www.lukeshannon.com phone: 416-570-1984 - Original Message - From: Luke [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Friday, February 11, 2005 9:05 PM Subject: Re: RE : Security Newbie - Need Help Hi; I can't get the memory realm to work either. I am

Re: RE : Security Newbie - Need Help

2005-02-12 Thread Luke
phone: 416-570-1984 - Original Message - From: sven morales [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Saturday, February 12, 2005 10:28 AM Subject: Re: RE : Security Newbie - Need Help Not to prolong, I would think if this was the case of misplaced

RE : RE : Security Newbie - Need Help

2005-02-11 Thread LERBSCHER Jean-Pierre
d'origine- De : Luke [mailto:[EMAIL PROTECTED] Envoyé : vendredi 11 février 2005 08:18 À : Tomcat Users List Objet : Re: RE : Security Newbie - Need Help Hi Dennis; Where is IMS defined? Otherwise I have specified everything as you recommended. Yet I still get this error once I hit the page

Re: RE : Security Newbie - Need Help

2005-02-11 Thread Luke
Design/Development Java Programmer http://www.lukeshannon.com phone: 416-570-1984 - Original Message - From: LERBSCHER Jean-Pierre [EMAIL PROTECTED] To: 'Tomcat Users List' tomcat-user@jakarta.apache.org Sent: Friday, February 11, 2005 12:21 AM Subject: RE : RE : Security Newbie - Need Help

Re: RE : Security Newbie - Need Help

2005-02-11 Thread Dennis Payne
: RE : Security Newbie - Need Help you will not need a roles table for tomcat... it is only useful to your own applications that will edit the data. The system only utilizes the the user-role table and the user-password table (at least for basic authentication). Each servlet in the system

Re: RE : Security Newbie - Need Help

2005-02-11 Thread Luke
to trouble shoot? Thanks, Luke - Original Message - From: LERBSCHER Jean-Pierre [EMAIL PROTECTED] To: 'Tomcat Users List' tomcat-user@jakarta.apache.org Sent: Friday, February 11, 2005 12:21 AM Subject: RE : RE : Security Newbie - Need Help Could you try MemoryRealm to evict filter

Re: RE : Security Newbie - Need Help

2005-02-11 Thread Luke
Luke Shannon Web Design/Development Java Programmer http://www.lukeshannon.com phone: 416-570-1984 - Original Message - From: Luke [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Friday, February 11, 2005 9:05 PM Subject: Re: RE : Security Newbie - Need Help

RE : Security Newbie - Need Help

2005-02-10 Thread LERBSCHER Jean-Pierre
- Need Help Hi; I am trying to install a security realm for my application. I am expecting a browser login window. But instead I get: HTTP Status 403 - Configuration error: Cannot perform access control without an authenticated principal type Status report message Configuration error: Cannot

Re: Security Newbie - Need Help

2005-02-10 Thread Luke
an authenticated principal) has been forbidden. Apache Tomcat/5.0.28 Thanks, Luke - Original Message - From: LERBSCHER Jean-Pierre [EMAIL PROTECTED] To: 'Tomcat Users List' tomcat-user@jakarta.apache.org Sent: Thursday, February 10, 2005 12:27 AM Subject: RE : Security Newbie - Need Help Hi

RE : Security Newbie - Need Help

2005-02-10 Thread LERBSCHER Jean-Pierre
It seems that you have a wrong role table (roles or user_roles). Have you declare security-role element ? -Message d'origine- De : Luke [mailto:[EMAIL PROTECTED] Envoyé : jeudi 10 février 2005 16:02 À : Tomcat Users List Objet : Re: Security Newbie - Need Help Hi; Here is the roles

Re: RE : Security Newbie - Need Help

2005-02-10 Thread luke
Where would the security-role be declared? WEB-INF/web.xml? The tables I have are roles, user_roles and users. When you say wrong role table which of the tables I have should be renamed? Thanks for you help, Luke It seems that you have a wrong role table (roles or user_roles). Have you

Server.xml help

2005-02-10 Thread Charles P. Killmer
Does anyone see anything wrong with this server.xml? I am still trying to pin down my database connectivity issues and would like some validation that I have Tomcat setup appropriately. Server port=8005 shutdown=SHUTDOWN debug=0 Listener

RE : RE : Security Newbie - Need Help

2005-02-10 Thread LERBSCHER Jean-Pierre
-Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : jeudi 10 février 2005 16:57 À : Tomcat Users List Objet : Re: RE : Security Newbie - Need Help Where would the security-role be declared? WEB-INF/web.xml? Yes The tables I have are roles, user_roles

RE: help: connecting Tomcat 5.5 to Apache 2.0 with mod_jk 1.2.8 on ISP's server: SOLVED.

2005-02-10 Thread Jason Nichols
Chris: It's working! Thanks a LOT! What you gave me wasn't the full answer, but it let me eliminate a lot of dead-ends and other mistakes I had made. One (of several) problems this helped was that I was using AddModule and not LoadModule, which is also addressed here:

RE : RE : RE : Security Newbie - Need Help

2005-02-10 Thread LERBSCHER Jean-Pierre
Sorry, i understand what you mean. Your role table seems ok. -Message d'origine- De : LERBSCHER Jean-Pierre [mailto:[EMAIL PROTECTED] Envoyé : jeudi 10 février 2005 17:40 À : 'Tomcat Users List' Objet : RE : RE : Security Newbie - Need Help -Message d'origine- De : [EMAIL

Re: RE : Security Newbie - Need Help

2005-02-10 Thread Dennis Payne
be renamed? Thanks for you help, Luke It seems that you have a wrong role table (roles or user_roles). Have you declare security-role element ? -Message d'origine- De : Luke [mailto:[EMAIL PROTECTED] Envoyé : jeudi 10 février 2005 16:02 À : Tomcat Users List Objet : Re: Security

Re: RE : RE : RE : Security Newbie - Need Help

2005-02-10 Thread luke
role table seems ok. -Message d'origine- De : LERBSCHER Jean-Pierre [mailto:[EMAIL PROTECTED] Envoyé : jeudi 10 février 2005 17:40 À : 'Tomcat Users List' Objet : RE : RE : Security Newbie - Need Help -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

Re: RE : Security Newbie - Need Help

2005-02-10 Thread Luke
- From: Dennis Payne [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Thursday, February 10, 2005 11:23 AM Subject: Re: RE : Security Newbie - Need Help you will not need a roles table for tomcat... it is only useful to your own applications that will edit the data. The system only

RE: JTDS help

2005-02-09 Thread Charles P. Killmer
List Subject: RE: JTDS help From: Charles P. Killmer [mailto:[EMAIL PROTECTED] Subject: RE: JTDS help Well there aren't any file access errors but it looks like for every request it is racing through all of the directories and compiling whatever it finds. Is there a setting that tells

RE: JTDS help

2005-02-09 Thread Charles P. Killmer
To: Tomcat Users List Subject: RE: JTDS help Well there aren't any file access errors but it looks like for every request it is racing through all of the directories and compiling whatever it finds. Is there a setting that tells tomcat to recompile on every request? Charles -Original Message

RE: JTDS help

2005-02-09 Thread Charles P. Killmer
-Original Message- From: Charles P. Killmer Sent: Wednesday, February 09, 2005 12:25 PM To: Tomcat Users List Subject: RE: JTDS help I have noticed that if I let FileMon just sit, every ten seconds, java.exe runs through a bunch of directories. Is this normal? It doesn't seem to contribute

help: connecting Tomcat 5.5 to Apache 2.0 with mod_jk 1.2.8 on ISP's server

2005-02-09 Thread Jason Nichols
Hello all: I've been working on installing Tomcat 5.5 with Apache 2.0 for about two weeks now, and I've been stuck with an error for a week. A lot of my difficulty is that I'm working on a leased ISP's server, and am dealing with a complex pre-existing Apache installation. If you can help

Re: help: connecting Tomcat 5.5 to Apache 2.0 with mod_jk 1.2.8 on ISP's server

2005-02-09 Thread Christopher G. Stach II
-existing Apache installation. If you can help or tell me about a good source for integrating Apache with Tomcat via mod_jk (other than apache.org google, which I've been using), that would be great. I'm trying to get to the standard Tomcat examples pages. Any help is appreciated. Problem: Apache

Re: JTDS help

2005-02-09 Thread Gary Evesson
Charles P. Killmer wrote: I have also tried these methods since. %@ page language=java import=java.sql.*% %@ page language=java import=java.util.Properties% % Properties p = new Properties(); p.put(user, *); p.put(password, **); Driver d =

RE: JTDS help

2005-02-09 Thread Peter Crowther
From: Charles P. Killmer [mailto:[EMAIL PROTECTED] There must be something wrong with my tomcat/JTDS setup. Charles, To be clear: You have run osql.exe, on the same machine as the Tomcat process, as the same user as your Tomcat process, and it connects quickly and runs queries quickly? I

Security Newbie - Need Help

2005-02-09 Thread Luke
Hi; I am trying to install a security realm for my application. I am expecting a browser login window. But instead I get: HTTP Status 403 - Configuration error: Cannot perform access control without an authenticated principal type Status report message Configuration error: Cannot perform

RE: JTDS help

2005-02-08 Thread Allistair Crossley
. Cheers, Allistair. -Original Message- From: Charles P. Killmer [mailto:[EMAIL PROTECTED] Sent: 07 February 2005 22:42 To: Tomcat Users List Subject: RE: JTDS help When I strip the code to simply this, %@ page language=java import=java.sql.*% % Connection conn

RE: JTDS help

2005-02-08 Thread Peter Crowther
From: Charles P. Killmer [mailto:[EMAIL PROTECTED] Also the thing that I run into with connection pooling the inability to use the SQL Statement of select @@IDENTITY from table. With connection pooling, you run the risk of getting the ID for a record that someone else inserted with the same

RE: JTDS help

2005-02-08 Thread Charles P. Killmer
Well I must have missed something because it isn't working correctly. ;) Were you using connection pooling in your test? Perhaps I have something messed up in a config file? Or installed jTDS incorrectly? Thanks for all your help. Charles -Original Message- From: Allistair Crossley

RE: JTDS help

2005-02-08 Thread Allistair Crossley
file won't have anything to do with this. I am certain it is environmental. Ali. -Original Message- From: Charles P. Killmer [mailto:[EMAIL PROTECTED] Sent: 08 February 2005 14:41 To: Tomcat Users List Subject: RE: JTDS help Well I must have missed something because it isn't

RE: JTDS help

2005-02-08 Thread Charles P. Killmer
Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 08, 2005 8:44 AM To: Tomcat Users List Subject: RE: JTDS help Hi, No it was a totally raw test of your code which by virtue of using DriverManager does not use connection pooling even if I do have it enabled in my

RE: JTDS help

2005-02-08 Thread Allistair Crossley
issue. See what your monitoring brings back. What kind of setup are you running? Allistair. -Original Message- From: Charles P. Killmer [mailto:[EMAIL PROTECTED] Sent: 08 February 2005 15:33 To: Tomcat Users List Subject: RE: JTDS help I don't mean to be contrary, I am just trying

RE: JTDS help

2005-02-08 Thread Peter Crowther
From: Charles P. Killmer [mailto:[EMAIL PROTECTED] I am going to run filemon and watch for access denied messages, then regmon and watch for similar things. The network is very fast, the db server is not being used by anyone else. It seems to me that if it were environmental, it would

RE: JTDS help

2005-02-08 Thread Charles P. Killmer
:[EMAIL PROTECTED] Sent: Tuesday, February 08, 2005 9:36 AM To: Tomcat Users List Subject: RE: JTDS help Hey Charles, I'm sure it's quite frustrating, but I've already shown that your precise code runs way faster than your original statistics, and that was only on a modest box. It serves no purpose

RE: JTDS help

2005-02-08 Thread Caldarale, Charles R
From: Charles P. Killmer [mailto:[EMAIL PROTECTED] Subject: RE: JTDS help Well there aren't any file access errors but it looks like for every request it is racing through all of the directories and compiling whatever it finds. Is there a setting that tells tomcat to recompile on every

JTDS help

2005-02-07 Thread Charles P. Killmer
I am trying to get Tomcat talking to my database quickly. This code takes about 2-3 seconds to load. Anyone got any idea's why? Or if you run this in your environment, how well does it run? %@ page language=java import=java.sql.*% % Connection conn =

RE: JTDS help

2005-02-07 Thread Allistair Crossley
PROTECTED] Sent: 07 February 2005 17:34 To: Tomcat Users List Subject: JTDS help I am trying to get Tomcat talking to my database quickly. This code takes about 2-3 seconds to load. Anyone got any idea's why? Or if you run this in your environment, how well does it run? %@ page

RE: JTDS help

2005-02-07 Thread Charles P. Killmer
[mailto:[EMAIL PROTECTED] Sent: Monday, February 07, 2005 11:37 AM To: Tomcat Users List Subject: RE: JTDS help Hi, There's no real reason relating to Tomcat or jTDS that this would run slow. You are more likely to find answers with your hardware, network latency, database load or row size

Re: JTDS help

2005-02-07 Thread Mario Winterer
I think the main time is spent on opening the database connection! So you better use connection pooling - then this expensive operation is just execute once (or at least not so often) Have a look at the Tomcat documentation (Section on JNDI-DataSources) Tex Charles P. Killmer wrote: I am trying

Re: JTDS help

2005-02-07 Thread David Smith
the code in JSP for Tomcat that it slows down. Charles -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Monday, February 07, 2005 11:37 AM To: Tomcat Users List Subject: RE: JTDS help Hi, There's no real reason relating to Tomcat or jTDS that this would run slow. You

Re: JTDS help

2005-02-07 Thread Mario Winterer
. Its only when I write the code in JSP for Tomcat that it slows down. Charles -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Monday, February 07, 2005 11:37 AM To: Tomcat Users List Subject: RE: JTDS help Hi, There's no real reason relating to Tomcat or jTDS

RE: JTDS help

2005-02-07 Thread Charles P. Killmer
- From: Mario Winterer [mailto:[EMAIL PROTECTED] Sent: Monday, February 07, 2005 2:43 PM To: Tomcat Users List Subject: Re: JTDS help I do not think, jsp compilation is the problem - well, the first request will last long, but after the jsp is compiled, subsequent calls will not be remarkable

Re: JTDS help

2005-02-07 Thread Hari Saptoadi
@jakarta.apache.org Sent: Tuesday, February 08, 2005 5:41 AM Subject: RE: JTDS help When I strip the code to simply this, %@ page language=java import=java.sql.*% % Connection conn = DriverManager.getConnection(jdbc:jtds:sqlserver://*.*.*.*:1433/dbname;u ser=*;password=**); conn.close

Help needed with Tomcat 5.5.7 admin app (MBeanServer is not available)

2005-02-06 Thread Simon Watson
of ideas. Any help would be much appreciated. Cheers, Simon. SEVERE: Servlet.service() for servlet action threw exception javax.servlet.jsp.JspException: MBeanServer is not available at org.apache.webapp.admin.AttributeTag.doEndTag(AttributeTag.java:163

Help Required- tomcat doesn't shutdown properly

2005-02-04 Thread Narayan, Satya
Hi , I am having a weird problem. I have deployed a webapp which basically runs a servlet in tomcat5. I can start and stop using the exe file provided. But when I use the command line version ie when I open a command shell and type catalina.bat start tomcat starts properly in a new shell.

Re: Help Required- tomcat doesn't shutdown properly

2005-02-04 Thread Antony Paul
What your application is doing ?. is there any threads watiing ?. You can have a look at localhost_log in the logs directory for any errors. rgds Antony Paul On Fri, 4 Feb 2005 10:08:09 +0100, Narayan, Satya [EMAIL PROTECTED] wrote: Hi , I am having a weird problem. I have

hi help regarding running first servlet,jsp in Tomcat 5.x

2005-01-26 Thread K thiruthuvadas
. But when i access the http://localhost:8080/sample link the browser asks for network user name and password I could not run my first application with the help available inthe tomcat website It shows when Tomcat starts, that port 8080 is in use, it throws a java.net.bind exception regards

Re: hi help regarding running first servlet,jsp in Tomcat 5.x

2005-01-26 Thread Caroline Jen
folder. But when i access the http://localhost:8080/sample link the browser asks for network user name and password I could not run my first application with the help available inthe tomcat website It shows when Tomcat starts, that port 8080 is in use, it throws a java.net.bind

Re: hi help regarding running first servlet,jsp in Tomcat 5.x

2005-01-26 Thread K thiruthuvadas
Dear Caroline, Thanks for the instant mail. It is amazing to find that the support is almost instantaneous for Tomcat Jakarta Webserver. I solved the problem by shutting down my IIS admin service which was occupying the 8080 port thanks again for the link

Re: hi help regarding running first servlet,jsp in Tomcat 5.x

2005-01-26 Thread Ben Souther
Das, Two things: First, whenever writing to the list, please start a new thread instead of just clicking 'reply' from another message. To those of us using treaded mail clients, you've just hijacked someone else's thread. Second, it looks like the sample war file on the jakarta site is

Help with JDBC query

2005-01-23 Thread Jack Lauman
I'm getting the following error in an insert, the update works fine. Is there a way to get a more informative error message about the error? Does anyone see a syntax error that I missed? I'm using MySQL 4.1.8 and Connector/J 3.0.16. 19:13:20,906 INFO [STDOUT] -SQLException- 19:13:20,906

Re: Help with JDBC query

2005-01-23 Thread Edmon Begoli
I think you put the ) after the end of sql expression. It is not going to make it into a parsed query. One more suggestion - put these fields one per line - it is going to be too hard to debug them this way - they are all on the same line. Best regards, Edmon Begoli Jack Lauman wrote: I'm

Re: Help with JDBC query

2005-01-23 Thread Parsons Technical Services
@jakarta.apache.org Sent: Sunday, January 23, 2005 10:36 PM Subject: Re: Help with JDBC query I think you put the ) after the end of sql expression. It is not going to make it into a parsed query. One more suggestion - put these fields one per line - it is going to be too hard to debug them this way

Re: isapi jsp rdirector problem - help!

2005-01-19 Thread llekann
hi Windows are different!! the redirector works differently on different windows. maybe that might be the problem. notice step4 (iii.)andstep 4 (iv.) in the attached file. what version of IIS matters! if problem not solved, let me have details of exactly what and what is the problem. how u

core dump when start Apache 2.0.52 with jk2 module in AIX 5.2 HELP!

2005-01-19 Thread Fan, Tony
Hi, I build Apache 2.0.52 and jk2 connector (jakarta-tomcat-connectors-jk2-2.0.4-src.tar.gz) in AIX 5.2 without any problem, but after I start Apache with jk2 module, it generated Segmentation fault(coredump). Here is I run dbx: # dbx httpd core Type 'help' for help. [using memory

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