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 QWE FIND A HOW-TO FOR THIS PROBLEM, WE READ THE ON-LINE
> DOCUMENTATION AND IT DOESN'T WORK.

YOU TYPE IN ALL CAPS AND POST TO THE WRONG MAILING LIST SO YOUR MESSAGE WILL
BE IGNORED.

:-)

-jon




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 03:47:18 - Ctx(  ): IOException in: R( /) Socket closed
>
> And the browser displays the following message:
>
>   The page cannot be displayed
>
>
> I can get Tomcat SSL working if I generate the .keystore the following way:
>
>   keytool -genkey -alias tomcat -keyalg RSA
>
> But when I:
>
>   1. generate a request and key;
>   openssl req -new -out REQ.pem -keyout KEY.pem
>   2. generate a self signed certificate;
>   openssl req -x509 -in REQ.pem -key KEY.pem -out CERT.pem
>   3. and finally import the certificate into the .keystore;
>   keytool -import -v -trustcacerts -alias tomcat -file
> CERT.pem
>
> I need this to work so I can use a certificate from verisign.
>
> 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 QWE FIND A HOW-TO FOR THIS PROBLEM, WE READ THE
> ON-LINE DOCUMENTATION AND IT DOESN'T WORK.
>
> Thanks!!!


Content-Type: text/html; charset="iso-8859-1"; name="Attachment: 1"
Content-Transfer-Encoding: quoted-printable
Content-Description: 




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:59 - Ctx(  ): IOException in: R( + cocoon/back.gif +
> null)socket write error (code=10053)
> The page is displayed correctly so what is wrong?
> 
> See the attached files.
> Configuration: WinNT, Tomcat 3.2.1 (stand alone), Cocoon 1.8

I have seen this when using Internet Explorer (IE) and the resource 
is cached by IE. It seems like IE closes the connection before reading 
the complete response in this case, so Tomcat complains that it 
couldn't write the full response. I don't see a way to fix this at
the Tomcat end.

Hans
-- 
Hans Bergsten   [EMAIL PROTECTED]
Gefion Software http://www.gefionsoftware.com
Author of JavaServer Pages (O'Reilly), http://TheJSPBook.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




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


Hans Bergsten wrote:

> [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:59 - Ctx(  ): IOException in: R( + cocoon/back.gif +
>> null)socket write error (code=10053)
>> The page is displayed correctly so what is wrong?
>> 
>> See the attached files.
>> Configuration: WinNT, Tomcat 3.2.1 (stand alone), Cocoon 1.8
> 
> 
> I have seen this when using Internet Explorer (IE) and the resource 
> is cached by IE. It seems like IE closes the connection before reading 
> the complete response in this case, so Tomcat complains that it 
> couldn't write the full response. I don't see a way to fix this at
> the Tomcat end.
> 
> Hans


-- 
*
Information in this email is confidential and may be privileged. It is
intended for the named addressee(s) only. If you have received it in
error please notify the sender immediately and delete it from your
system. You should not otherwise copy, retransmit, use or disclose its
contents to anyone.
*


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




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 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
> 
> 
> Hans Bergsten wrote:
> 
> > [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:59 - Ctx(  ): IOException in: R( + cocoon/back.gif +
> >> null)socket write error (code=10053)
> >> The page is displayed correctly so what is wrong?
> >> 
> >> See the attached files.
> >> Configuration: WinNT, Tomcat 3.2.1 (stand alone), Cocoon 1.8
> > 
> > 
> > I have seen this when using Internet Explorer (IE) and the resource 
> > is cached by IE. It seems like IE closes the connection before reading 
> > the complete response in this case, so Tomcat complains that it 
> > couldn't write the full response. I don't see a way to fix this at
> > the Tomcat end.
> > 
> > Hans
> 
> 
> 

-- 
Nicolaus Bauman
Software Engineer
Simplexity Systems



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




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 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
>
>
> > I have seen this when using Internet Explorer (IE) and the resource
> > is cached by IE. It seems like IE closes the connection before reading
> > the complete response in this case, so Tomcat complains that it
> > couldn't write the full response. I don't see a way to fix this at
> > the Tomcat end.
> >


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




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 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.
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




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 tested the Apache/TC combo.

Maybe the downgrading should be done in TC as well?

> But the CPU util is definitely a bug.

I have never seen this, but I usually use Netscape and have only done
minor testing with IE.

Hans

> On Thu, 18 Jan 2001, Graham Wright wrote:
> 
> > 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
> >
> >
> > Hans Bergsten wrote:
> >
> > > [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:59 - Ctx(  ): IOException in: R( + cocoon/back.gif +
> > >> null)socket write error (code=10053)
> > >> The page is displayed correctly so what is wrong?
> > >>
> > >> See the attached files.
> > >> Configuration: WinNT, Tomcat 3.2.1 (stand alone), Cocoon 1.8
> > >
> > >
> > > I have seen this when using Internet Explorer (IE) and the resource
> > > is cached by IE. It seems like IE closes the connection before reading
> > > the complete response in this case, so Tomcat complains that it
> > > couldn't write the full response. I don't see a way to fix this at
> > > the Tomcat end.
> > >
> > > Hans

-- 
Hans Bergsten   [EMAIL PROTECTED]
Gefion Software http://www.gefionsoftware.com
Author of JavaServer Pages (O'Reilly), http://TheJSPBook.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




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\callreg\passcall_jsp.java:60: 
package callreg does not exist
db = (callreg.URLBean) pageContext.getAttribute("db", 
PageContext.APPLICATION_SCOPE);
An error occurred at line: 2 in the jsp file: /passcall.jsp
Generated servlet error:
C:\tomcat\work\Standalone\localhost\callreg\passcall_jsp.java:63: 
package callreg does not exist
db = (callreg.URLBean) 
java.beans.Beans.instantiate(this.getClass().getClassLoader(), 
"callreg.URLBean");

and my dir structure is:
c:/tomcat/webapps/callreg/web-inf/calsses/callreg/URLBean.class
c:/tomcat/webapps/callreg/web-inf/lib/tds.jar
and i am includeing jsp as


and connecting as
Class.forName(db.getDriver());
Connection 
con=DriverManager.getConnection(db.getUrl(),db.getUser(),db.getPassword());
pls help me out
its urgent
thanx in advance
Shaman



___
Meet your old school or college friends from
1 Million + database...
Click here to reunite www.batchmates.com/rediff.asp


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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:
> Hi,
> 
> I am facing a problem with tomcat 4.1.18 and HttpSessionBindingListener's
> valueUnbound() method.
> 
> I am using an object which implements HttpSessionBindingListener. This object
> is kept in session. On session timeout, the object gets unbind from the
> session and hence the method valueUnbound should get called. But
> surprisingly, sometimes it is not getting called. Is it a bug in 4.1.18 or
> anything is missed here? please let me know your suggestion or experience
> regarding this.
> 
> Thanks & Regards,
> 
> ramakanth
> 
> 


__
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com

-
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: tomcat
Subject: Urgent..Database connection error.



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.


2004-09-21 12:20:10 JDBCRealm[Catalina]: Exception opening database
connection Thanks & Regards, Shanti Priya Sunkara

Location: Pune, India
Email   : [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






Confidentiality Notice

The information contained in this electronic message and any attachments to this 
message are intended
for the exclusive use of the addressee(s) and may contain confidential or privileged 
information. If
you are not the intended recipient, please notify the sender at Wipro or [EMAIL 
PROTECTED] immediately
and destroy all copies of this message and any attachments.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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/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: tomcat
Subject: Urgent..Database connection error.



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.


2004-09-21 12:20:10 JDBCRealm[Catalina]: Exception opening database
connection Thanks & Regards, Shanti Priya Sunkara

Location: Pune, India
Email   : [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






Confidentiality Notice
The information contained in this electronic message and any attachments to
this message are intended
for the exclusive use of the addressee(s) and may contain confidential or
privileged information. If
you are not the intended recipient, please notify the sender at Wipro or
[EMAIL PROTECTED] immediately
and destroy all copies of this message and any attachments.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
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,

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-
From: Shanti Priya [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 21, 2004 5: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.



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: tomcat
Subject: Urgent..Database connection error.



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.


2004-09-21 12:20:10 JDBCRealm[Catalina]: Exception opening database
connection Thanks & Regards, Shanti Priya Sunkara

Location: Pune, India
Email   : [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






Confidentiality Notice
The information contained in this electronic message and any attachments
to this message are intended for the exclusive use of the addressee(s)
and may contain confidential or privileged information. If you are not
the intended recipient, please notify the sender at Wipro or
[EMAIL PROTECTED] immediately and destroy all copies of this message
and any attachments.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






Confidentiality Notice

The information contained in this electronic message and any attachments to this 
message are intended
for the exclusive use of the addressee(s) and may contain confidential or privileged 
information. If
you are not the intended recipient, please notify the sender at Wipro or [EMAIL 
PROTECTED] immediately
and destroy all copies of this message and any attachments.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Urgent..Database connection error.

2004-09-21 Thread Shanti Priya
   at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex
t.java:102)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:790)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConne
ction(Http11Protocol.java:709)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:572)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:644)
at java.lang.Thread.run(Thread.java:534)

2004-09-21 12:20:42 JDBCRealm[Catalina]: Exception performing authentication
java.sql.SQLException: oracle.jdbc.driver.OracleDriver
at org.apache.catalina.realm.JDBCRealm.open(JDBCRealm.java:589)
at org.apache.catalina.realm.JDBCRealm.authenticate(JDBCRealm.java:344)
at
org.apache.catalina.authenticator.BasicAuthenticator.authenticate(BasicAuthe
nticator.java:129)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase
.java:504)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex
t.java:102)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137
)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex
t.java:104)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117
)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex
t.java:102)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:109)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex
t.java:104)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:535)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex
t.java:102)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:790)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConne
ction(Http11Protocol.java:709)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:572)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:644)
at java.lang.Thread.run(Thread.java:534)








-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/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: tomcat
Subject: Urgent..Database connection error.



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.


2004-09-21 12:20:10 JDBCRealm[Catalina]: Exception opening database
connection Thanks & Regards, Shanti Priya Sunkara

Location: Pune, India
Email   : [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






Confidentiality Notice
The information contained in this electronic message and any attachments to
this message are intended
for the exclusive use of the addressee(s) and may contain confidential or
privileged information. If
you are not the intended recipient, please notify the sender at Wipro or
[EMAIL PROTECTED] immediately
and destroy all copies of this message and any attachments.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
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,

It comes with oracle installation.
You just search for the zip file you will get it.
Then copy this to tomcat/common/lib
Because it requires this driver to connect to oracle database.


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: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.
The error message i get in log in as below.

2004-09-21 12:20:10 JDBCRealm[Catalina]: Exception opening database
connection
java.sql.SQLException: oracle.jdbc.driver.OracleDriver
at org.apache.catalina.realm.JDBCRealm.open(JDBCRealm.java:589)
at org.apache.catalina.realm.JDBCRealm.start(JDBCRealm.java:663)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1075)
at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478)
at
org.apache.catalina.core.StandardService.start(StandardService.java:476)
at
org.apache.catalina.core.StandardServer.start(StandardServer.java:2298)
at org.apache.catalina.startup.Catalina.start(Catalina.java:547)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39
)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl
.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:286)
at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:387)

2004-09-21 12:20:37 JDBCRealm[Catalina]: Exception performing
authentication
java.sql.SQLException: oracle.jdbc.driver.OracleDriver
at org.apache.catalina.realm.JDBCRealm.open(JDBCRealm.java:589)
at
org.apache.catalina.realm.JDBCRealm.authenticate(JDBCRealm.java:344)
at
org.apache.catalina.authenticator.BasicAuthenticator.authenticate(BasicA
uthe
nticator.java:129)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(Authenticator
Base
.java:504)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntex
t.java:102)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:5
20)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:137
)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntex
t.java:104)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:117
)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntex
t.java:102)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:5
20)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java
:109)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntex
t.java:104)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:535
)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntex
t.java:102)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:5
20)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
at
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:79
0)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processC
onne
ction(Http11Protocol.java:709)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:57
2)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool
.jav
a:644)
at java.lang.Thread.run(Thread.java:534)

2004-09-21 12:20:37 JDBCRealm[Catalina]: Exception performing
authentication
java.sql.SQLException: oracle.jdbc.driver.OracleDriver
at org.apache.catalina.realm.JDBCRealm.open(JDBCRealm.java:589)
at
org.apache.catalina.realm.JDBCRealm.authenticate(JDBCRealm.java:344)
at
org.apache.catalina.authenticator.BasicAuthenticator.authenticate(BasicA
uthe
nticator.java:129)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(Authenticator
Base
.java:504)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntex
t.java:102)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:5
20)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:137
)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntex
t.java:104)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:117
)
 

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 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-
From: Shanti Priya [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21,
2004 5: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.



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: tomcat
Subject: Urgent..Database connection error.



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.


2004-09-21 12:20:10 JDBCRealm[Catalina]: Exception opening database
connection Thanks & Regards, Shanti Priya Sunkara

Location: Pune, India
Email   : [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






Confidentiality Notice
The information contained in this electronic message and any attachments
to this message are intended for the exclusive use of the addressee(s)
and may contain confidential or privileged information. If you are not
the intended recipient, please notify the sender at Wipro or
[EMAIL PROTECTED] immediately and destroy all copies of this message
and any attachments.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






Confidentiality Notice
The information contained in this electronic message and any attachments to
this message are intended
for the exclusive use of the addressee(s) and may contain confidential or
privileged information. If
you are not the intended recipient, please notify the sender at Wipro or
[EMAIL PROTECTED] immediately
and destroy all copies of this message and any attachments.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Urgent..Database connection error.

2004-09-21 Thread Shanti Priya
Hi !!
   Is this the tomcat dependent file.or the list of class file that my
application has generated.
I didn't find any classes.zip file on my local system. Plz help me out


-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 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-
From: Shanti Priya [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21,
2004 5: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.



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: tomcat
Subject: Urgent..Database connection error.



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.


2004-09-21 12:20:10 JDBCRealm[Catalina]: Exception opening database
connection Thanks & Regards, Shanti Priya Sunkara

Location: Pune, India
Email   : [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






Confidentiality Notice
The information contained in this electronic message and any attachments
to this message are intended for the exclusive use of the addressee(s)
and may contain confidential or privileged information. If you are not
the intended recipient, please notify the sender at Wipro or
[EMAIL PROTECTED] immediately and destroy all copies of this message
and any attachments.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






Confidentiality Notice
The information contained in this electronic message and any attachments to
this message are intended
for the exclusive use of the addressee(s) and may contain confidential or
privileged information. If
you are not the intended recipient, please notify the sender at Wipro or
[EMAIL PROTECTED] immediately
and destroy all copies of this message and any attachments.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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: RE: Urgent..Database connection error.



Hi,

It comes with oracle installation.
You just search for the zip file you will get it.
Then copy this to tomcat/common/lib
Because it requires this driver to connect to oracle database.


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: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.
The error message i get in log in as below.

2004-09-21 12:20:10 JDBCRealm[Catalina]: Exception opening database
connection
java.sql.SQLException: oracle.jdbc.driver.OracleDriver
at org.apache.catalina.realm.JDBCRealm.open(JDBCRealm.java:589)
at org.apache.catalina.realm.JDBCRealm.start(JDBCRealm.java:663)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1075)
at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478)
at
org.apache.catalina.core.StandardService.start(StandardService.java:476)
at
org.apache.catalina.core.StandardServer.start(StandardServer.java:2298)
at org.apache.catalina.startup.Catalina.start(Catalina.java:547)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39
)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl
.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:286)
at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:387)

2004-09-21 12:20:37 JDBCRealm[Catalina]: Exception performing
authentication
java.sql.SQLException: oracle.jdbc.driver.OracleDriver
at org.apache.catalina.realm.JDBCRealm.open(JDBCRealm.java:589)
at
org.apache.catalina.realm.JDBCRealm.authenticate(JDBCRealm.java:344)
at
org.apache.catalina.authenticator.BasicAuthenticator.authenticate(BasicA
uthe
nticator.java:129)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(Authenticator
Base
.java:504)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntex
t.java:102)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:5
20)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:137
)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntex
t.java:104)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:117
)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntex
t.java:102)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:5
20)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java
:109)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntex
t.java:104)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:535
)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntex
t.java:102)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:5
20)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
at
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:79
0)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processC
onne
ction(Http11Protocol.java:709)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:57
2)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool
.jav
a:644)
at java.lang.Thread.run(Thread.java:534)

2004-09-21 12:20:37 JDBCRealm[Catalina]: Exception performing
authentication
java.sql.SQLException: oracle.jdbc.driver.OracleDriver
at org.apache.catalina.realm.JDBCRealm.open(JDBCRealm.java:589)
at
org.apache.catalina.realm.JDBCRealm.authenticate(JDBCRealm.java:344)
at
org.apache.catalina.authenticator.BasicAuthenticator.authenticate(BasicA
uthe
nticator.java:129)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(Authenticator
Base
.java:504)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntex
t.java:102)
at
org.apache.catalina.core.StandardP

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 ;-)

Note: I definitely need new procrun binaries. The updates are very 
useful, and should solve most of the issues people had when using the 
Tomcat 5.0.16 installer.

Thanks :)

Rémy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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,
> >
> > 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 ;-)
>
> Note: I definitely need new procrun binaries. The updates are very
> useful, and should solve most of the issues people had when using the
> Tomcat 5.0.16 installer.
>

I should be able to get those for you this evening, if Mladen doesn't beat
me to it ;-).

> Thanks :)
>
> Rémy
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


This message is intended only for the use of the person(s) listed above as the 
intended recipient(s), and may contain information that is PRIVILEGED and 
CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or 
distribute this message or any attachment. If you received this communication in 
error, please notify us immediately by e-mail and then delete all copies of this 
message and any attachments.

In addition you should be aware that ordinary (unencrypted) e-mail sent through the 
Internet is not secure. Do not send confidential or sensitive information, such as 
social security numbers, account numbers, personal identification numbers and 
passwords, to us via ordinary (unencrypted) e-mail.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

RE: Urgent: [5.0.17] Tag tomorrow

2004-01-14 Thread Shapira, Yoav

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.

Yoav Shapira
Millennium ChemInformatics


>-Original Message-
>From: Remy Maucherat [mailto:[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 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 ;-)
>
>Note: I definitely need new procrun binaries. The updates are very
>useful, and should solve most of the issues people had when using the
>Tomcat 5.0.16 installer.
>
>Thanks :)
>
>Rémy
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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-Alpha) was the
release that shipped with tomcat 5.0.16.

Then again, I should probably just let JF (Clere) handle this like he
did the previous release without getting in his way and causing
confusion ;)  I just wanted to get the mirroring setup yesterday (and it
works fine now), when I saw the 1.0 tag missing.

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 (not 1.0-Alpha) was the
release that shipped with tomcat 5.0.16.  

Then again, I should probably just let JF (Clere) handle this like he
did the previous release without getting in his way and causing
confusion ;)  I just wanted to get the mirroring setup yesterday (and it
works fine now), when I saw the 1.0 tag missing.
Someone has tagged daemon with COMMONS_DAEMON_1_0.
Should I use this tag to produce the daemon binaries?
Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged.  This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender.  Thank you.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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 confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 be daemon 1.1, I think, as 1.0 (not 1.0-Alpha) was the
release that shipped with tomcat 5.0.16. 
Then again, I should probably just let JF (Clere) handle this like he
did the previous release without getting in his way and causing
confusion ;)  I just wanted to get the mirroring setup yesterday (and it
works fine now), when I saw the 1.0 tag missing.


Someone has tagged daemon with COMMONS_DAEMON_1_0.
Should I use this tag to produce the daemon binaries?
Which binaries ?
Bill compiled the needed Windows binaries. I'll bundle the latest jsvc 
updates as a .tar.gz.

Rémy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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 diffing.




Those should be daemon 1.1, I think, as 1.0 (not 1.0-Alpha) was the
release that shipped with tomcat 5.0.16. Then again, I should 
probably just let JF (Clere) handle this like he
did the previous release without getting in his way and causing
confusion ;)  I just wanted to get the mirroring setup yesterday (and it
works fine now), when I saw the 1.0 tag missing.


Someone has tagged daemon with COMMONS_DAEMON_1_0.
Should I use this tag to produce the daemon binaries?


Which binaries ?
The ones in http://www.apache.org/dist/jakarta/commons/daemon/binaries/.

Bill compiled the needed Windows binaries. I'll bundle the latest jsvc 
updates as a .tar.gz.

Rémy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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: 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 write error
	at java.net.SocketOutputStream.socketWrite0(Native Method)
	at
java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
	at
java.net.SocketOutputStream.write(SocketOutputStream.java:136)
	at
org.apache.coyote.http11.InternalOutputBuffer$OutputStreamOutputBuffer.d
oWrite(InternalOutputBuffer.java:652)
	at
org.apache.coyote.http11.filters.IdentityOutputFilter.doWrite(IdentityOu
tputFilter.java:160)
	at
org.apache.coyote.http11.InternalOutputBuffer.doWrite(InternalOutputBuff
er.java:523)
	at org.apache.coyote.Response.doWrite(Response.java:513)
	at
org.apache.coyote.tomcat4.OutputBuffer.realWriteBytes(OutputBuffer.java:
380)
	at
org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:360)
	at
org.apache.coyote.tomcat4.OutputBuffer.writeBytes(OutputBuffer.java:413)
	at
org.apache.coyote.tomcat4.OutputBuffer.write(OutputBuffer.java:394)
	at
org.apache.coyote.tomcat4.CoyoteOutputStream.write(CoyoteOutputStream.ja
va:110)

I started my server in debug mode (-debug + jdb) and I reproduce the
problem twice. 
Here is the stack trace of a Tomcat thread trying to serve a page:

  [1] java.net.SocketInputStream.socketRead0 (native method)
  [2] java.net.SocketInputStream.read (SocketInputStream.java:129)
  [3] org.apache.coyote.http11.InternalInputBuffer.fill
(InternalInputBuffer.java:767)
  [4] org.apache.coyote.http11.InternalInputBuffer.parseRequestLine
(InternalInputBuffer.java:428)
  [5] org.apache.coyote.http11.Http11Processor.process
(Http11Processor.java:382)
  [6]
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processC
onnection (Http11Protocol.java:380)
  [7] org.apache.tomcat.util.net.TcpWorkerThread.runIt
(PoolTcpEndpoint.java:508)
  [8] org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run
(ThreadPool.java:533)
  [9] java.lang.Thread.run (Thread.java:536)

Our demo server (Linux, 1.4.1), which in not under heavy loads (< 100
requests / day), hangs every week.
It also happened on 3 development PC (Win XP, 1.4.1) after a couple of
hours of tests.

- It is not related to SSL problems reported lately
- It doesn't seem to be related to database access:
- it happened on simple JSP pages displaying live memory data
(no DB access)
- the same setup was working using Tomcat 3.x (not sure about
4.0.x)

Any ideas / suggestions would be appreciated,

Please post this on tomcat-user.

Other than I have to take your word that "Tomcat is hanging", the traces 
look normal. The first stack trace would happen with a client disconnect 
(but is not logged anymore in 4.1.18). As for the thread stack, it is 
typical of a connection being persisted. There was a bug with that 
before 4.1.18, as the socket timeout was incorrectly set.

You should upgrade to 4.1.18 or 4.1.19.

Remy


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 



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's list.
--
Andy Armstrong
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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 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-mail: [EMAIL PROTECTED]


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. (Or common/lib depening on your installation)

-Tim
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.
Thanks & Regards,
Shanti Priya Sunkara
Location: Pune, India
Email   : [EMAIL PROTECTED]
Phone   : 91-20-4128313

2004-09-21 12:20:10 JDBCRealm[Catalina]: Exception opening database connection
java.sql.SQLException: oracle.jdbc.driver.OracleDriver
	at org.apache.catalina.realm.JDBCRealm.open(JDBCRealm.java:589) 

2004-09-21 12:20:37 JDBCRealm[Catalina]: Exception performing authentication
java.sql.SQLException: oracle.jdbc.driver.OracleDriver
at org.apache.catalina.realm.JDBCRealm.open(JDBCRealm.java:589)
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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!!!
> 
> 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-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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" <[EMAIL PROTECTED]>
Reply-To: "Tomcat Developers List" <[EMAIL PROTECTED]>
To: "tomcat" <[EMAIL PROTECTED]>
CC: <[EMAIL PROTECTED]>
Subject: urgent database connection issue using tomcat 5
Date: Tue, 21 Sep 2004 17:39:10 +0530
MIME-Version: 1.0
Received: from mail.apache.org ([209.237.227.199]) by mc11-f42.hotmail.com 
with Microsoft SMTPSVC(5.0.2195.6824); Tue, 21 Sep 2004 05:05:40 -0700
Received: (qmail 38020 invoked by uid 500); 21 Sep 2004 12:05:16 -
Received: (qmail 38006 invoked by uid 99); 21 Sep 2004 12:05:16 -
Received: pass (hermes.apache.org: local policy)
Received: from [171.68.10.87] (HELO sj-iport-5.cisco.com) (171.68.10.87)  
by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 21 Sep 2004 05:05:13 -0700
Received: from sj-core-1.cisco.com (171.71.177.237)  by 
sj-iport-5.cisco.com with ESMTP; 21 Sep 2004 05:05:05 -0700
Received: from beasley.cisco.com (beasley.cisco.com [171.71.180.166])by 
sj-core-1.cisco.com (8.12.10/8.12.6) with ESMTP id i8LC4xSI026675;Tue, 21 
Sep 2004 05:05:00 -0700 (PDT)
Received: from ciscow40s0277 (dhcp-10-76-58-102.cisco.com [10.76.58.102]) 
by beasley.cisco.com (8.8.6 (PHNE_14041)/CISCO.SERVER.1.2) with SMTP id 
FAA06128; Tue, 21 Sep 2004 05:04:58 -0700 (PDT)
X-Message-Info: JGTYoYF78jEM0lUNlxH7458k72OHSn+G
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
List-Unsubscribe: 
List-Subscribe: 
List-Help: 
List-Post: 
List-Id: "Tomcat Developers List" 
Delivered-To: mailing list [EMAIL PROTECTED]
X-ASF-Spam-Status: No, hits=0.1 required=10.0tests=DNS_FROM_RFC_ABUSE
X-Spam-Check-By: apache.org
X-BrightmailFiltered: true
Message-ID: <[EMAIL PROTECTED]>
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.
X-Virus-Checked: Checked
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 21 Sep 2004 12:05:40.0392 (UTC) 
FILETIME=[50189280:01C49FD3]

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.

Thanks & Regards,
Shanti Priya Sunkara
Location: Pune, India
Email   : [EMAIL PROTECTED]
Phone   : 91-20-4128313
<< jwsdp_log.2004-09-21.txt >>
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Express yourself instantly with MSN Messenger! Download today - it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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 Thursday 11 December 2003 07:47 am, you wrote:
> Hi All,
> I am using TOMCAT for jsp/servlet deployment.
> When I am compiling a servlet class it gives an
> exception that javax.servlet.* not found.
> javax.servlet.http.* not found.
>
> What should i do to remove this exception, so that
> java file gets compile successfully.
>
> how can i set Path & CLASSPATH variable?
> I am using WindowXP.
>
> pls help me asap.
>
> Refards
> Gyan
>
> __
> Do you Yahoo!?
> New Yahoo! Photos - easier uploading and sharing.
> http://photos.yahoo.com/
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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.Designer.Programmer.CEO
Volume4.Development.Multimedia.Branding
emotionalize.conceptualize.visualize.realize
Tel: +27125468436
Fax: +27125468436
email:[EMAIL PROTECTED]
web: www.volume4.com
 
This message contains information that is considered to be sensitive or
confidential and may not be forwarded or disclosed to any other party
without the permission of the sender. If you received this message in error,
please notify me immediately so that I can correct and delete the original
email. Thank you. 

:: -Original Message-
:: From: Gyan [mailto:[EMAIL PROTECTED]
:: Sent: Thursday, December 11, 2003 2:47 PM
:: To: [EMAIL PROTECTED]
:: Subject: Urgent !! Help needed regarding Tomcat web server !!
:: 
:: Hi All,
:: I am using TOMCAT for jsp/servlet deployment.
:: When I am compiling a servlet class it gives an
:: exception that javax.servlet.* not found.
:: javax.servlet.http.* not found.
:: 
:: What should i do to remove this exception, so that
:: java file gets compile successfully.
:: 
:: how can i set Path & CLASSPATH variable?
:: I am using WindowXP.
:: 
:: pls help me asap.
:: 
:: Refards
:: Gyan
:: 
:: __
:: Do you Yahoo!?
:: New Yahoo! Photos - easier uploading and sharing.
:: http://photos.yahoo.com/
:: 
:: -
:: To unsubscribe, e-mail: [EMAIL PROTECTED]
:: For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 more to be secured (authentication and ssl) with 
tomcat ??


You should compare httpd+mod-ssl and Tomcat+JSSE or + PureSSL, again that is 
hard to tell (but I prefer httpd+mod-ssl).





Thanks in advance

Abdullah

_
Want to block unwanted pop-ups? Download the free MSN Toolbar now!  
http://toolbar.msn.co.uk/



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 PHP ??

which one is easier ??

whch one is suitable more to be secured (authentication and ssl) with 
tomcat ??



Thanks in advance

Abdullah

_
Want to block unwanted pop-ups? Download the free MSN Toolbar now!  
http://toolbar.msn.co.uk/



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.President
Volume4.Business.Solution.Developers
emotionalize.conceptualize.visualize.realize
Landlines
Tel: +27125468436
Fax: +27125468436
Web
email:[EMAIL PROTECTED]
Global: www.volume4.com
Messenger
Yahoo!: v_olume4
AOL: v0lume4
MSN: [EMAIL PROTECTED]

We support OpenSource
Get Firefox!- The browser reloaded - http://www.mozilla.org/products/firefox/

This message contains information that is considered to be sensitive or 
confidential and may not be forwarded or disclosed to any other party without 
the permission of the sender. If you received this message in error, please 
notify me immediately so that I can correct and delete the original email. 
Thank you.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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
> 
> Abdullah
> 
> _
> Want to block unwanted pop-ups? Download the free MSN Toolbar now!
> http://toolbar.msn.co.uk/
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]