Re: How to configure Tomcat to suppress adding port to URL??????

2003-02-12 Thread Bert Catsburg
maxProcessors=75 enableLookups=true appBase=webapps acceptCount=10 debug=9/ Hope this helps. Regards, Bert Catsburg Rademacher Tobias wrote: Hi Folks, is it possible to configure Tomcat 4.0 to suppress the port into the url adress (URL rewriting etc)? If yes who and in which config file

Re: Best Way to Connect to httpd 2.0.40?

2003-02-12 Thread Bert Catsburg
I use WebApp, but that seems to be not the one for the future. I just posted a reply on another question with config extract included for WebApp. It works fine and it is really easy to understand what's happening. Bert Catsburg Marc Boorshtein wrote: Hello, I am trying to setup tomcat to work

Re: How do setup tomcat on www.domainname.com/~username/some.jsp

2003-02-12 Thread Bert Catsburg
Alex, Use a webserver like Apache and let the webserver handle the '~username' requests. Bert Alex K. wrote: Hello, Any ideas? Best Regards, Alex Korneyev - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Admin Webapp Error

2003-02-12 Thread Bert Catsburg
the admin module again? Hope this is of any help. Regards, Bert Catsburg Roberto Rios wrote: Hi all, I am trying to use the admin module that comes with tomcat 4.1.18, and I receive the following error message: javax.servlet.ServletException: Cannot find message resources under key

Re: [beginner question] reloading classes

2003-02-12 Thread Bert Catsburg
Hm, I do not understand why I should restart Tomcat. The manager webapp should do the trick according to the documentation. Why does this not work, or does it? http://localhost:8080/manager/reload?path=/PAQ I hope to hear from somebody since I have this same solution. Thanks, Bert Catsburg

tomcat-apache.conf not created during Tomcat startup

2003-02-04 Thread Bert Catsburg
one, preferably one with the Struts config already in it, I can modify httpd.conf myself. But I'm worried why the file is not created. Please help me on this. Thanks, Bert Catsburg - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: tomcat-apache.conf not created during Tomcat startup

2003-02-04 Thread Bert Catsburg
And I forgot to tell that both Apache and Tomcat are running as a Windows Service. Bert Catsburg wrote: Hello, I am trying to setup the Struts Framework. The install docs tell me to edit the tomcat-apache.conf file. But I do not have one. The docs tell me also that this file is created during

Re: tomcat-apache.conf not created during Tomcat startup

2003-02-04 Thread Bert Catsburg
struts-documentation conn /struts-documentation WebAppInfo /webapp-info /VirtualHost - Go to the site: http://test.bert.nl/struts-documentation/ Hey, it works Well, thanks anyway, I'm going to Strut :-) Bert Catsburg wrote: And I forgot to tell that both Apache and Tomcat

Tomcat connector of the future? WARP, JK? (Was: Re: tomcat-apache.confnot created during Tomcat startup)

2003-02-04 Thread Bert Catsburg
Hello John, Thanks for your hint. I got the impression that WARP was the Connector of the future. So, I'm wrong. Urgent question to this list then: What is the Connector I should use to be covered for the future? Thanks, Bert Catsburg Turner, John wrote: I think the mentioned tomcat

Problem with fresh installation: Unable to find a javac compiler

2003-01-21 Thread Bert Catsburg
in the stderr.log file: Unable to find a javac compiler; com.sun.tools.javac.Main is not on the classpath. Perhaps JAVA_HOME does not point to the JDK I searched this list and all other resources and I cannot find any reference to this problem. Anybody can help me? Please? Thanks, Bert Catsburg

Re: Problem with fresh installation: Unable to find a javac compiler

2003-01-21 Thread Bert Catsburg
variable pointing to the %java_home%\lib directory). Second, the bin directory does not contain jar or class files. Hope somebody can point me to other possible solutions. Thanks, Bert Catsburg Ravindra K. Bhat wrote: Your %JAVA HOME% is not set correctly. Check to see if you can run the compiler