Hello, I got this problem that the catalina.out file gets too big. It grows to a size of approx. 6 gig and then tomcat just crashes. Does anyone know how configure tomcat on linux so that catalina.out only get a size of 100 MB and then replaces it by a new empty catalina.out? Please any help...
Thank you guys but I have finally found the solution. Just add in your virtual host
RewriteEngine on
RewriteRule ^/$ /mywebapp/ [R]
Here is the information that I used to solve my problem. :o) I am so happy!!!!!!!!!!!!
Moved DocumentRoot
Description:
Usually the DocumentRoot of the...
Yes I did! Sorry I didn't put everything just the essential
and my modifications.I still have the same problems.
# httpd.conf
DirectoryIndex index.html index.jsp index.html.var
..................................
#mywebapps add
LoadModule jk_module modules/mod_jk.so
################...
I have already tryed everything, but is still doesn't work. The only thing I got is the $CATALINA_HOME/webapps/ROOT/index.jsp page from jakarta tomcat 5.5.9 as a default page instead of having my web application. This is a copy of my settings on apache 2.0:
# httpd.conf
# mywebapps add
#...
I set up my application with apache 2.0 in front-end and tomcat 5.0 in back-end. Everything works fine except when I try to open my web application from "www.mydomain.com" I can only open static pages. When I type "www.mydomain.com" I would like apache to forward the URL to Tomcat and open the...
Hi Guys,
I set up my application with apache 2.0 in front-end and tomcat 5.0 in back-end. Everything works fine except when I try to open my web application from "www.mydomain.com" I can only open static pages. When I type "www.mydomain.com" I would like apache to forward the URL to Tomcat and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.