RE: Retrieving all active sessions

2009-07-16 Thread Caldarale, Charles R
> From: sanchit.sriv [mailto:sanchit.srivast...@morganstanley.com] > Subject: Retrieving all active sessions > > > I need to write a Servlet or some kind of java program (which > may be deployed as part of a webapp on the same container) that > can get me the count of all active sessions on that

Retrieving all active sessions

2009-07-16 Thread sanchit.sriv
I need to write a Servlet or some kind of java program (which may be deployed as part of a webapp on the same container) that can get me the count of all active sessions on that tomcat Also if possible, active sessions per context path I was trying to google on this ... could find this post but t

Clustering help

2009-07-16 Thread Mitch Claborn
Not having much luck getting a simple cluster to work. Using nginx as a front end/load balancer against two tomcat instances on the same machine (for now). SuSE Linux 11.1. I see this message in the startup log, making me think the tomcat instances are not talking: INFO: Manager [localhost#/St

Re: Deploying ROOT application errors.

2009-07-16 Thread Mark Thomas
Wesley Acheson wrote: > Theres only two jars and their not used. The flippant reply would be "Well delete them then and the problem will go away" > WEB-INF/lib/mysql-connector-java-5.1.6.jar As soon as I saw that, I suspected it would be the one causing grief and... > However the webapp isn't d

Re: Deploying ROOT application errors.

2009-07-16 Thread Wesley Acheson
Theres only two jars and their not used. jar -tf ROOT.war META-INF/ META-INF/MANIFEST.MF WEB-INF/ WEB-INF/classes/ WEB-INF/classes/com/ WEB-INF/classes/com/icarus/ WEB-INF/lib/ index.jsp WEB-INF/classes/com/icarus/Test.java WEB-INF/lib/jstl-1.2.jar WEB-INF/lib/mysql-connector-java-5.1.6.jar WEB-IN

Re: useHttpOnly - how to?

2009-07-16 Thread Konstantin Kolinko
2009/7/16 acastanheira2001 : > > Thanks for your reply. > > It appears on "http://tomcat.apache.org/tomcat-6.0-doc/config/context.html"; > but not in "http://tomcat.apache.org/tomcat-5.5-doc/config/context.html";. > If you are confused, those files are updated when a release is done, not when some

Re: useHttpOnly - how to?

2009-07-16 Thread acastanheira2001
Thanks for your reply. It appears on "http://tomcat.apache.org/tomcat-6.0-doc/config/context.html"; but not in "http://tomcat.apache.org/tomcat-5.5-doc/config/context.html";. Andre Konstantin Kolinko wrote: > >> X-Powered-By: Servlet 2.4; JBoss-4.2.0.GA_CP02 (build: >> SVNTag=JBPAPP_4_2_0_GA_

Re: Photo gallery webapp for Tomcat

2009-07-16 Thread David kerber
Konstantin Kolinko wrote: 2009/7/16 David kerber : I'm looking for a free or low-cost photo gallery package suitable for hosting on tomcat, for use on my personal web site (which is on my home computer). Something along the lines of coppermine (http://coppermine-gallery.net), but that doesn'

Re: Photo gallery webapp for Tomcat

2009-07-16 Thread Konstantin Kolinko
2009/7/16 David kerber : > I'm looking for a free or low-cost photo gallery package suitable for > hosting on tomcat, for use on my personal web site (which is on my home > computer).  Something along the lines of coppermine > (http://coppermine-gallery.net), but that doesn't require a separate htt

Re: Any Help on this would be really appreciated...

2009-07-16 Thread Konstantin Kolinko
> Caused by: java.util.MissingResourceException: Can't find bundle for base > name c > onnection, locale fr_FR > java.lang.NoClassDefFoundError: Could not initialize class > fr.inria.monitoring.b > ep.BEP4Sumit I understand, that it cannot find BEP4Sumit class file that your valve is using. Best

RE: running servlets as fileowner

2009-07-16 Thread Jason Pyeron
> -Original Message- > From: Jan-Florian Hilgenberg > Sent: Thursday, July 16, 2009 12:10 > Subject: running servlets as fileowner > > hi mailinglist, > > is there a way to run servlets as the fileowner of the > servlet - like suphp on lamp environments. > thank you for your help Th

running servlets as fileowner

2009-07-16 Thread Jan-Florian Hilgenberg
hi mailinglist, is there a way to run servlets as the fileowner of the servlet - like suphp on lamp environments. thank you for your help

Any Help on this would be really appreciated...

2009-07-16 Thread Sumit D
INFO: Server startup in 1825 ms 16 juil. 2009 17:07:00 org.apache.catalina.connector.CoyoteAdapter service GRAVE: Une exception ou une erreur s'est produite dans le conteneur durant le tr aitement de la requ´┐¢te java.lang.ExceptionInInitializerError at org.apache.catalina.valves.Test.invok

Re: useHttpOnly - how to?

2009-07-16 Thread Konstantin Kolinko
> X-Powered-By: Servlet 2.4; JBoss-4.2.0.GA_CP02 (build: > SVNTag=JBPAPP_4_2_0_GA_CP02 date=200801291544)/Tomcat-5.5 There is a build date in the above header. useHttpOnly is a recent feature. It was not implemented back in January 2008. Also, that JBoss version is using Tomcat 5.5. For 5.5 branc

Re: Socket bind failed: [22] Invalid argument - Fedora 11

2009-07-16 Thread Ole Ersoy
Mark, (And everyone) Thanks a gazillion for helping to clarify this. I was building the APR connector with the wrong version number (1.1.14). I must have had old apr connector files laying around from when I was building earlier tomcat versions. The log is clean now. Thanks again, - Ole -

useHttpOnly - how to?

2009-07-16 Thread acastanheira2001
Hi, I´ve set useHttpOnly="true" in /opt/jboss/server//deploy/jboss-web.deployer/context.xml. But the cookie continues to respond to javascript commands. Any ideas appreciated. Thanks, Andre X-Powered-By: Servlet 2.4; JBoss-4.2.0.GA_CP02 (build: SVNTag=JBPAPP_4_2_0_GA_CP02 date=2008012

Re: MalformedObjectNameException: Unterminated key property part

2009-07-16 Thread Konstantin Kolinko
1. What, exactly, Tomcat version is it? Do not forget to mention it when asking the questions here. 2. This is wrong:

MalformedObjectNameException: Unterminated key property part

2009-07-16 Thread Lin Chun
hi I have a problem(MalformedObjectNameException: Unterminated key property part) when I start my tomcat instance,i don't know what it is about, and in which config file can cause the problem? here is the server.xml

Re: java.lang.ClassNotFoundException & error 404

2009-07-16 Thread Thomas Vite
Thumbs up Mark! It is now working as it should. Thanks for your time. 2009/7/16 Mark Thomas > Thomas Vite wrote: > > The TestServlet.class file is under > > C:\Program Files\Apache Software Foundation\Tomcat > > 6.0\webapps\ViClientWebApp\WEB-INF\classes > > > > The Web.xml file is under: > > C

Re: java.lang.ClassNotFoundException & error 404

2009-07-16 Thread Mark Thomas
Thomas Vite wrote: > The TestServlet.class file is under > C:\Program Files\Apache Software Foundation\Tomcat > 6.0\webapps\ViClientWebApp\WEB-INF\classes > > The Web.xml file is under: > C:\Program Files\Apache Software Foundation\Tomcat > 6.0\webapps\ViClientWebApp\WEB-INF > The Web.mxl file has

Re: java.lang.ClassNotFoundException & error 404

2009-07-16 Thread Thomas Vite
The TestServlet.class file is under C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\ViClientWebApp\WEB-INF\classes The Web.xml file is under: C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\ViClientWebApp\WEB-INF The Web.mxl file has a capital W...About your question

RE: SSL ciphers supported by Tomcat version 5.0

2009-07-16 Thread Caldarale, Charles R
> From: Rajat Gupta05 [mailto:rajat_gupt...@infosys.com] > Subject: RE: SSL ciphers supported by Tomcat version 5.0 > > Please see I am looking for FIPS complaint which may not be FIPS > approved. See my previous post about JRE/JDK 6 security enhancements. Also note that Tomcat 5.0 is no longer

Re: java.lang.ClassNotFoundException & error 404

2009-07-16 Thread Pid
On 16/7/09 13:59, Caldarale, Charles R wrote: From: Pid [mailto:p...@pidster.com] Subject: Re: java.lang.ClassNotFoundException& error 404 Is your TestServlet properly located in a package? Servlets do not have to be in a package (although they should be); it's JSPs that must be in a package

Re: SSL ciphers supported by Tomcat version 5.0

2009-07-16 Thread Mark Thomas
Caldarale, Charles R wrote: >> From: Mark Thomas [mailto:ma...@apache.org] >> Subject: Re: SSL ciphers supported by Tomcat version 5.0 >> >> JSSE isn't FIPS compliant. > > JRE 6 is not FIPS compliant out of the box, but it can be made so: > http://java.sun.com/javase/6/docs/technotes/guides/securi

RE: tomcate5.exe so active that hard disk never stops spinning

2009-07-16 Thread Caldarale, Charles R
> From: Richard B. Gazey [mailto:richard.ga...@midlandheart.org.uk] > Subject: tomcate5.exe so active that hard disk never stops spinning > > It is querying pretty much all the time with 20 or 30 reads per second. > > My question is that is this normal for a Tomcat installation or is this > a con

Re: Tomcat & JRE Redistribute License

2009-07-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 7/16/2009 4:42 AM, Mark Thomas wrote: > Christopher Schultz wrote: > >> You can re-package Apache httpd + Apache Tomcat and charge a >> jillian dollars for it if you want. You just need to tell your >> customers that they can get a free copy

Re: java.lang.ClassNotFoundException & error 404

2009-07-16 Thread David Smith
In addition to the questions posed by Pid and Mark, where is your compiled java servlet (.class file) in the ViClientWebApp folder? Also what do the logs show for the moments your webapp is deployed and request your servlet? --David Thomas Vite wrote: > The only thing i can think of that wouldnt

RE: SSL ciphers supported by Tomcat version 5.0

2009-07-16 Thread Caldarale, Charles R
> From: Mark Thomas [mailto:ma...@apache.org] > Subject: Re: SSL ciphers supported by Tomcat version 5.0 > > JSSE isn't FIPS compliant. JRE 6 is not FIPS compliant out of the box, but it can be made so: http://java.sun.com/javase/6/docs/technotes/guides/security/enhancements.html http://java.sun.

RE: java.lang.ClassNotFoundException & error 404

2009-07-16 Thread Caldarale, Charles R
> From: Pid [mailto:p...@pidster.com] > Subject: Re: java.lang.ClassNotFoundException & error 404 > > Is your TestServlet properly located in a package? Servlets do not have to be in a package (although they should be); it's JSPs that must be in a package, according to the spec. - Chuck THIS

Photo gallery webapp for Tomcat

2009-07-16 Thread David kerber
I'm looking for a free or low-cost photo gallery package suitable for hosting on tomcat, for use on my personal web site (which is on my home computer). Something along the lines of coppermine (http://coppermine-gallery.net), but that doesn't require a separate http server like Apache or IIS.

Re: java.lang.ClassNotFoundException & error 404

2009-07-16 Thread Mark Thomas
Pid wrote: > On 16/7/09 13:43, Thomas Vite wrote: >> The real case is : C:\Program Files\Apache Software Foundation\Tomcat >> 6.0\webapps\ViClientWebApp > > Is your TestServlet properly located in a package? Is WEB-INF/web.xml using the right case? Mark > > p > > >> 2009/7/16 Mark Thomas >>

Re: java.lang.ClassNotFoundException & error 404

2009-07-16 Thread Pid
On 16/7/09 13:43, Thomas Vite wrote: The real case is : C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\ViClientWebApp Is your TestServlet properly located in a package? p 2009/7/16 Mark Thomas Thomas Vite wrote: Yeah but after restarting Tomcat i still receive that infamo

Re: java.lang.ClassNotFoundException & error 404

2009-07-16 Thread Thomas Vite
The only thing i can think of that wouldnt be setup properly is the Web.xml file in WEB-INF (for what i understand it is supposed to make the app available at http://localhost:8080/ViClientWebApp/TestServlet : http://java.sun.com/xml/ns/javaee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta

Re: java.lang.ClassNotFoundException & error 404

2009-07-16 Thread Thomas Vite
The real case is : C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\ViClientWebApp 2009/7/16 Mark Thomas > Thomas Vite wrote: > > Yeah but after restarting Tomcat i still receive that infamous: > > HTTP Status 404 - /ViClientWebApp/TestServlet > > -- > >

Re: java.lang.ClassNotFoundException & error 404

2009-07-16 Thread Mark Thomas
Thomas Vite wrote: > Yeah but after restarting Tomcat i still receive that infamous: > HTTP Status 404 - /ViClientWebApp/TestServlet > -- > > *type* Status report > > *message* */ViClientWebApp/TestServlet* > > *description* *The requested resource (/ViClientWebApp/Te

RE: SSL ciphers supported by Tomcat version 5.0

2009-07-16 Thread Rajat Gupta05
Repost -Original Message- From: Rajat Gupta05 [mailto:rajat_gupt...@infosys.com] Sent: July 16, 2009 4:45 PM To: Tomcat Users List Subject: RE: SSL ciphers supported by Tomcat version 5.0 Now my next question is how to use the FIPS complaint ciphers with Tomcat. Please see I am looking f

Re: java.lang.ClassNotFoundException & error 404

2009-07-16 Thread Thomas Vite
Yeah but after restarting Tomcat i still receive that infamous: HTTP Status 404 - /ViClientWebApp/TestServlet -- *type* Status report *message* */ViClientWebApp/TestServlet* *description* *The requested resource (/ViClientWebApp/TestServlet) is not available.* I have

RE: oracle JDBC sessions not closing while tomcat shutdown

2009-07-16 Thread Martin Gainty
possibly Oracle connection not being released as a result of Oracle misconfiguration ? http://www.coderanch.com/t/89928/JBoss/Jboss-connection-pool-not-releasing possibly idle-timeout set to high? 2 ? Martin Gainty __ Verzicht und Vertraulichkeit

Re: oracle JDBC sessions not closing while tomcat shutdown

2009-07-16 Thread Mikolaj Rydzewski
santosh.si...@birlasoft.com wrote: When I have tried to run the any java program independent of tomcat then the opened session is releasing from oracle database. But the same java program is run via/through tomcat then opened JDBC sessions at oracle database level is not releasing. Is there any

Connector an SOAPSession

2009-07-16 Thread Alexander . Schulz
Hello tomcat users, i have a question about loadbalancing of webservice running in SOAPSession mode. I'm using Apache 2.2.11, mod_jk 1.2.28, Tomcat 6.0.20 and Axis2 1.4.1. I would like to use multiple tomcats running Axis2. Each tomcat/axis has the same webservices deployed. The webservices ar

RE: oracle JDBC sessions not closing while tomcat shutdown

2009-07-16 Thread santosh.singh
Hi When I have tried to run the any java program independent of tomcat then the opened session is releasing from oracle database. But the same java program is run via/through tomcat then opened JDBC sessions at oracle database level is not releasing. Is there any parameter to modify or to add in

RE: SSL ciphers supported by Tomcat version 5.0

2009-07-16 Thread Rajat Gupta05
Now my next question is how to use the FIPS complaint ciphers with Tomcat. Please see I am looking for FIPS complaint which may not be FIPS approved. Please help me in list down the ciphers which will be applicable in TLS protocol. Thanks Rajat -Original Message- From: Mark Thomas [mailt

Re: java.lang.ClassNotFoundException & error 404

2009-07-16 Thread Mark Thomas
Thomas Vite wrote: > 2009/7/16 Mark Thomas > >> Thomas Vite wrote: >>> There is xml file under \Tomcat 6.0\conf\Catalina\localhost for my >> project: >>> Context path="/VI-PLUGIN-ILO" reloadable="true" docBase="C:\Documents and >>> Settings\ti\Desktop\EclipseWorkspace\VI-PLUGIN-ILO" workDir="C:\D

Re: java.lang.ClassNotFoundException & error 404

2009-07-16 Thread Thomas Vite
2009/7/16 Mark Thomas > Thomas Vite wrote: > > There is xml file under \Tomcat 6.0\conf\Catalina\localhost for my > project: > > > > Context path="/VI-PLUGIN-ILO" reloadable="true" docBase="C:\Documents and > > Settings\ti\Desktop\EclipseWorkspace\VI-PLUGIN-ILO" workDir="C:\Documents > > and Sett

tomcate5.exe so active that hard disk never stops spinning

2009-07-16 Thread Richard B. Gazey
In my company we use Tomcat 5.5.20 to support a Business Objects Application for management reporting. The Windows 2003 server it is installed on has performance issues which have been narrowed down to excessive disk activity. This is causing low disk idle time and lots of queuing - often causing

Re: oracle JDBC sessions not closing while tomcat shutdown

2009-07-16 Thread Mark Thomas
santosh.si...@birlasoft.com wrote: > Hi > > Can you give me a small java program to verify about thread dump. No. This is the point where you have to do a little research on your own. Mark > > Santosh > > -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Thurs

Re: SSL ciphers supported by Tomcat version 5.0

2009-07-16 Thread Mark Thomas
Rajat Gupta05 wrote: > Hi, > > TLS_RSA_WITH_AES_128_CBC_SHA > TLS_DHE_RSA_WITH_AES_128_CBC_SHA > TLS_DHE_DSS_WITH_AES_128_CBC_SHA > > Are the above ciphers only one's applicable when using TLS protocol? > Actually I need to use only the FIPS complaint ciphers. JSSE isn't FIPS compliant. Mark

RE: oracle JDBC sessions not closing while tomcat shutdown

2009-07-16 Thread santosh.singh
Hi Can you give me a small java program to verify about thread dump. Santosh -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Thursday, July 16, 2009 4:01 PM To: Tomcat Users List Subject: Re: oracle JDBC sessions not closing while tomcat shutdown santosh.si...@bir

RE: SSL ciphers supported by Tomcat version 5.0

2009-07-16 Thread Rajat Gupta05
Hi, TLS_RSA_WITH_AES_128_CBC_SHA TLS_DHE_RSA_WITH_AES_128_CBC_SHA TLS_DHE_DSS_WITH_AES_128_CBC_SHA Are the above ciphers only one's applicable when using TLS protocol? Actually I need to use only the FIPS complaint ciphers. Thanks Rajat -Original Message- From: Mark Thomas [mailto:ma..

Re: oracle JDBC sessions not closing while tomcat shutdown

2009-07-16 Thread Mark Thomas
santosh.si...@birlasoft.com wrote: > Hi > > How can I verify that and while shutting down or restarting tomcat, how > it will close. Do a thread dump when is doesn't shutdown and see what is still running. Mark - To unsubscr

Re: SSL ciphers supported by Tomcat version 5.0

2009-07-16 Thread Mark Thomas
Rajat Gupta05 wrote: > Hi, > > > 1. Which all SSL ciphers are supported by Tomcat, is it the ciphers > supported by Sun JSSE? Yes. > 2. Are the highlighted ones will only come in picture when using TLS > protocol? Highlighting doesn't work too well when people use plain text to vie

RE: oracle JDBC sessions not closing while tomcat shutdown

2009-07-16 Thread santosh.singh
Hi How can I verify that and while shutting down or restarting tomcat, how it will close. Regards Santosh -Original Message- From: Mikolaj Rydzewski [mailto:m...@ceti.pl] Sent: Thursday, July 16, 2009 3:53 PM To: Tomcat Users List Subject: Re: oracle JDBC sessions not closing while to

SSL ciphers supported by Tomcat version 5.0

2009-07-16 Thread Rajat Gupta05
Hi, 1. Which all SSL ciphers are supported by Tomcat, is it the ciphers supported by Sun JSSE? I came across the following list: SSL_RSA_WITH_RC4_128_MD5 SSL_RSA_WITH_RC4_128_SHA TLS_RSA_WITH_AES_128_CBC_SHA TLS_DHE_RSA_WITH_AES_128_CBC_SHA TLS_DHE_DSS_WITH_AES_128_CBC_SHA SSL_RSA_WITH_3

Re: oracle JDBC sessions not closing while tomcat shutdown

2009-07-16 Thread Mikolaj Rydzewski
santosh.si...@birlasoft.com wrote: We are getting same JDBC Sessions at oracle database which has been created/pooled while tomcat started. I would also like to update you that java.exe is not terminating for the same tomcat. However , we have performed proper shutdown of tomcat using shutdown.sh

RE: oracle JDBC sessions not closing while tomcat shutdown

2009-07-16 Thread santosh.singh
Hi We are getting same JDBC Sessions at oracle database which has been created/pooled while tomcat started. I would also like to update you that java.exe is not terminating for the same tomcat. However , we have performed proper shutdown of tomcat using shutdown.sh file. Regards Santosh

Re: oracle JDBC sessions not closing while tomcat shutdown

2009-07-16 Thread Mikolaj Rydzewski
santosh.si...@birlasoft.com wrote: Apache Tomcat is working as a middleware between JAVA and ORACLE Databse. The problem is that when I am starting the tomcat, each time it opens 3 JDBC sessions on database level and using those sessions at application level. But when shutting down the tomcat, i

Re: java.lang.ClassNotFoundException & error 404

2009-07-16 Thread Mark Thomas
Thomas Vite wrote: > There is xml file under \Tomcat 6.0\conf\Catalina\localhost for my project: > > Context path="/VI-PLUGIN-ILO" reloadable="true" docBase="C:\Documents and > Settings\ti\Desktop\EclipseWorkspace\VI-PLUGIN-ILO" workDir="C:\Documents > and Settings\ti\Desktop\EclipseWorkspace\VI-P

oracle JDBC sessions not closing while tomcat shutdown

2009-07-16 Thread santosh.singh
Hi Apache Tomcat is working as a middleware between JAVA and ORACLE Databse. The problem is that when I am starting the tomcat, each time it opens 3 JDBC sessions on database level and using those sessions at application level. But when shutting down the tomcat, it is not closing/releasing those

jk_ajp_common: "Tomcat already send headers" error in mod_jk logs

2009-07-16 Thread Hidde Boonstra [Us Media]
Hi all, we are using apache httpd (2.2.3 on Scientific Linux), mod_jk (1.2.28), tomcat 6.0.20 with apr based native library (1.1.16). Everything works like a charm, but every now and then errors are logged in the mod_jk.log. This error results in a plain text version of the page being served to

Re: Howto - DB based Persistent sessions with no timeout?

2009-07-16 Thread Derek C
On Thu, July 16, 2009 10:22 am, Mark Thomas wrote: > Of the top of my head - probably. This is *open* source... :) thanks very much - I'll try it and see! Derek -- Derek C In Ireland - To unsubscribe, e-mail: users-unsubscr..

Re: java.lang.ClassNotFoundException & error 404

2009-07-16 Thread Thomas Vite
There is xml file under \Tomcat 6.0\conf\Catalina\localhost for my project: Context path="/VI-PLUGIN-ILO" reloadable="true" docBase="C:\Documents and Settings\ti\Desktop\EclipseWorkspace\VI-PLUGIN-ILO" workDir="C:\Documents and Settings\ti\Desktop\EclipseWorkspace\VI-PLUGIN-ILO\work" >

Re: Howto - DB based Persistent sessions with no timeout?

2009-07-16 Thread Mark Thomas
Derek C wrote: > On Thu, July 16, 2009 10:06 am, Mark Thomas wrote: > >> As per the servlet spec, session timeout of 0 means infinite timeout. > > Hi Mark, > > If this option is enabled will AapcheTomcat swap session data to database > and out of memory automatically? (i.e. will memory usage be

Re: java.lang.ClassNotFoundException & error 404

2009-07-16 Thread Thomas Vite
> > > >2. If i try to browse my project i get a 404 error using this URL > >http://amsterdam-sm09:8080/viplugin_test/TestServlet > > > SEVERE: Begin event threw exception > > java.lang.ClassNotFoundException: org.apache.catalina.loader.DevLoader > > > > Jul 16, 2009 9:37:28 AM org.apache.c

Re: Howto - DB based Persistent sessions with no timeout?

2009-07-16 Thread Derek C
On Thu, July 16, 2009 10:06 am, Mark Thomas wrote: > As per the servlet spec, session timeout of 0 means infinite timeout. Hi Mark, If this option is enabled will AapcheTomcat swap session data to database and out of memory automatically? (i.e. will memory usage be ok with a session timeout of

Re: Howto - DB based Persistent sessions with no timeout?

2009-07-16 Thread Mark Thomas
Derek C wrote: > Hi all, > > I've been using Tomcat since the beginning. > > I know how to use the "org.apache.catalina.session.PersistentManager" to > make sessions persistent between tomcat restarts (which works fine) - but > what I'm very keen to know is: - > > How do I set-up persistence so

Re: java.lang.ClassNotFoundException & error 404

2009-07-16 Thread Mark Thomas
Thomas Vite wrote: > Hi all, > > I just subscribed to this list as i am testing developing web services, i > hope i can find some useful tips. > > I have installed Tomcat6 on my Win XP SP3 box and i have followed a tutorial > to create a first Tomcat project. I use a plugin in Eclipse called Sysd

Re: Deploying ROOT application errors.

2009-07-16 Thread Mark Thomas
Wesley Acheson wrote: > In that it includes root.war and it undeploying it. yes. Jar locking I > don't know about. How do I prevent that? Jar locking very unlikely to be a Tomcat bug. So, one or both of: - fix the bug in your application - work around the bug in a third party library you are us

Re: Exception in the Tomcat

2009-07-16 Thread Mark Thomas
Ella Gerstner wrote: > 2009/7/15 Ella Gerstner > >> Hi!! >> >> i developed a web aplication and in the log of the server show me this >> exception, and i don´t know what is the problem, somebody know what i have >> to do?? Usually, the first step is to look at the relevant line of the source co

Re: Socket bind failed: [22] Invalid argument - Fedora 11

2009-07-16 Thread Mark Thomas
Ole Ersoy wrote: > Mark, > > I looked at the startup log a little closer and there's this line: > > Jul 15, 2009 2:24:09 PM org.apache.catalina.core.AprLifecycleListener init > INFO: Loaded APR based Apache Tomcat Native library 1.1.14. > > I noticed below that you said I should be using 1.1.6.

Re: Tomcat & JRE Redistribute License

2009-07-16 Thread Mark Thomas
Christopher Schultz wrote: > Feris, > > On 7/15/2009 9:39 AM, Feris wrote: >> This left me with other two dependence apps : Tomcat & JRE 6. Is it ok to >> embed them as part of my distribution? > > While some folks on the list may know the answer for the JRE, you should > really read the Java Run

Howto - DB based Persistent sessions with no timeout?

2009-07-16 Thread Derek C
Hi all, I've been using Tomcat since the beginning. I know how to use the "org.apache.catalina.session.PersistentManager" to make sessions persistent between tomcat restarts (which works fine) - but what I'm very keen to know is: - How do I set-up persistence so that users NEVER timeout from the

java.lang.ClassNotFoundException & error 404

2009-07-16 Thread Thomas Vite
Hi all, I just subscribed to this list as i am testing developing web services, i hope i can find some useful tips. I have installed Tomcat6 on my Win XP SP3 box and i have followed a tutorial to create a first Tomcat project. I use a plugin in Eclipse called Sysdeo supposed to ease the creation