Re: I'm desparate with an Apache problem and ReverseProxy

2007-11-24 Thread Christoph P. Kukulies
On Thu, Nov 22, 2007 at 05:24:03PM +0100, Rainer Jung wrote: > Christoph P. Kukulies wrote: > >Thanks for the replies. > > > >I managed it finally with ProxyPass and ProxyPassReverse > > > >What has caused all the headache was the fact that > >the backend

Re: I'm desparate with an Apache problem and ReverseProxy

2007-11-22 Thread Christoph P. Kukulies
what is really > happening is that the URL's are rewritten on the fly. > > Peter > > Christoph P. Kukulies wrote: > >I know this may not be the correct mailing list but maybe > >I can find an expert here - I didn't get an answer yet > >in any apache f

I'm desparate with an Apache problem and ReverseProxy

2007-11-12 Thread Christoph P. Kukulies
I know this may not be the correct mailing list but maybe I can find an expert here - I didn't get an answer yet in any apache forum I knew of: I have an apache2 and a Tomcat running (in Tomcat I have OpenCMS running as a content management system) Furthermore I have an application server in my i

Re: changing the name of tomcat homedir - impact?

2007-04-18 Thread Christoph P. Kukulies
ervice also and there is > references in the registry to the Tomcat Path so a better choice is to > uninstall Tomcat 6 and reinstall it in a proper directory without > spaces. > > /Per Jonsson > > -Original Message- > From: Christoph P. Kukulies [mailto:[EMAIL PR

changing the name of tomcat homedir - impact?

2007-04-18 Thread Christoph P. Kukulies
I have TOMCAT_HOME=C:\Programme\Apache_Group\Tomcat 6.0 You see the crux? Blank in Tomcat 6.0. Some applications, like mvnForum (www.mvnForum.com) claim in the README or INSTALL instructions that a blank character in the PATH should be avoided (Windows) because of possible unexpected or erroneous

APR build under Win32 (Visual Studio) - undefined symbols

2006-08-09 Thread Christoph P. Kukulies
I'm trying to build the APR dll under Windows XP. I unpacked them in directories apr apr-iconv apr-util I started the aprutil.dsw file and was able to build apr-1.lib without a hitch. But building libapriconv.dll I'm getting undefined symbols: Linking... Creating library Debug/libapriconv-1.

Re: cannot connect to localhost:8080 (jsvc -user tomcat ...)

2006-04-12 Thread Christoph P. Kukulies
On Tue, Apr 11, 2006 at 02:14:16PM +0200, Franck Borel wrote: > Can you please take a look at your /tomcat/logs/catalina.out file and > report what is written? > Otherwise is very hard to say, what the problem is (Firewall, > configuration) Thanks. I found that running tomcat as root works j

cannot connect to localhost:8080 (jsvc -user tomcat ...)

2006-04-11 Thread Christoph P. Kukulies
I'm having problems running tomcat on a Debian 3.1 system. I see the processes: 13858 ?Ss 0:00 jsvc.exec -user tomcat -home /usr/lib/java -Dcatalina.home=/opt/tomcat -Dcatalina.base=/opt/tomcat -Djava.io.tmpdir=/var/tmp -wait 10 -pidfile /var/run/jsvc.pid -outfile /opt/tomcat/logs/c

barring :8080 to the outside world

2005-10-28 Thread Christoph P. Kukulies
I'm a bit concerned that I find the customers' site I'm currently working on being open with port 8080 to the outside world. What is the standard way to make tomcat safe in that it doesn't present the jakarta interface and everything on port 8080 to the outside? (internally it should work though

Re: Windows, Runtime.exec() problems [solved]

2005-10-21 Thread Christoph P. Kukulies
On Fri, Oct 21, 2005 at 08:39:16AM +0200, David Teran wrote: > Well, it was not tomcat, the problem was starting tomcat as windows > service, then the process invoked by exec cannot use OLE Automation. This reminds me of the situation when I wrote a service that was supposed to interact with the

log4j - how to keep it quiet but still usable

2005-10-14 Thread Christoph P. Kukulies
I learnt that tomcat 5.5 uses a different logging facility and doesn't seem to log by default. So I installed log4j and commons-logging as of the instructions under http://tomcat.apache.org/tomcat-5.5-doc/logging.html but with the proposed loglevels it is hard to fish out any relevant information

where do the access and error logs go

2005-10-14 Thread Christoph P. Kukulies
I installed 5.5.9 and in the course of debugging some opencms stuff I'm wondering where access and error logs go when the jk connector is used - that is, when tomcat fulfills the request. Then I would not expect the error caused by an inaccessible resource to be logged in apache2\logs but rather i