Tomcat installation blues

2007-05-26 Thread Joachim Smit
To install Tomcat together with Apache2 properly I need the file mod_jk.so. It is not included in the Tomcat-package so I have to compile it manualy. Tot be able to do so I need the JDK. When I try to install sun-java5-jdk with apt-get I got the message that the package doesn't exist and when I t

Re: Tomcat installation blues

2007-05-26 Thread Roberto C . Sánchez
On Sun, May 27, 2007 at 08:43:23AM +0200, Joachim Smit wrote: > To install Tomcat together with Apache2 properly I need the file mod_jk.so. > > It is not included in the Tomcat-package so I have to compile it > manualy. Tot be able to do so I need the JDK. When I try to install > sun-java5-jdk wit

Re: Tomcat installation blues

2007-05-26 Thread Jeff D
On Sun, 27 May 2007, Joachim Smit wrote: To install Tomcat together with Apache2 properly I need the file mod_jk.so. It is not included in the Tomcat-package so I have to compile it manualy. Tot be able to do so I need the JDK. When I try to install sun-java5-jdk with apt-get I got the message

Re: Tomcat installation blues

2007-05-27 Thread Joachim Smit
OK I installed mod_jk.so and JDK now. Thanks! But now a JSP-file in /var/www is not recognized as a JSP-file. My browser shows me the plain java-code. What is the next step? Regards, Joachim -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EM

Re: Tomcat installation blues

2007-05-27 Thread Roberto C . Sánchez
On Sun, May 27, 2007 at 11:53:31AM +0200, Joachim Smit wrote: > OK > > I installed mod_jk.so and JDK now. Thanks! > > But now a JSP-file in /var/www is not recognized as a JSP-file. My > browser shows me the plain java-code. > > What is the next step? > Have you read the documentation in /usr/

Re: Tomcat installation blues

2007-05-27 Thread Marko Randjelovic
Joachim Smit wrote: > OK > > I installed mod_jk.so and JDK now. Thanks! > > But now a JSP-file in /var/www is not recognized as a JSP-file. My > browser shows me the plain java-code. > > What is the next step? > > Regards, > > Joachim > > You said in your first post you could not install jr

Re: Tomcat installation blues

2007-05-27 Thread Nyizsnyik Ferenc
On Sun, 27 May 2007 11:53:31 +0200 "Joachim Smit" <[EMAIL PROTECTED]> wrote: > OK > > I installed mod_jk.so and JDK now. Thanks! > > But now a JSP-file in /var/www is not recognized as a JSP-file. My > browser shows me the plain java-code. > > What is the next step? > > Regards, > > Joachim >

Re: Tomcat installation blues

2007-05-29 Thread Joachim Smit
Have you read the documentation in /usr/share/doc/libapache2-mod-jk ? What about on the apache tomcat website? I didn't find much documentation on the Apache-Tomcat website. I found this: http://www.switch.ch/aai/docs/shibboleth/SWITCH/1.3/idp/run-tomcat-unprivileged.html I'll be gong to Amst