Check the process for java has the correct max perm size set. If you're
using linux do a
ps axf --cols 1000 | grep java
A max PermSize of 1024m is pretty big...
My tomcat 6 instance running several apps returns:-
/usr/java/latest/bin/java
-Djava.util.logging.config.file=/home/pmcneil/apps/to
Step by step:
1. edit conf/server.xml and add a section inside the tag
that looks like this:-
2. create a directory inside your tomcat home directory called
"yourhostapps" as defined above e.g. mkdir $tomcathome/yourhostapps
3. create a directory $tomcathome/conf/Catalina/yourhost
4.
On 14/02/10 14:38, Konstantin Kolinko wrote:
2010/2/14 Peter McNeil:
On 14/02/10 13:58, Konstantin Kolinko wrote:
2010/2/14 Peter McNeil:
Here is a patch for you:
-www.cjugaustraila.org
+www.cjugaustralia.org
lol, you're suggesting that the whitespace in front of th
On 14/02/10 13:58, Konstantin Kolinko wrote:
2010/2/14 Peter McNeil:
Here is a patch for you:
-www.cjugaustraila.org
+www.cjugaustralia.org
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr
G'day,
I have the following Host setup in server.xml:-
...
www.cjugaustraila.org
directory="logs"
prefix="cjug_access_log." suffix=".txt" pattern="common"
resolveHosts="false"/>
I can happily access http://cjugaustralia.org but
http://www.cjugaustralia.org shows the defau