two installations of Tomcat

2003-12-19 Thread L.Karam
Hi What i have to do to run two installations of Tomcat, using the same Apache Httpd ? I can do start both, but can't access the context one of them Tks Leandro

Re: java.net.BindException: Address in use: JVM_Bind

2003-12-19 Thread L.Karam
You need to change the port that one of them running, in server.xml !! - Original Message - From: Prasad Dhulipala To: [EMAIL PROTECTED] Sent: Friday, December 19, 2003 11:50 AM Subject: java.net.BindException: Address in use: JVM_Bind Hi I am trying to

Re: [Tomcat Admin user name & password]

2003-12-18 Thread L.Karam
admin and pwd as pass, i get the >>error message inavalid login. correct me if i am wrong. Thanks for your >>support. >> >>Saravanan >>L.Karam wrote: >> >> >> >>> in TOMCAT_HOME/conf/tomcat-users.xm

Re: [Tomcat Admin user name & password]

2003-12-18 Thread L.Karam
wing lines. Now if try login with uname as admin and pwd as pass, i get the error message inavalid login. correct me if i am wrong. Thanks for your support. Saravanan L.Karam wrote: > in TOMCAT_HOME/conf/tomcat-users.xml you need add a

Re: [Tomcat Admin user name & password]

2003-12-18 Thread L.Karam
in TOMCAT_HOME/conf/tomcat-users.xml you need add a new tag - Original Message - From: saravanan To: [EMAIL PROTECTED] Sent: Thursday, December 18, 2003 2:13 PM Subject: [Tomcat Admin user name & password] Hi all, i am a newbie for Tomcat. i just in

Re: Exception loading sessions from persistent storage

2003-12-16 Thread L.Karam
make sure it implements java.io.Serializable On Wednesday 17 December 2003 12:03 pm, L.Karam wrote: > how i do this ? > > I'm using : javax.servlet.http.HttpSession; > > session.setAttribute("parametros", vPar); > -

Re: Exception loading sessions from persistent storage

2003-12-16 Thread L.Karam
g sessions from persistent storage Howdy, Don't use non-Serializable session attributes. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: L.Karam [mailto:[EMAIL PROTECTED] >Sent: Wednesday, December 17, 2003 11:19 AM >To

Exception loading sessions from persistent storage

2003-12-16 Thread L.Karam
Can anyone tell me what this error means, and what I need to fix. (Tomcat 4.1.24) Exception loading sessions from persistent storage java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: servlet.beanParametro Thanks! Leandro Karam Quintas Desenvolvedor WEB EBS

connection timeout reached

2003-12-05 Thread L.Karam
  What is the reason of this INFO to happen?   05/12/2003 06:46:01 org.apache.jk.common.ChannelSocket processConnection INFO: connection timeout reached   It appears with sufficient frequency. What I must make to stop it?   Tks   Leandro Karam __

ChannelSocket

2003-12-05 Thread L.Karam
What is the reason of this INFO to happen? 05/12/2003 06:46:01 org.apache.jk.common.ChannelSocket processConnection INFO: connection timeout reached It appears with sufficient frequency. What I must make to stop it? Tks Leandro Karam ---

RE: ThreadPool logFull

2003-12-03 Thread L.Karam
My workers2.properties don't show me nothing about max_connections.   > -Original Message- > From: L.Karam [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 04, 2003 10:53 AM > To: Tomcat Users List > Subject: ThreadPool logFull > > > I have Tomca

ThreadPool logFull

2003-12-03 Thread L.Karam
I have Tomcat 4.1.24 + IIS 5 + JK2. After Tomcat had been running for about 22 hours, Tomcat stop responding to HTTP request. Even when I type http://localhost:8080/, it is not responding. The only log error is in stderr log file: org.apache.tomcat.util.threads.ThreadPool logFull SEVERE: All thre

Re: why i must restart the Tomcat ??

2003-08-29 Thread L.Karam
quot;true" in your context in server.xml > > - Original Message - > From: "L.Karam" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Saturday, August 30, 2003 2:06 PM > Subject: why i must restart the Tomcat ?? > > >

why i must restart the Tomcat ??

2003-08-29 Thread L.Karam
Hi, Every time I compile any class I must restart the Tomcat in order to see the changes, what might be wrong? (Tomcat 4.1.24) Leandro Karam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PR

Re: Dynamically update server.xml & httpd.conf

2003-08-26 Thread L.Karam
You can use the Manager application of Tomcat !! - Original Message - From: "Lars Nielsen Lind" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, August 26, 2003 4:17 PM Subject: Dynamically update server.xml & httpd.conf Hi. Is it possible to update and imp

Re: The requested resource (/admsite/servlet/servlet.servletAdmSite) is not available

2003-08-26 Thread L.Karam
able Howdy, Don't include the context's docBase in your request dispatcher arguments: drop /admsite from the resource dispatcher calls. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: L.Karam [mailto:[EMAIL PROTECTED] >Sent: Wednesday, August 27, 20

Re: The requested resource (/admsite/servlet/servlet.servletAdmSite) is not available

2003-08-26 Thread L.Karam
e anything you > want. But it *can* be confusing if you also map it to /admsite, because > as you've seen, it's easy to miss that the URL should then be: > http://localhost:8080/admsite/admsite > > Also, web-inf should always be referred to as WEB-INF. > > > >

Re: The requested resource (/admsite/servlet/servlet.servletAdmSite) is not available

2003-08-26 Thread L.Karam
> That's the configurable part, and it can be anything you > want. But it *can* be confusing if you also map it to /admsite, because > as you've seen, it's easy to miss that the URL should then be: > http://localhost:8080/admsite/admsite > > Also, web-inf should

Re: The requested resource (/admsite/servlet/servlet.servletAdmSite) is not available

2003-08-26 Thread L.Karam
dmSite. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: L.Karam [mailto:[EMAIL PROTECTED] >Sent: Wednesday, August 27, 2003 9:17 AM >To: [EMAIL PROTECTED] >Subject: The requested resource (/admsite/servlet/servlet.servletAdmSite) >is not available > >

The requested resource (/admsite/servlet/servlet.servletAdmSite) is not available

2003-08-26 Thread L.Karam
Hi, When I try to access a servlet I get the following message: "" HTTP Status 404 - /admsite/servlet/servlet.servletAdmSite type Status report message /admsite/servlet/servlet.servletAdmSite description The requested