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: all-except-attachments *.js *.jsp *.jspa *.css /browse/* CONFIDENTIAL I needed those to configure JIRA to do ever

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: Update Tomcat 5 -> 6 .. JDBC driver problem

2007-06-28 Thread Rene Guenther
wrote: Put 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

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

2007-06-28 Thread Rene Guenther
c then start 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 (versio

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: 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 fe

Re: installing Java and Tomcat

2007-06-01 Thread Rene Guenther
You could do it by yourself with innosetup for windows based systems. René On Fri, 1 Jun 2007 11:19:59 -0400 "Alexander Nakhimovsky" <[EMAIL PROTECTED]> wrote: Is there an installer, for any platform, that bundles JRE and Tomcat, installs JRE first and configures Tomcat to use that JRE? Wou

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 http://opensource.atlassian.com/pr

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 no

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