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

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: [Tomcat Admin user name password]

2003-12-18 Thread L.Karam
in TOMCAT_HOME/conf/tomcat-users.xml you need add a new tag user username=admin password=pass roles=manager,admin/ - Original Message - From: saravanan To: [EMAIL PROTECTED] Sent: Thursday, December 18, 2003 2:13 PM Subject: [Tomcat Admin user name password]

Re: [Tomcat Admin user name password]

2003-12-18 Thread L.Karam
lines. role rolename=manager/ role rolename=admin/ 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

Re: [Tomcat Admin user name password]

2003-12-18 Thread L.Karam
support. Saravanan L.Karam wrote: in TOMCAT_HOME/conf/tomcat-users.xml you need add a new tag user username=admin password=pass roles=manager,admin/ - Original Message - From: saravanan To: [EMAIL PROTECTED] Sent

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

Re: Exception loading sessions from persistent storage

2003-12-16 Thread L.Karam
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: Tomcat Users List Subject: Exception

Re: Exception loading sessions from persistent storage

2003-12-16 Thread L.Karam
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); - Original Message - From: Shapira

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

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

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

RE: ThreadPool logFull

2003-12-03 Thread L.Karam
My workers2.propertiesdon'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 Tomcat 4.1.24 + IIS 5 + JK2. After Tomcat had

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

Re: why i must restart the Tomcat ??

2003-08-29 Thread L.Karam
- 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 ?? Hi, Every time I compile any class I must restart the Tomcat in order to see the changes, what might be wrong? (Tomcat

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

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

2003-08-26 Thread L.Karam
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 Hi, When I try to access a servlet I get

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

2003-08-26 Thread L.Karam
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. -Original Message- From: L.Karam [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 8:46 AM

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

2003-08-26 Thread L.Karam
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, 2003 2:55 PM To: Tomcat Users List Subject: Re: The requested resource

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 implement