RE: setting JVM parameters

2009-07-31 Thread dori
>> eval $COMMAND_LINE >> else >> echo "$APP_LONG_NAME is already running." >> exit 1 >> fi >> } >> >> where im guessing $WRAPPER_CMD is the startup protcol, which i cannot >> open >> with notepa

RE: setting JVM parameters

2009-07-31 Thread dori
sorry, the $WRAPPER_CONF shows me the file to edit. Thanks for your help! dori wrote: > > Hello, > > It was installed through a control panel (parellels), i start an stop by > typing > > service tomcat6 restart > > at command line. Looking at the tomcat fi

RE: setting JVM parameters

2009-07-31 Thread dori
EPROP $LOCKPROP" eval $COMMAND_LINE else echo "$APP_LONG_NAME is already running." exit 1 fi } where im guessing $WRAPPER_CMD is the startup protcol, which i cannot open with notepad++ so i dont know what format its in. Im a little confused! C

setting JVM parameters

2009-07-31 Thread dori
Hello, I am attempting to set the following JAVA_OPTS="$JAVA_OPTS -Xmx128m -Xms128m" by placing it at the top of my catalina.sh file, i restart the server and check the servers JVM status in the manager app and it says the jvm memory size if 64 meg, what am i doing wrong? I am running tomcat6

Re: Monitoring Tomcat

2009-07-22 Thread dori
thanks, will do. Hassan Schroeder-2 wrote: > > On Wed, Jul 22, 2009 at 8:51 AM, dori wrote: > >> I found Lambaprobe but it dosent seem to have been updated in 3 years and >> im >> not sure about it supporting tomcat 6. > > It works fine with Tomcat

Re: Monitoring Tomcat

2009-07-22 Thread dori
thanks for the reply. Does this also give you information about how many errors users may have received, and posiible the time and load (at the time of) of those errors? dori wrote: > > Hello everyone. > > What would be the best way or a good way to monitor topcat, so i could se

Monitoring Tomcat

2009-07-22 Thread dori
x27;s performing? I found Lambaprobe but it dosent seem to have been updated in 3 years and im not sure about it supporting tomcat 6. To paraphrase, how do you know when it's time (or nearly time) to upgrade your Tomcat set up (vertical, horizontal, whatever) Thanks for any (much needed) advic

Using Tomcat 6 and the APR to monitor Server resources

2009-07-17 Thread dori
Hello, on this page about the apr http://tomcat.apache.org/tomcat-6.0-doc/apr.html http://tomcat.apache.org/tomcat-6.0-doc/apr.html it states that it can be used for OS level functionality, also stating OS level statistics on memory usage and CPU usage by the Tomcat process are displayed by the

Using DBCP DataSource w/ Tomcat 6

2009-07-17 Thread dori
Hello again. Ive managed to get this working, which took a bit of time, but im a little confused on how to do it more efficently. I currenty access my mysql db through a servlet with the follwing code InitialContext initCtx = new InitialContext(); Context envCtx = (Context

Re: Server.xml config

2009-07-17 Thread dori
-6.0-doc/config/http.html Sorry, i shouldve looked first, ive had so many times that ive got so confused by the doc that i assumed it would confuse me! Thanks for the prompt! dori wrote: > > Hello all! Just a quick question. The deult connector in the server.xml > file which comes with

Server.xml config

2009-07-17 Thread dori
Hello all! Just a quick question. The deult connector in the server.xml file which comes with tomcat 6 What is the point of the redirect port=8443 attribute. I have another connector for SSL which is listening on port 8442, i thought as the standerd port for this was 8443 (which is taken by my

Re: files under web-inf not found

2009-06-24 Thread dori
Ah solved, the class could be found but it couldnt find other classes, the error message threw me! dori wrote: > > Hello all, i am relativly new to tomcat so please bear with me. I have a > servlet under web-inf/classes/com/mysite/myservlet.class, it refernces a > class in another

files under web-inf not found

2009-06-24 Thread dori
know regarding this? Thanks for any help, Dori -- View this message in context: http://www.nabble.com/files-under-web-inf-not-found-tp24187136p24187136.html Sent from the Tomcat - User mailing list archive at Nabble.com