Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by tlaurent

  1. tlaurent

    How to control the size of tomcat Catalina.out file?

    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...
  2. tlaurent

    Apache 2.0 & Tomcat 5.0

    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...
  3. tlaurent

    Apache 2.0 & Tomcat 5.0

    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 ################...
  4. tlaurent

    Apache 2.0 & Tomcat 5.0

    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 #...
  5. tlaurent

    Apache 2.0 & Tomcat 5.0

    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...
  6. tlaurent

    Apache 2.0 and Tomcat 5.0

    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...

Part and Inventory Search

Back
Top