Re: ( URGENT Please ) tomcat connection refused

2005-07-27 Thread Annet van Geen
Annet van Geen is out of the office till 2 August.

Re: ((Urgent)) Which one is better: JSP or PHP with tomcat

2005-07-11 Thread Sinathamby Puvaneswaran
JSp is better On 7/11/05, Abdullah Abdullah <[EMAIL PROTECTED]> wrote: > Hello everyone !!! > > Which one is better with tomcat : JSP or PHP ?? > > which one is easier ?? > > whch one is suitable more to be secured (authentication and ssl) with tomcat > ?? > > > Thanks in advance > > Abdull

Re: ((Urgent)) Which one is better: JSP or PHP with tomcat

2005-07-11 Thread jean-frederic clere
Remy Maucherat wrote: jean-frederic clere wrote: You should compare httpd+mod-ssl and Tomcat+JSSE or + PureSSL, again that is hard to tell (but I prefer httpd+mod-ssl). How about that new Tomcat + "mod_ssl"-like ? ;) You have already finished the client certificates part? Rémy

Re: ((Urgent)) Which one is better: JSP or PHP with tomcat

2005-07-11 Thread Schalk Neethling
Abdullah Which one is better with tomcat : JSP or PHP ?? - JSP which one is easier ?? - Probably PHP (debatable) whch one is suitable more to be secured (authentication and ssl) with tomcat ?? - JSP Abdullah Abdullah wrote: Hello everyone !!! Which one is better with tomcat : JSP or P

Re: ((Urgent)) Which one is better: JSP or PHP with tomcat

2005-07-11 Thread Remy Maucherat
jean-frederic clere wrote: You should compare httpd+mod-ssl and Tomcat+JSSE or + PureSSL, again that is hard to tell (but I prefer httpd+mod-ssl). How about that new Tomcat + "mod_ssl"-like ? ;) Rémy - To unsubscribe, e-mail:

Re: ((Urgent)) Which one is better: JSP or PHP with tomcat

2005-07-11 Thread jean-frederic clere
Abdullah Abdullah wrote: Hello everyone !!! Which one is better with tomcat : JSP or PHP ?? JSP. Using PHP with Tomcat is _very_ hard. which one is easier ?? None, the two languages are very different. If you use C libraries, using PHP could be the only solution. whch one is suitable

RE: urgent database connection issue using tomcat 5

2004-09-22 Thread Martin Gainty
Ashanti- The next time you need to send big files (61k is big) I would strongly suggest placing them on your ftp site. Sending gigantic attachments will exhaust disk allocation quota for the majority of mail accounts (including mine)- Regards, Martin Gainty-United States From: "Shanti Priya"

RE: Urgent..Database connection error.

2004-09-21 Thread Shanti Priya
Hi Ravi!! Thanks so much.It's been a great help from.. I appreciate your patience. Thanks & Regards shanti priya -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 5:49 PM To: [EMAIL PROTECTED] Subject: R

RE: Urgent..Database connection error.

2004-09-21 Thread Shanti Priya
5:45 PM To: [EMAIL PROTECTED] Subject: RE: Urgent..Database connection error. Hi, Include classes12.zip in classpath.(environment variables) Copy classes12.zip to tomcat/common/lib Regards, Ravi AN Wipro Technologies EC1,T 1,BNG,KAR Ph: 28520408/416 (Ext: 1375) -Original Message-

RE: Urgent..Database connection error.

2004-09-21 Thread Shanti Priya
Hi!! Thanks for your time. In fact i found that file in my oracle path. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 5:45 PM To: [EMAIL PROTECTED] Subject: RE: Urgent..Database connection error. Hi, Include

RE: Urgent..Database connection error.

2004-09-21 Thread ravi.nanjegowda
- From: Shanti Priya [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 5:49 PM To: Tomcat Developers List Subject: RE: Urgent..Database connection error. Hi Ravi!! I don't find any classess12.zip in the path you have specified. what i find is the other list of jars

RE: Urgent..Database connection error.

2004-09-21 Thread Shanti Priya
EMAIL PROTECTED] Subject: RE: Urgent..Database connection error. Hi, On which OS tomcat is running ? check classess12.zip is in tomcat/common/lib folder Regards, Ravi AN Wipro Technologies EC1,T 1,BNG,KAR Ph: 28520408/416 (Ext: 1375) -Original Message- From: Shanti Priya [mailto:[EMAIL PROT

RE: urgent database connection issue using tomcat 5

2004-09-21 Thread Shanti Priya
thanks a ton andy.nice job -Original Message- From: Andy Armstrong [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 5:42 PM To: Tomcat Developers List Subject: Re: urgent database connection issue using tomcat 5 Shanti Priya wrote: > Hi Andy!!! > >

RE: Urgent..Database connection error.

2004-09-21 Thread ravi.nanjegowda
:45 PM To: Tomcat Developers List Subject: RE: Urgent..Database connection error. Hi It's windows 2000 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 5:38 PM To: [EMAIL PROTECTED] Subject: RE: Urgent..Database connection error.

Re: urgent database connection issue using tomcat 5

2004-09-21 Thread Tim Funk
*Use tomcat-user - not tomcat dev* The error being thrown is from this code: Class clazz = Class.forName(driverName); driver = (Driver) clazz.newInstance(); So you either misconfigured the driver name, or your missing the oracle thin driver jar files in server/lib.

Re: urgent database connection issue using tomcat 5

2004-09-21 Thread Andy Armstrong
Shanti Priya wrote: Hi Andy!!! Tnx for the mail ..Please tell me the url. http://jakarta.apache.org/site/mail2.html#Tomcat -- Andy Armstrong - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

RE: Urgent..Database connection error.

2004-09-21 Thread Shanti Priya
Hi It's windows 2000 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 5:38 PM To: [EMAIL PROTECTED] Subject: RE: Urgent..Database connection error. Hi, On which OS tomcat is running ? check classess12.zip is in tomcat/commo

RE: urgent database connection issue using tomcat 5

2004-09-21 Thread Shanti Priya
Hi Andy!!! Tnx for the mail ..Please tell me the url. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Urgent..Database connection error.

2004-09-21 Thread ravi.nanjegowda
Hi, On which OS tomcat is running ? check classess12.zip is in tomcat/common/lib folder Regards, Ravi AN Wipro Technologies EC1,T 1,BNG,KAR Ph: 28520408/416 (Ext: 1375) -Original Message- From: Shanti Priya [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 5:35 PM To: tomca

Re: urgent database connection issue using tomcat 5

2004-09-21 Thread Andy Armstrong
Shanti Priya wrote: Hi !! I am trying to setup an jsp application in tomcat .The application uses struts also and oracle is the database . I do get the following error in the log file. Please do suggest.It's urgent. I am attaching the log file to you. You really need to post this to the User

Re: Urgent: [5.0.17] Tag tomorrow

2004-01-14 Thread jean-frederic clere
Remy Maucherat wrote: jean-frederic clere wrote: Shapira, Yoav wrote: Howdy, Howdy, I tagged daemon as part of setting up for mirroring yesterday. The code hasn't changed in a while AFAIK, i.e. the binaries for "1.0-Alpha" and 1.0 will be the same. I've seen jsvc updates since 1.0 alpha by di

Re: Urgent: [5.0.17] Tag tomorrow

2004-01-14 Thread Remy Maucherat
jean-frederic clere wrote: Shapira, Yoav wrote: Howdy, Howdy, I tagged daemon as part of setting up for mirroring yesterday. The code hasn't changed in a while AFAIK, i.e. the binaries for "1.0-Alpha" and 1.0 will be the same. I've seen jsvc updates since 1.0 alpha by diffing. Those should b

RE: Urgent: [5.0.17] Tag tomorrow

2004-01-14 Thread Shapira, Yoav
Howdy, >Someone has tagged daemon with COMMONS_DAEMON_1_0. >Should I use this tag to produce the daemon binaries? I tagged it yesterday. You can ignore it: you can re-tag if needed, or use a different new tag for the binaries. Yoav Shapira This e-mail, including any attachments, is a confid

Re: Urgent: [5.0.17] Tag tomorrow

2004-01-14 Thread jean-frederic clere
Shapira, Yoav wrote: Howdy, Howdy, I tagged daemon as part of setting up for mirroring yesterday. The code hasn't changed in a while AFAIK, i.e. the binaries for "1.0-Alpha" and 1.0 will be the same. I've seen jsvc updates since 1.0 alpha by diffing. Those should be daemon 1.1, I think, as 1.0

RE: Urgent: [5.0.17] Tag tomorrow

2004-01-14 Thread Shapira, Yoav
Howdy, >> Howdy, I tagged daemon as part of setting up for mirroring yesterday. >> The code hasn't changed in a while AFAIK, i.e. the binaries for >> "1.0-Alpha" and 1.0 will be the same. > >I've seen jsvc updates since 1.0 alpha by diffing. Those should be daemon 1.1, I think, as 1.0 (not 1.0-A

Re: Urgent: [5.0.17] Tag tomorrow

2004-01-14 Thread Remy Maucherat
Shapira, Yoav wrote: Howdy, I tagged daemon as part of setting up for mirroring yesterday. The code hasn't changed in a while AFAIK, i.e. the binaries for "1.0-Alpha" and 1.0 will be the same. I've seen jsvc updates since 1.0 alpha by diffing. Rémy -

RE: Urgent: [5.0.17] Tag tomorrow

2004-01-14 Thread Shapira, Yoav
ilto:[EMAIL PROTECTED] >Sent: Tuesday, January 13, 2004 6:59 PM >To: Tomcat Developers List >Subject: Re: Urgent: [5.0.17] Tag tomorrow > >Remy Maucherat wrote: >> Hi, >> >> I'll need new procrun binaries for this release. Can someone (Mladen ?) >> commit som

Re: Urgent: [5.0.17] Tag tomorrow

2004-01-13 Thread Bill Barker
- Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, January 13, 2004 3:58 PM Subject: Re: Urgent: [5.0.17] Tag tomorrow > Remy Maucherat wrote: > > Hi, > > >

Re: Urgent: [5.0.17] Tag tomorrow

2004-01-13 Thread Remy Maucherat
Remy Maucherat wrote: Hi, I'll need new procrun binaries for this release. Can someone (Mladen ?) commit some new ones in j-t-c ? Actually, I just noticed there were also useful updates to jsvc, and a daemon 1.0 tag in the CVS (but I see no binaries online). I think I need a status update ;-)

RE: Urgent !! Help needed regarding Tomcat web server !!

2003-12-11 Thread Schalk
In Windows, right click on My Computer and select Properties, then Advanced and then Environmental Variables. In user and system variables add the following: J2EE_HOME j2sdkee1.4\ JAVA_HOME j2sdk1.4.2\ Restart your PC. This should fix the problem. Kind Regards Schalk Neethling Web Developer.Desi

Re: Urgent !! Help needed regarding Tomcat web server !!

2003-12-11 Thread Ben Souther
> how can i set Path & CLASSPATH variable? Go here: http://java.sun.com/docs/books/tutorial/getStarted/cupojava/index.html Once you learn how to set up your classpath, make sure you add servlet.jar to it. Servlet.jar can be found in the TOMCAT_HOME/common/lib directory. Good luck On Thursda

Re: RE: urgent

2003-08-18 Thread shaman jain
hi friends, this is the problem i am facing C:\tomcat\work\Standalone\localhost\callreg\passcall_jsp.java:58: package callreg does not exist callreg.URLBean db = null; An error occurred at line: 2 in the jsp file: /passcall.jsp Generated servlet error: C:\tomcat\work\Standalone\localhost\cal

Re: urgent -reply

2003-06-10 Thread Sriram N
Hello, Please try using the latest stable release of Tomcat, which is 4.1.24 It is likely that such a bug might have been fixed in later releases. If you continue to face the same problem with 4.1.24, then reporting it would be more helpful. -- Sriram --- Ramakanth <[EMAIL PROTECTED]> wrote: >

Re: Urgent: Tomcat dies with socket exceptions !

2003-01-15 Thread Remy Maucherat
Sylvain Beaumont wrote: Hi, We developped a GIS server, in which a embedded Tomcat serves JSP / Servlet requests. Since we upgraded Tomcat 3.x with 4.1.x (currently 4.1.12), Tomcat dies with a SocketException. Here is the exception: java.net.SocketException: Connection reset by peer: socket wr

Re: URGENT!

2001-05-07 Thread Anthony W . Marino
Uppercase words represents shouting which is poor list etiquette. On Monday 07 May 2001 18:31, you wrote: > Hi!, I get the following exceptions from tomcat when I try to access a > secure JSP using Veisign certificates: > > 2001-03-22 03:47:18 - Ctx( ): 400 R( /) null > 2001-03-22 0

Re: URGENT!

2001-05-07 Thread Jon Stevens
on 5/7/01 4:31 PM, "Victor González" <[EMAIL PROTECTED]> wrote: > PLEASE IF YOU WILL FIX THIS WITH A PATCH, LET ME KNOW WHEN IT BE AVAILABLE, > BECAUSE WE ARE REALLY URGENT TO MAKE THIS WORK. > > ANOTHER ISSUE, WHEN WE TRY TO CONNECT THE APACHE-SSL WITH TOMCAT WE CAN'T MADE > IT WORK, WHERE CAN

Re: Urgent issue!

2001-01-18 Thread Hans Bergsten
Nick Bauman wrote: > > I think the problem is from some bugs in IE's HTTP/1.1 impl, which Apache > out-of-box downgrades to a 1.0 conversation. Are you seeing this with TC > standalone or with Apache in front of it? I have only seen this with TC standalone, but on the other hand, I've never test

RE: Urgent issue!

2001-01-18 Thread Paulo Gaspar
Just to be sure: Does this mean that this is only a problem with Tomcat standalone and that using Tomcat with Apache is not a problem? Thank you, Paulo Gaspar > -Original Message- > From: Nick Bauman [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 18, 2001 19:10 > > > I think th

RE: Urgent issue!

2001-01-18 Thread Paulo Gaspar
Was this a problem with JServ too? Thanks, Paulo > -Ursprüngliche Nachricht- > Von: Graham Wright [mailto:[EMAIL PROTECTED]] > Gesendet am: Donnerstag, 18. Januar 2001 12:15 > > The problem does seem to be caused by IE but also varies depending of > the version and service pack of Window

Re: Urgent issue!

2001-01-18 Thread Nick Bauman
I think the problem is from some bugs in IE's HTTP/1.1 impl, which Apache out-of-box downgrades to a 1.0 conversation. Are you seeing this with TC standalone or with Apache in front of it? But the CPU util is definitely a bug. On Thu, 18 Jan 2001, Graham Wright wrote: > The problem does seem to

Re: Urgent issue!

2001-01-18 Thread Graham Wright
The problem does seem to be caused by IE but also varies depending of the version and service pack of Windows being used to run IE. The error itself does not cause problems but it seems to be occasionly causing Tomcat 3.2.1 to go into a 100% cpu cycle from which it never recovers. Graham Ha

Re: Urgent issue!

2001-01-17 Thread Hans Bergsten
[EMAIL PROTECTED] wrote: > > Hello, > > sorry for posting this issue on the dev list, but on the user list no one > has an idea about a solution and so I thought you guys should take care and > provide an answer to the user list. > > This is the error message on the console: > 2001-01-17 01:29: