configure the root domain

2012-02-20 Thread Alfredo Alessandrini
Hi, I've installed tomcat at the URL mysite.com/tomcat/ It's working, but when tomcat generates any URL, they're pointing to the root of the domain mysite.com/ and I can't access at manager-gui and others applications (e.g. mysite.com/tomcat/manager/ it's redirect to mysiste.com/manager).

memory heap size

2012-02-14 Thread Alfredo Alessandrini
Hi, I'm running tomcat 7.0.25 in a shared server (centOS 64bit). Memory limit for my account is 256m. I'm running tomcat with this settings: export CATALINA_OPTS=-Xms128m -Xmx256m export JAVA_OPTS=-Xms128m -Xmx256m But the process exceed the limit that I've set: RSS ELAPSED PID COMMAND

Re: memory heap size

2012-02-14 Thread Alfredo Alessandrini
Warnier a...@ice-sa.com: Alfredo Alessandrini wrote: Hi, I'm running tomcat 7.0.25 in a shared server (centOS 64bit). Memory limit for my account is 256m. I'm running tomcat with this settings: No, you are not. See [1] below. export CATALINA_OPTS=-Xms128m -Xmx256m export JAVA_OPTS

Re: memory heap size

2012-02-14 Thread Alfredo Alessandrini
/tomcat-juli.jar -Dcatalina.base=/home/keol/webapps/tomcat -Dcatalina.home=/home/keol/webapps/tomcat -Djava.io.tmpdir=/home/keol/webapps/tomcat/temp org.apache.catalina.startup.Bootstrap start Thanks, Alfredo 2012/2/14 Alfredo Alessandrini alfreal...@gmail.com: Where is that Tomcat from ? how