DBCP Object not closed- urgent help reuired.

2005-03-02 Thread micky none
Hi friends, i've a program that takes in date from the user in a text box.Everything works fine except the log files shows something like this: -- (Http11Protocol.java:738) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoin

Re: strange tomcat Behavior need urgent help.

2004-12-20 Thread Parsons Technical Services
ect: Re: strange tomcat Behavior need urgent help. This is a MySql problem. It shuts down connections if they have been idle for too long. You need a pool manager that takes care of this. Something like c3p0 will do the job. On Sun, 19 Dec 2004 12:28:09 + (GMT), Krishnakant Mane <[EMAIL

Re: strange tomcat Behavior need urgent help.

2004-12-20 Thread Eric Rotick
This is a MySql problem. It shuts down connections if they have been idle for too long. You need a pool manager that takes care of this. Something like c3p0 will do the job. On Sun, 19 Dec 2004 12:28:09 + (GMT), Krishnakant Mane <[EMAIL PROTECTED]> wrote: > > > hello all, > I am Krishnakant

RE: strange tomcat Behavior need urgent help.

2004-12-19 Thread Jan Behrens
> Sent: Sunday, December 19, 2004 1:28 PM > To: [EMAIL PROTECTED] > Subject: strange tomcat Behavior need urgent help. > > > > > hello all, > I am Krishnakant Mane from India. I own a software > firm and we generally implement our systems on linux > and all open

RE: strange tomcat Behavior need urgent help.

2004-12-19 Thread Jan Behrens
ubject: strange tomcat Behavior need urgent help. > > > > > hello all, > I am Krishnakant Mane from India. I own a software > firm and we generally implement our systems on linux > and all open source servers like jakarta tomcat and > apache server in particular. of l

strange tomcat Behavior need urgent help.

2004-12-19 Thread Krishnakant Mane
hello all, I am Krishnakant Mane from India. I own a software firm and we generally implement our systems on linux and all open source servers like jakarta tomcat and apache server in particular. of late I have been facing a strange problem with tomcat. I am a tomcat 5 aka 5.0.25 user. I have

RE: New User needing urgent help

2004-10-23 Thread Ben Souther
rk? > > Thanks for the help. > > > > From: Ben Souther [mailto:[EMAIL PROTECTED] > Sent: Sat 10/23/2004 1:06 PM > To: Tomcat Users List > Subject: RE: New User needing urgent help > > > > You'll probably have other pro

RE: New User needing urgent help

2004-10-23 Thread Steven R. Christensen
ks for the help. From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: Sat 10/23/2004 1:06 PM To: Tomcat Users List Subject: RE: New User needing urgent help You'll probably have other problems later if you don't get your classes into packages (mapping servlets etc..). On Sat, 2004

RE: New User needing urgent help

2004-10-23 Thread Ben Souther
> > Hopefully I will be able to get this operational without bothering everyone > again. > > Thanks, > Steve > > > > From: Steffen Heil [mailto:[EMAIL PROTECTED] > Sent: Sat 10/23/2004 12:52 PM > To: 'Tomcat Users List' >

RE: New User needing urgent help

2004-10-23 Thread Steven R. Christensen
at Users List' Subject: AW: New User needing urgent help Hi > import Account; No. No. No. Import is used to make classes of foreign packages available. Classes in the same package are always available. And you should never have any package-less class, hence no problems

Re: New User needing urgent help

2004-10-23 Thread Larry Meadors
an import at root-level. You have to put your classes in a package (folder) that you then put in the web-inf/classes. Regards Roland - Original Message - From: "Steven R. Christensen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 23, 2004 7:42 PM

AW: New User needing urgent help

2004-10-23 Thread Steffen Heil
Hi > import Account; No. No. No. Import is used to make classes of foreign packages available. Classes in the same package are always available. And you should never have any package-less class, hence no problems. Regards, Steffen smime.p7s Description: S/MIME cryptographic signature

Re: New User needing urgent help

2004-10-23 Thread Roland Carlsson
gt; Sent: Saturday, October 23, 2004 7:42 PM Subject: New User needing urgent help Hello, I am new to using Tomcat and am having difficulty getting an application to work. Any help would be greatly appreciated. I have a web app that is giving me the following errors and can't seem to find

New User needing urgent help

2004-10-23 Thread Steven R. Christensen
Hello, I am new to using Tomcat and am having difficulty getting an application to work. Any help would be greatly appreciated. I have a web app that is giving me the following errors and can't seem to find why. Thanks in advance for your help. org.apache.jasper.JasperException: Unable to c

Re: urgent help reqd

2004-10-19 Thread N Tapas Kumar Choudhury
Hi Prashant, Just for a quick remind, which DBCP you are using for your application, what's the value of KeepAlive=?? which should be ideally 'true' and what value you have set for the maxThrottle.. What I can suggest you to use upgraded Tomcat version, like Tomcat 4.1 series if

urgent help reqd

2004-10-18 Thread prashant chavan
Dear All I have hosted my live website on Linux which has Apache 2.0 wuth tomcat 3.2.3 and my database is on a sun server. I have multiple instances of tomcat running with single installation hosting three diffrent websites. My problem is last fer days i am facing a peculiar problem my java in

Re: One urgent help needed

2004-10-08 Thread Michiel Toneman
Hi Pradeep, Looks like your tomcat installation cannot find: com.sabratec.applinx.server.runtime.servlet.GXApplinxServlet Are you sure the jar containing GXApplinxServlet is in a place Tomcat can find it? (e.g. shared\lib ?) Michiel Pradeep Chauhan wrote: Hi All , We have an application deployed

One urgent help needed

2004-10-08 Thread Pradeep Chauhan
Hi All , We have an application deployed on Tomcat 4.1.27 in production. We did some changes in web.xml to use one third party "Applinx". In development enviorment it is working fine. But when we move to same web.xml to production we got errors in log file and application wont get up. Attach is

Re: Need Urgent Help

2004-09-03 Thread Venu
- Original Message - From: "Bedrijven.nl" <[EMAIL PROTECTED]> To: "'Venu'" <[EMAIL PROTECTED]> Sent: Friday, September 03, 2004 6:53 PM Subject: RE: Need Urgent Help > try > appbase="/home/httpd/vhosts/domainname.com" >

Re: Need Urgent Help

2004-09-03 Thread Venu
sorry i didnt get you... relative to the dir on the same server - Original Message - From: "Bedrijven.nl" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Friday, September 03, 2004 5:59 PM Subject: RE: Need Urgent Help &

RE: Need Urgent Help

2004-09-03 Thread Bedrijven.nl
yes but it;s a relative path..so relative to what?? -Oorspronkelijk bericht- Van: Venu [mailto:[EMAIL PROTECTED] Verzonden: Friday, September 03, 2004 10:43 AM Aan: Tomcat Users List; [EMAIL PROTECTED] Onderwerp: Re: Need Urgent Help yes it the dir (docBase="/home/httpd/v

Re: Need Urgent Help

2004-09-03 Thread Venu
yes it the dir (docBase="/home/httpd/vhosts/domainname.com/httpdocs") where i am having my jsp's & servlets - Original Message - From: "Bedrijven.nl" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Fri

RE: Need Urgent Help

2004-09-03 Thread Bedrijven.nl
Is docBase right??? -Oorspronkelijk bericht- Van: Venu [mailto:[EMAIL PROTECTED] Verzonden: Friday, September 03, 2004 10:25 AM Aan: Tomcat Users List Onderwerp: Need Urgent Help Hello Guru's Im using the my application outside the webapps in server.xml i have confiured the foll

Need Urgent Help

2004-09-03 Thread Venu
Hello Guru's Im using the my application outside the webapps in server.xml i have confiured the following www.domainname.com but still my jsp's & servlets doenst executes at the server side.. Any help is most appreiciated. Best Regard's Venu

Re: tomcat urgent help

2004-09-02 Thread Bill Barker
The error is just what is says it is: There is no ROOT context installed, so Tomcat has no place to send a request for http://localhost:8080. The default location for this is at $TOMCAT_HOME/webapps/ROOT. If you are on Windows, make certain that the directory name is all upper-case. "Mandar Shi

Re: tomcat urgent help

2004-09-02 Thread Mandar Shirgaokar
hi, I am using tomcat for developing SAP Portal iviews. I cannot use jdk 1.4 bcos PDK does not support jdk version 1.4 and tomcat latest versions. I have to make tomcat 3.3 version running. -thanks Mandar [EMAIL PROTECTED] wrote: Since you are just installing, is there any possibilit

Re: tomcat urgent help

2004-09-02 Thread gerardo
Since you are just installing, is there any possibility you could install a newer version of both tools? I suggest it because it seems like an installation problem and assuming you followed the instructions, it will be tricky to pinpoint (incompatibility, configuration, quirk?) and not much peopl

tomcat urgent help

2004-09-02 Thread Mandar Shirgaokar
Hi, I am using tomcat 3.3.2 version and jdk 1.3.1_13 version. Can anyone let me know how what classpath I need to set for the following error 2004-09-02 13:12:49 - ContextManager: Assertion failed: container==null (no Defa ult Context?) 2004-09-02 13:12:49 - Ctx() : Status code:404 re

URGENT HELP REQUIRED --- running CGI in TOMCAT 4.1.27

2003-11-11 Thread Shamik Bandopadhyay
Hi, I'm posting my problem once again. I'm trying to run a CGI script thru Tomcat 4.1.27. I've followed all the steps like renaming servlets-cgi.jar,servlets-ssi.jar,uncommenting servlet mappings in web.xml under config.I've also installed ActivePerl 5.6.1.635 where my CGI script is pointing t

ENC: Urgent help -crazy error when turnning tomcat a NT4.0 Servi ce

2003-10-20 Thread Jose Euclides da Silva Junior - DATAPREVRJ
hint: no logs are generated by NT and the Tomcat service is UP! Thanks in advance, Euclides. -Mensagem original- De: Jose Euclides da Silva Junior - DATAPREVRJ [mailto:[EMAIL PROTECTED] Enviada em: sexta-feira, 17 de outubro de 2003 21:19 Para: 'Tomcat Users List' Assunto: R

RES: Urgent help -crazy error when turnning tomcat a NT4.0 Servi ce

2003-10-17 Thread Jose Euclides da Silva Junior - DATAPREVRJ
I forgot one thing: i used tcservcfg to configure Tomcat service! -Mensagem original- De: John Corrigan [mailto:[EMAIL PROTECTED] Enviada em: sexta-feira, 17 de outubro de 2003 21:00 Para: Tomcat Users List Assunto: RE: Urgent help -crazy error when turnning tomcat a NT4.0 Service If

RES: Urgent help -crazy error when turnning tomcat a NT4.0 Servi ce

2003-10-17 Thread Jose Euclides da Silva Junior - DATAPREVRJ
Users List Assunto: RE: Urgent help -crazy error when turnning tomcat a NT4.0 Service If Jose is using a 4.1.x version of Tomcat and using the tools which are included with Tomcat for running it as a service then environment variables are irrelevant other than during the service installation process

RE: Urgent help -crazy error when turnning tomcat a NT4.0 Service

2003-10-17 Thread John Corrigan
DATAPREVRJ; 'Tomcat Users List' Subject: Re: Urgent help -crazy error when turnning tomcat a NT4.0 Service no, set your JAVA_HOME=c:\j2sdk1.4.1_01 nothing else then set PATH=%JAVA_HOME%\bin;%PATH% in your computer environments, not the user environment - Original Message - From: &qu

Re: Urgent help -crazy error when turnning tomcat a NT4.0 Service

2003-10-17 Thread Filip Hanik
s List'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, October 17, 2003 4:40 PM Subject: RES: Urgent help -crazy error when turnning tomcat a NT4.0 Service I ve put tools.jar at my JAVA HOME - like that --> c:\j2sdk1.4.1_01\lib\tools.jar. Unfortunatelly, thi

RES: Urgent help -crazy error when turnning tomcat a NT4.0 Servi ce

2003-10-17 Thread Jose Euclides da Silva Junior - DATAPREVRJ
ers List Assunto: Re: Urgent help -crazy error when turnning tomcat a NT4.0 Service the only thing I can think of is that JAVA_HOME (tools.jar in CLASSPATH) is not set correctly when running as a service, this would cause static pages to show up, but compiled pages to fail during compilation Fi

RES: Urgent help -crazy error when turnning tomcat a NT4.0 Servi ce

2003-10-17 Thread Jose Euclides da Silva Junior - DATAPREVRJ
I didnt find this file ( tools.jar ) anywhere! Where would it be stay? -Mensagem original- De: Filip Hanik [mailto:[EMAIL PROTECTED] Enviada em: sexta-feira, 17 de outubro de 2003 19:45 Para: Tomcat Users List Assunto: Re: Urgent help -crazy error when turnning tomcat a NT4.0 Service

Re: Urgent help -crazy error when turnning tomcat a NT4.0 Service

2003-10-17 Thread Filip Hanik
REVRJ" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Friday, October 17, 2003 3:44 PM Subject: RES: Urgent help -crazy error when turnning tomcat a NT4.0 Service Ok, i will try to find out something like that... -Mensagem orig

RES: Urgent help -crazy error when turnning tomcat a NT4.0 Servi ce

2003-10-17 Thread Jose Euclides da Silva Junior - DATAPREVRJ
Ok, i will try to find out something like that... -Mensagem original- De: John Corrigan [mailto:[EMAIL PROTECTED] Enviada em: sexta-feira, 17 de outubro de 2003 19:38 Para: Tomcat Users List Assunto: RE: Urgent help -crazy error when turnning tomcat a NT4.0 Service No. -Original

RE: Urgent help -crazy error when turnning tomcat a NT4.0 Service

2003-10-17 Thread John Corrigan
No. -Original Message- From: Jose Euclides da Silva Junior - DATAPREVRJ [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2003 3:27 PM To: 'Tomcat Users List' Subject: RES: Urgent help -crazy error when turnning tomcat a NT4.0 Service Why? its no make sense... I didnt set

RES: Urgent help -crazy error when turnning tomcat a NT4.0 Servi ce

2003-10-17 Thread Jose Euclides da Silva Junior - DATAPREVRJ
: Urgent help -crazy error when turnning tomcat a NT4.0 Service Perhaps the service needs to run as a different user? -Original Message- From: Jose Euclides da Silva Junior - DATAPREVRJ [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2003 3:13 PM To: '[EMAIL PROTECTED]' Subje

RE: Urgent help -crazy error when turnning tomcat a NT4.0 Service

2003-10-17 Thread John Corrigan
Perhaps the service needs to run as a different user? -Original Message- From: Jose Euclides da Silva Junior - DATAPREVRJ [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2003 3:13 PM To: '[EMAIL PROTECTED]' Subject: Urgent help -crazy error when turnning tomcat a NT4.0 Servi

Urgent help -crazy error when turnning tomcat a NT4.0 Service

2003-10-17 Thread Jose Euclides da Silva Junior - DATAPREVRJ
Howdy, this is really a strange error. My app was running fine until TomCat 4.1.18 became a NT service. After that, only static web pages runs fine and the environment always returns me -> http 500 error when a dinamic page is called ( accessing database). Thanks in advance, Euclides.

RES: AW: Urgent help, please!Best practices using Connection Pool

2003-10-09 Thread Jose Euclides da Silva Junior - DATAPREVRJ
gem original- De: Adam Hardy [mailto:[EMAIL PROTECTED] Enviada em: quinta-feira, 9 de outubro de 2003 10:42 Para: Tomcat Users List Assunto: Re: AW: Urgent help, please!Best practices using Connection Pool I think he must be having problems with his email because he send more or less the same

Re: AW: Urgent help, please!Best practices using Connection Pool

2003-10-09 Thread Adam Hardy
e connection to the pool. If it was to short, read the original post in the archives. Mike -Ursprüngliche Nachricht- Von: Jose Euclides da Silva Junior - DATAPREVRJ [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 09. Oktober 2003 15:27 An: '[EMAIL PROTECTED]' Betreff: Urgent he

RE: Urgent help, please!Best practices using Connection Pool

2003-10-09 Thread Edson Alves Pereira
st > Enviada: quinta-feira, 9 de outubro de 2003 10:26 > Para: '[EMAIL PROTECTED]' > Assunto: Urgent help, please!Best practices using Connection Pool > > Hi gurus, help me please. > i am using DBCP 1.0 to make connection pool avaiable. My question can b

RE: Urgent help, please!Best practices using Connection Pool

2003-10-09 Thread Arnaud HERITIER
- > De : Jose Euclides da Silva Junior - DATAPREVRJ > [mailto:[EMAIL PROTECTED] > Envoyé : jeudi 9 octobre 2003 15:27 > À : '[EMAIL PROTECTED]' > Objet : Urgent help, please!Best practices using Connection Pool > > > Hi gurus, help me please. > i am using DBCP 1.0 to m

AW: Urgent help, please!Best practices using Connection Pool

2003-10-09 Thread Nitschke Michael
Gesendet: Donnerstag, 09. Oktober 2003 15:27 An: '[EMAIL PROTECTED]' Betreff: Urgent help, please!Best practices using Connection Pool Hi gurus, help me please. i am using DBCP 1.0 to make connection pool avaiable. My question can be easy: since DBCP 1.0 doesnt create a singleton object

Urgent help, please!Best practices using Connection Pool

2003-10-09 Thread Jose Euclides da Silva Junior - DATAPREVRJ
Hi gurus, help me please. i am using DBCP 1.0 to make connection pool avaiable. My question can be easy: since DBCP 1.0 doesnt create a singleton object ( just a datasource object), what should i do whenever my sql queries are done? Should i close the connection after each sql command is completed?

Re: Urgent help, please!Best practices using Connection Pool

2003-10-08 Thread Adam Hardy
Hi Jose, the connection that you are served by your data source is a connection wrapper where the close method will not really close the connection, rather it will tell the connection pool that this connection is free and can be put back in the pool. HTH Adam PS I wouldn't flag your email as "u

RE: Urgent help, please!Best practices using Connection Pool

2003-10-08 Thread Nathan Christiansen
http://www.tahitiannoni.com -Original Message- From: Jose Euclides da Silva Junior - DATAPREVRJ [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 5:19 PM To: '[EMAIL PROTECTED]' Subject: Urgent help, please!Best practices using Connection Pool Hi, i am using DBCP 1.0. My que

Urgent help, please!Best practices using Connection Pool

2003-10-08 Thread Jose Euclides da Silva Junior - DATAPREVRJ
Hi, i am using DBCP 1.0. My question is simple: since DBCP doesnt create a singleton object ( just a data source object), what should i do whenever my sql queries are done? Should i close the connection after that? But, if i do this, will i loose my connection pool facility, so my next connection t

Compiling Jsps With Tomcat (URGENT Help Please!)

2003-03-12 Thread Chayim I . Kirshen
All, I've gone through the archive trying to find the solution to this one, and spent some time in th e irc room hunting. Hopefully someone here can help me out. OS: Linux and Solaris jdk: 1.4.1_01 tomcat: 4.1.12 (but also tested with 4.1.18 and 4.1.21 beta) I have a jsp file (that is valid an

RE: urgent help needed..cannot make changes to conf/server.xml

2003-03-07 Thread runu rathi
Hi, Thanks for the earlier reply, These are the exceptions..Could you just help further suggesting what I should do to? java.lang.ClassNotFoundException: Can't find any SSL implementation at org.apache.tomcat.util.net.SSLImplementation.getInstance(SSLImplement ation.java:97) at

RE: urgent help needed..cannot make changes to conf/server.xml

2003-03-06 Thread Tam, Michael
Stop the service, go to %CATALINA_HOME%\bin and run "catalina run" in CMD. Then you will able to see the exceptions. Michael -Original Message- From: runu rathi [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 1:26 PM To: [EMAIL PROTECTED] Subject: urgent help needed..c

urgent help needed..cannot make changes to conf/server.xml

2003-03-06 Thread runu rathi
Hi All, I have installed Tomcat4.1 as a WinNT service. If I try to make any changes conf/server.xml (in order to set up the SSL) and try to restart it again, I cannot do so. All I get is a set of exceptions flashing on the screen. In short, it is not allowing me to do any changes in server.xml.

Urgent help on tomcat.

2003-03-05 Thread Aaron Chu
Hi, I need urgent help to sort out a problem with running jsp in Tomcat. I have a JSP page that has scriplets in it, and in particular, I have added a line of scriplet to call a shell script: <% Process p; String u = submitid.getUrl(); p = Runtime.getRuntime().exec(&qu

RE: URGENT HELP NEEDED PLEASE ADVISE

2002-12-09 Thread Turner, John
sts should summarize your problem. Something like "Servlets work fine, JSPs do not in 4.1.12" or something similar will probably get you help a lot quicker than "URGENT HELP NEEDED NOW" or whatever. John > -Original Message- > From: Alex K. [mailto:[EMAIL PROTECTED

RE: URGENT HELP NEEDED!

2002-12-09 Thread Turner, John
This URL worked fine: http://www.xicom.biz/test3.jsp This URL didn't work at all: http://www.xicom.biz:9084/test3.jsp John > -Original Message- > From: Alex K. [mailto:[EMAIL PROTECTED]] > Sent: Sunday, December 08, 2002 1:48 AM > To: Tomcat Users List > Subject

URGENT HELP NEEDED PLEASE ADVISE

2002-12-08 Thread Alex K.
Hello, How is everyone? I have a really really weird problem with mod_jk For some reason it forwards servlets file to tomcat, but jsp files it does not forward to tomcat at all. Here is a line out of mod_jk.log When a .jsp file is sent to it: jk_uri_worker_map_t::map_uri_to_work

URGENT HELP NEEDED!

2002-12-07 Thread Alex K.
Hello, How is everyone? I have a really really weird problem with mod_jk For some reason it forwards servlets file to tomcat, but jsp files it does not forward to tomcat at all. Here is a line out of mod_jk.log When a .jsp file is sent to it: jk_uri_worker_map_t::map_uri_to_work

RE: [urgent]Help pleeeeez--context problem--logfiles attached

2002-10-29 Thread Shapira, Yoav
yself, don't particularly like going through attachments to the list. Yoav Shapira Millennium ChemInformatics -Original Message- From: Vishal Gupta [mailto:vhgupta1@;yahoo.com] Sent: Tuesday, October 29, 2002 1:00 AM To: [EMAIL PROTECTED] Subject: [urgent]Help plez--conte

RE: [urgent]Help pleeeeez--context problem--logfiles attached

2002-10-28 Thread Tref Gare
knowledge or the consent of Areeba." -- -Original Message- From: Vishal Gupta [mailto:vhgupta1@;yahoo.com] Sent: Tuesday, 29 October 2002 5:00 PM To: [EMAIL PROTECTED] Subject: [urgent]Help plez--context problem--logfiles attached

[urgent]Help pleeeeez--context problem--logfiles attached

2002-10-28 Thread Vishal Gupta
Hi, Please help me out as tomcat is crashing as soon as i add myApp context to it. But it works fine without it. Please give me the possible reasons and the solution for it. Any help will be appreciated. Also attached is log file and config files. sever.xml.bak1   is the file when tomcat works fine

Problem of Tomcat with axis!! urgent help needed!!

2002-10-18 Thread chasee
Hi, Myclient starts Myservlet in tomcat 4.0.4. And Myservlet executes "java org.apache.axis.client.AdminClient deploy.wsdd". I Can access the servlet by http://localhost:8080/myservlet An error occurs when executing the axis deploying command. Server gives error:Error from ServRequest.doPost

Urgent help ( tomcat dies at restart time)

2002-10-14 Thread Rajesh . Bhabaraju
> When I stop and restart tomcat ( ./catalina.sh stop, ./catalina.sh start) > Tomcat starts up as required, but after few mins it goes down. > > however if I start with run mode ( ./catalina.sh run) it works properly > as required. > > I test the process by checking > > ps -ef|grep java and

(Urgent) Help with Tomcat 3.3 performance

2002-10-14 Thread Rajesh B
Hi all, We have a web application running in Solaris 8, Tomcat 3.3 ( 3 tomcats are load balanced with ajp12 connector) , apache 1.3.2. The box has got 4 CPUs and 4 GB of RAM. We are testing the application using LoadRunner. For lower number of users, the hits/sec are good. But as we increa

Re: Urgent help ( tomcat dies at restart time)

2002-10-14 Thread Raj Saini
Hi, Can you have a look on your catalina.out in the logs directory? It may happen that tomcat have not started at all. It will not log any thing on console when you run it in background. Raj Saini [EMAIL PROTECTED] wrote: > When I stop and restart tomcat ( ./catalina.sh stop, ./catalina.sh st

Urgent help ( tomcat dies at restart time)

2002-10-12 Thread Rajesh . Bhabaraju
When I stop and restart tomcat ( ./catalina.sh stop, ./catalina.sh start) Tomcat starts up as required, but after few mins it goes down. however if I start with run mode ( ./catalina.sh run) it works properly as required. I test the process by checking ps -ef|grep java and top statistics I a

AW: urgent help please!

2002-08-02 Thread Ralph Einfeldt
Gesendet: Freitag, 2. August 2002 10:38 > An: [EMAIL PROTECTED] > Betreff: urgent help please! > > This servlet creates and sets the values for an > application scope object called TwcMaxes. I have > verified that my TwcMaxes object is created in the > applicatio

urgent help please!

2002-08-02 Thread Richard Diaz
I hope this is formated well for this list-serv... problem: application scope objects launched by web.xml In my Tomcat boot sequence (web.xml file) I am launching a servlet called InitTwc. This servlet creates and sets the values for an application scope object called TwcMaxes. I have verifie

Urgent help -- Microsoft SQL SERVER connection

2002-06-10 Thread John McAuley
Hi folks, I am trying to use Microsoft's jdbc driver for ms sql with Tomcat and am running into trouble with the JNDI lookup method. I look for a datasource and get null. If I use the class.forname method the driver is found and works perfectly but I am unable to get it working with the

Re: Problem with Connectors - Urgent help required Please!!!

2002-05-01 Thread Raja Sekhar
Hi Christian, That was a great help of yours. It really solved my SSL problem & now I have successfully setup the SSL connection between Apache & Tomcat. But now I got another problem. I have set the Client Authentication to true so that in SSL Handshake server accepts the client certificate

Re: Problem with Connectors - Urgent help required Please!!!

2002-04-30 Thread adrianthiele
Raja Sekhar wrote: >Hi, > >I am very new to Apache & Tomcat. The configuration what I have is > >Redhat Linux 7.1 >Apache 1.3.23 >Tomcat 4.0.3. > >I have installed Apache & Tomcat successfully and they are running fine. Now the >problem is how to route the request from Apache to Tomcat. Please s

Problem with Connectors - Urgent help required Please!!!

2002-04-30 Thread Raja Sekhar
Hi, I am very new to Apache & Tomcat. The configuration what I have is Redhat Linux 7.1 Apache 1.3.23 Tomcat 4.0.3. I have installed Apache & Tomcat successfully and they are running fine. Now the problem is how to route the request from Apache to Tomcat. Please suggest me the best connector

urgent: Help (error in mod_jk.log)

2002-02-05 Thread unplug
unplug wrote: > > Hi all, > > I have configured to running tomcat3.3 with apache under Linux7.2. > I found the following error in the mod_jk.log when they are working > together. > > [jk_ajp13_worker.c (381)]: Error ajp13_process_callback - write failed > > The error appears very often.

RE: URGENT HELP REQUIRED. PLEASE RESPOND IMMEDIATELY

2002-01-16 Thread Michael Wentzel
> Posting multiple times within the hour doesn't get your > question answered faster. Yeah, most of the time it can do just the opposite and get you on the bad end of a mail filter;) To state the obvious, it appears you problem is around the Resource/Resource Param elements. So I would start

Re: URGENT HELP REQUIRED. PLEASE RESPOND IMMEDIATELY

2002-01-16 Thread Charles Baker
--- Ramkumar Menon <[EMAIL PROTECTED]> wrote: > hi, > > I am getting the following error when I try > accessing the database via a > datasource . > Dude, this is a mostly volunteer mailing list. People help out as they can, not on demand and not for pay. Also, in the USA, email w/ ALL CAPITAL

RE: URGENT HELP REQUIRED. PLEASE RESPOND IMMEDIATELY

2002-01-16 Thread Josh Knowles
Posting multiple times within the hour doesn't get your question answered faster. -Original Message- From: Ramkumar Menon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 16, 2002 11:52 AM To: [EMAIL PROTECTED] Subject: URGENT HELP REQUIRED. PLEASE RESPOND IMMEDIATELY Importance:

URGENT HELP REQUIRED. PLEASE RESPOND IMMEDIATELY

2002-01-16 Thread Ramkumar Menon
hi, I am getting the following error when I try accessing the database via a datasource . javax.naming.NameNotFoundException: Name jdbc is not bound in this Context I am using Tomcat 4.0. My Server.xml contains the following. user logger password logger

URGENT HELP REQUIRED. PLEASE RESPOND IMMEDIATELY

2002-01-16 Thread Ramkumar Menon
I am getting the following error when I try accessing the database via a datasource . javax.naming.NameNotFoundException: Name jdbc is not bound in this Context I am using Tomcat 4.0. My Server.xml contains the following. user logger password logger

Re: URGENT HELP REQUIRED WITH JSP AND BEAN FILES ON

2002-01-13 Thread Matt Egyhazy
Sunday, January 13, 2002 1:46 PM Subject: Re: URGENT HELP REQUIRED WITH JSP AND BEAN FILES ON > H Amine AMAR , > have tried to keep in package com.mypackage > gives the following error: > javax.servlet.ServletException: class com.mypackage.Test : java.lang.IllegalAccessException: >

Re: URGENT HELP REQUIRED WITH JSP AND BEAN FILES ON

2002-01-13 Thread Chetna Bhatt
TECTED]> > Sent: Sunday, January 13, 2002 4:42 PM > Subject: URGENT HELP REQUIRED WITH JSP AND BEAN FILES ON > > > Hi, > > I'm using tomcat4 on windows NT platform. The classpath is set as > > follows: > > JAVA_HOME: D:\jdk1.3 > > CATILINA_HOME: E:\jak

Re: URGENT HELP REQUIRED WITH JSP AND BEAN FILES ON

2002-01-13 Thread Amine AMAR
Hi, Are your classes in a package or not? If they are not then you cannot access them because TC will look for them in his default package Amine - Original Message - From: "Chetna Bhatt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, January 13, 2002 4

Re: URGENT HELP REQUIRED WITH JSP AND BEAN FILES ON

2002-01-13 Thread Chetna Bhatt
t it could not find the > > package > > > > Matt Egyhazy wrote: > > > >> did you try to import the class? > >> > >> matt > >> - Original Message - > >> From: "Chetna Bhatt" <[EMAIL PROTECTED]> > >>

Re: URGENT HELP REQUIRED WITH JSP AND BEAN FILES ON

2002-01-13 Thread carlson
-- >> From: "Chetna Bhatt" <[EMAIL PROTECTED]> >> To: <[EMAIL PROTECTED]> >> Sent: Sunday, January 13, 2002 11:42 AM >> Subject: URGENT HELP REQUIRED WITH JSP AND BEAN FILES ON >> >>> Hi, >>> I'm using tomcat4 on windows NT platfo

Re: URGENT HELP REQUIRED WITH JSP AND BEAN FILES ON

2002-01-13 Thread Chetna Bhatt
gt; Sent: Sunday, January 13, 2002 11:42 AM > Subject: URGENT HELP REQUIRED WITH JSP AND BEAN FILES ON > > > Hi, > > I'm using tomcat4 on windows NT platform. The classpath is set as > > follows: > > JAVA_HOME: D:\jdk1.3 > > CATILINA_HOME: E:\jakarta-tomcat-

Re: URGENT HELP REQUIRED WITH JSP AND BEAN FILES ON

2002-01-13 Thread Matt Egyhazy
did you try to import the class? matt - Original Message - From: "Chetna Bhatt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, January 13, 2002 11:42 AM Subject: URGENT HELP REQUIRED WITH JSP AND BEAN FILES ON > Hi, > I'm using tomcat4 on w

URGENT HELP REQUIRED WITH JSP AND BEAN FILES ON

2002-01-13 Thread Chetna Bhatt
Hi, I'm using tomcat4 on windows NT platform. The classpath is set as follows: JAVA_HOME: D:\jdk1.3 CATILINA_HOME: E:\jakarta-tomcat-4.0.1 I'm having trouble accessing class files stored in the web-inf/classes folder. In the server.xml file, i've configured a context path to a folder which is un

Re: urgent help pls...

2001-12-04 Thread Carlos Telleria
Test for these causes, or try to regenerate your certificate: __ Runtime Exception: untrusted cert chains Problem: When negotiating an SSL connection, the client or server throws one of the following exceptions: javax.net.ssl.SSLException: untrus

RE: urgent help pls...

2001-12-04 Thread Jovie Castaneda
Yes I do have it registered in the security properties file what else am i missing here? -Original Message- From: Carlos Telleria [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 04, 2001 6:51 PM To: Tomcat Users List Subject: Re: urgent help pls... Did you registered JSSE security

Re: urgent help pls...

2001-12-03 Thread Carlos Telleria
in > i already have my .keystore ...yet im having this error... > > -Original Message- > From: Byung Jin Chun [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 04, 2001 4:53 PM > To: Jovie > Subject: RE: urgent help pls... > > did you set the env variable

RE: urgent help pls...

2001-12-03 Thread Jovie Castaneda
t: Tuesday, December 04, 2001 4:53 PM To: Jovie Subject: RE: urgent help pls... did you set the env variable JSSE_HOME and r u still getting the same stack trace? -Original Message- From: Jovie Castaneda To: 'Byung Jin Chun' Sent: 12/4/01 12:40 AM Subject: RE: urgent help pl

urgent help pls...

2001-12-03 Thread Jovie Castaneda
make my code run? -Original Message- From: Byung Jin Chun [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 04, 2001 4:38 PM To: Jovie Subject: RE: urgent help pls... Jovie, you need the Java Secure Socket Extension (JSSE) which you can get at www.javasoft.com. If you have it, then

urgent help pls...

2001-12-03 Thread Jovie Castaneda
hello there... i hope you can help me with this problem..i have no idea on what's happening here the following lines are shown in the console once i do https post java.lang.NoClassDefFoundError: javax/net/SocketFactory at java.lang.ClassLoader.defineClass0(Native Method) at java.

Session not timing out in tomcat3.2.3- urgent help needed

2001-09-13 Thread Pankaj Chhaparwal
Hi All, I am keeping the session time-out at 5 mins in my web application. Since I dont dont require anything else in web.xml this is the only one thing I have in web.xml 5 But the sessions are not timing out in 5 mins. Also I tried with the default web.x

Urgent Help! newbies question on tomcat instance problem

2001-09-02 Thread jojoadv
Dear all, I have installed tomcat-3.2.3 on SunOS 5.7 machine. I have complied with most modules since I have to do so to complie the mod_jk. I have done all these successfully. My problem is that when I telnet to the Sun server from my Win98 and start the tomcat, everything seems to be OK. But

RE: Urgent help with tomcat 4.0 b5

2001-07-10 Thread Greg Trasuk
rom: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 10, 2001 8:29 AM To: [EMAIL PROTECTED] Subject: Urgent help with tomcat 4.0 b5 Hi there i downloaded Tomcat 4.0 b5 and installed it on my PC running win98. it works fine but for some reason i get the following error on the

Urgent help with tomcat 4.0 b5

2001-07-10 Thread TIMBMS
Hi there i downloaded Tomcat 4.0 b5 and installed it on my PC running win98. it works fine but for some reason i get the following error on the MS DOS window when i start it: Starting service Tomcat-Standalone Apache Tomcat/4.0-b5 PARSE error at line 77 column -1 org.xml.sax.SAXParseException: E

RE: Urgent Help with Tomcat 4.0

2001-07-09 Thread Randy Layman
See http://www.aswethink.com/employees/randy/tomcat/unsubscribe.html > -Original Message- > From: Michael Misovec [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 09, 2001 1:20 PM > To: [EMAIL PROTECTED] > Subject: Re: Urgent Help with Tomcat 4.0 > > >

Re: Urgent Help with Tomcat 4.0

2001-07-09 Thread Michael Misovec
OTECTED]] > Sent: Sunday, July 08, 2001 6:42 PM > To: [EMAIL PROTECTED] > Subject: Urgent Help with Tomcat 4.0 > > Hi there > i downloaded Tomcat 4.0 b5 and installed it on my PC running win98. it works > > fine but for some reason it does not run the jsp examples in the local

  1   2   >