Re: How to remove port number from https adress and redirect http to https

2007-07-06 Thread Rene Guenther
Hi Christian, you have to replace all 8080 with 80 and all 8443 with 443. 80 is standard port for http and 443 is standard port for https. So if the URL is https://adress, the client requests the service via port 443. Tomcat uses different ports to avoid port conflicts with other application

Re: How to remove port number from https adress and redirect http to https

2007-07-06 Thread Rene Guenther
Not sure wether this could help: security-constraint web-resource-collection web-resource-nameall-except-attachments/web-resource-name url-pattern*.js/url-pattern url-pattern*.jsp/url-pattern url-pattern*.jspa/url-pattern

Update Tomcat 5 - 6 .. JDBC driver problem

2007-06-28 Thread Rene Guenther
Hello, I am getting the following exception with tomcat 6.0.13: Cannot create JDBC driver of class '' for connect URL 'null' This exception I dont get with tomcat 5.5.23 I put the mysql jdbc driver (version 5.x) into apache-tomcat-x.x.x/common/lib Anyone knows what the problem could be?

Re: Update Tomcat 5 - 6 .. JDBC driver problem

2007-06-28 Thread Rene Guenther
again... Rene Guenther [EMAIL PROTECTED] wrote: Hello, I am getting the following exception with tomcat 6.0.13: Cannot create JDBC driver of class '' for connect URL 'null' This exception I dont get with tomcat 5.5.23 I put the mysql jdbc driver (version 5.x) into apache-tomcat-x.x.x

Re: Update Tomcat 5 - 6 .. JDBC driver problem

2007-06-28 Thread Rene Guenther
your jars into: *apache-tomcat-6.x.x/lib* will be just fine. 2007/6/28, Rene Guenther [EMAIL PROTECTED]: Thanks for your reply. Unfortunately I am still getting the same error with tomcat 6.0.13 Regards René On Thu, 28 Jun 2007 02:34:10 -0700 (PDT) gregory hans [EMAIL PROTECTED] wrote: try

Re: Tomcat5.5 Ubuntu startup error

2007-06-07 Thread Rene Guenther
Probably the options setting should be -Xmx=128m. I am not sure, but you should check the enviroment variables: CATALINA_OPTS JAVA_OPTS and the startup scripts in %CATALINA_HOME%\bin René On Fri, 8 Jun 2007 14:14:05 +1000 Will Parkinson [EMAIL PROTECTED] wrote: Hi All, I am having a few

Re: permgen w hibernate and webapp reload

2007-06-01 Thread Rene Guenther
Some encounter this problem also with jetty. Related to PermGen errors are often tools like hibernate, spring, cglib, tomcat and sun's java implementation (instead of BEAs JRockit). I recently found the following Links: http://wiki.caucho.com/OutOfMemoryError

Installer including web application and tomcat

2007-05-25 Thread Rene Guenther
Hello, we recently purchased JIRA, which is offering a standalone version for windows and for linux which already includes a tomcat server. Can anyone give me hint where to find informations to do something similiar with my web application? Maybe also a mysql server can be included? Thanks

Re: Installer including web application and tomcat

2007-05-25 Thread Rene Guenther
Thanks a lot! I will try out the procedure you described. Anyone knows a similiar procedure for a linux based installer. Regards René On Fri, 25 May 2007 11:54:49 +0200 Gregor Schneider [EMAIL PROTECTED] wrote: I just did exactly the same for some of our international clients, that do not