Re: Installing tomcat 6

2014-02-04 Thread Franz
On Tue, Feb 4, 2014 at 9:31 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Dan, > > On 2/4/14, 3:43 PM, Daniel Mikusa wrote: > > On Feb 4, 2014, at 3:23 PM, Franz <169...@gmail.com> wrote:

Re: Installing tomcat 6

2014-02-04 Thread Franz
On Tue, Feb 4, 2014 at 7:08 PM, Neven Cvetkovic wrote: > On Tue, Feb 4, 2014 at 3:13 PM, Franz <169...@gmail.com> wrote: > > > On Tue, Feb 4, 2014 at 6:08 PM, Mark Thomas wrote: > > > > > On 04/02/2014 20:04, Franz wrote: > > > > > > >

Re: Installing tomcat 6

2014-02-04 Thread Franz
On Tue, Feb 4, 2014 at 6:43 PM, Daniel Mikusa wrote: > On Feb 4, 2014, at 3:23 PM, Franz <169...@gmail.com> wrote: > > > On Tue, Feb 4, 2014 at 6:13 PM, Franz <169...@gmail.com> wrote: > > > >> > >> > >> > >> On Tue, Feb 4, 2

Re: Installing tomcat 6

2014-02-04 Thread Franz
On Tue, Feb 4, 2014 at 6:13 PM, Franz <169...@gmail.com> wrote: > > > > On Tue, Feb 4, 2014 at 6:08 PM, Mark Thomas wrote: > >> On 04/02/2014 20:04, Franz wrote: >> >> > export JAVA_HOME="/opt/openemm/java" >> > cd tomcat >&g

Re: Installing tomcat 6

2014-02-04 Thread Franz
On Tue, Feb 4, 2014 at 6:08 PM, Mark Thomas wrote: > On 04/02/2014 20:04, Franz wrote: > > > export JAVA_HOME="/opt/openemm/java" > > cd tomcat > > bin/startup.sh > > At this point use: > bin/catalina.sh run > > rather than > bin/startup.s

Installing tomcat 6

2014-02-04 Thread Franz
z /opt/openemm cd /opt/openemm tar -xvzf jdk-7u25-linux-i586.tar.gz ln -s jdk1.7.0_25 java Then, to test the JDK: /opt/openemm/java/bin/java -version I get: java version "1.7.0_25" Java(TM) SE Runtime Environment (build 1.7.0_25-b15) Java HotSpot(TM) Server VM (build 23.25-b01, mixed mode) So Java works as expected. best Franz

Re: Mod_jk fails to connect via ajp13

2011-07-31 Thread Franz
Mladen - Thanks a lot. Firstly, I concede that after five years of living in the UK I still can't read and understand Apache manuals. Take, for instance, the subtleties in interpreting the meaning of the noun 'inheritance'. In one sense I thought it means the deceased pass on property to their d

Re: Mod_jk fails to connect via ajp13

2011-07-31 Thread Franz
Just build and installed mod_jk 1.2.32 from source, but no difference. However, I now find an error message: [Sun Jul 31 16:54:56.635 2011] [14942:139926825768768] [error] init_jk::mod_jk.c (3235): Initializing shm:/etc/apache2/logs/jk-runtime-status.14942 errno=2. Load balancing workers will

Re: Mod_jk fails to connect via ajp13

2011-07-31 Thread Franz
Hi Alexis - Thanks for the answer. For all I can tell, apache is unaware of any mapping. It looks for the apps under the default doc root. The JkShmFile message I think is no problem, a shared memory file gets created under the apache log directory. The jk log file reports a missing uri map

Mod_jk fails to connect via ajp13

2011-07-31 Thread Franz
> If you can submit this one, you can submit the mod_jk issue. Give it a try. > Both works, mod_jk and this list. > Kindly and best regards Sorry for the two failure/spam messages. I had to write a perl script for the preformattig and it's not beautiful... --Original Message-- Hi - it

Mod_jk fails to connect via ajp13

2011-07-30 Thread Franz
Hi - I tried to submit a posting for a failing mod_jk but now I see that it is not possible to submit messages here because this mailing interface is even worse than mod_jk. Shame on apache, I should move to IIS. I would never have thought I'd eveer say this. -

Tomcat on Windows Server 2003 R2

2007-03-25 Thread Markus Franz
Hi! I am running Microsoft Windows Server 2003 R2 Standard x64 Edition with JDK 6 (also x64 edition. My problem: I successfully installed Tomcat 6 (with the Windows Service installer). But everytime I try to start the service, it terminates without notice. The jakarta log contains the followin