Question regarding "tomcat-apache.conf" file.

2003-06-16 Thread Thomas, Kevin
Hi there, New to the list, but with a hopefully simple question to answer. I'm currently trying to integrate Apache 1.3.6 and Tomcat 4.0.6 on a Solaris Unix box and have been following the instructions in the usual howto's on the jakarta site. However, there are several references to the automati

RE: Question regarding "tomcat-apache.conf" file.

2003-06-16 Thread Thomas, Kevin
ports it Apologies for the vagueness but it's not a feature I've actually used. Norm ----- Original Message - From: "Thomas, Kevin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 16, 2003 7:36 PM Subject: Question regarding "tomcat-apache.

RE: Question regarding "tomcat-apache.conf" file.

2003-06-16 Thread Thomas, Kevin
personally; I get by with manual configuration. What module are you using? Mod_jk or md_jk2? Norm - Original Message - From: "Thomas, Kevin" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Monday, June 16, 2003 8:16 PM Sub

RE: Question regarding "tomcat-apache.conf" file.

2003-06-16 Thread Thomas, Kevin
7;dummies' doing this sort of stuff if the documentation was okay; how many people know how are a car or TV works and they're used every day by just about everyone. Norm ----- Original Message - From: "Thomas, Kevin" <[EMAIL PROTECTED]> To: "'Tomcat Users

RE: I get an exception when i stop tomcat ?

2003-06-16 Thread Thomas, Kevin
Hi there. It looks by the output that Tomcat isn't even managing to start properly but you say you managed to see the start page? The log doesn't show any indication of tomcat actually being started completely. You would expect (I think) something like: [INFO] Registry - -Loading registry informa

RE: Question regarding "tomcat-apache.conf" file.

2003-06-16 Thread Thomas, Kevin
erent versions of Solaris but are presently empty... do you 'roll-your-own' [compile] or prefer 'ready-made' [binaries]? Solaris is not on my 'accreditation list' so this will be strictly theory... But before going on, best if you nominate your jk(2) module and wether yo

RE: Question regarding "tomcat-apache.conf" file.

2003-06-16 Thread Thomas, Kevin
Norm. I used the basic format that being offered on that website to understand what changes were required. After following them (making my own tweaks to ensure correct paths etc), I attempted to restart Apache and got the following: Syntax error on line 233 of /ki-sun4k2/export/home/apt2/ta_web/w

RE: Question regarding "tomcat-apache.conf" file.

2003-06-16 Thread Thomas, Kevin
OTECTED]> wrote: > Good evening Kevin > AFAIK Tomcat 4.1 doesn't have the auto configure option so I've never > tried > it personally; I get by with manual configuration. What module are you > using? Mod_jk or md_jk2? > Norm > > - Original Message -

RE: Question regarding "tomcat-apache.conf" file.

2003-06-16 Thread Thomas, Kevin
Hmm, got this error while using mod_jk-1.2.2.so Syntax error on line 233 of /ki-sun4k2/export/home/apt2/ta_web/webserver/apache_1.3.6/conf/httpd.conf: Cannot load /ki-sun4k2/export/home/apt2/ta_web/webserver/apache_1.3.6/libexec/mod_jk-1.2 .2.so into server: ld.so.1: /ki-sun4k2/export/home/apt2/ta

RE: Question regarding "tomcat-apache.conf" file.

2003-06-16 Thread Thomas, Kevin
sitive. You could easily spend many hours trying various binary files without results because of incompatibilities. If you tell us what you need, we can help you faster. Regarding the error message, does your Apache include mod_dir? John On Mon, 16 Jun 2003 06:41:24 -0700, Thomas, Kevin &

RE: Question regarding "tomcat-apache.conf" file.

2003-06-16 Thread Thomas, Kevin
ge, does your Apache include mod_dir? John On Mon, 16 Jun 2003 06:41:24 -0700, Thomas, Kevin <[EMAIL PROTECTED]> wrote: > Hmm, got this error while using mod_jk-1.2.2.so > > Syntax error on line 233 of > /ki- > sun4k2/export/home/apt2/ta_web/webserver/apache_1.3.6/conf/httpd.con

RE: Question regarding "tomcat-apache.conf" file.

2003-06-16 Thread Thomas, Kevin
.3.27 at http://www.sunfreeware.com for Solaris 2.6. John On Mon, 16 Jun 2003 07:25:51 -0700, Thomas, Kevin <[EMAIL PROTECTED]> wrote: > Latest issue is: > > ld.so.1: > /ki-sun4k2/export/home/apt2/ta_web/webserver/apache_1.3.26/bin/httpd: > fatal: > libpthread.so.1: version

RE: Question regarding "tomcat-apache.conf" file.

2003-06-16 Thread Thomas, Kevin
ons. I'm curious, though...you want to run Apache, that means you have root access (generally). How can you not also build things from source or otherwise access pkgadd? John On Mon, 16 Jun 2003 07:52:09 -0700, Thomas, Kevin <[EMAIL PROTECTED]> wrote: > LOL...you've pr

RE: Apache issue

2003-06-17 Thread Thomas, Kevin
Hi, I'm fairly new to this, but I discovered (through talking to guys here and just tinkering) that the file actually appears in a directory called auto under conf (so... conf/auto). The file is also called mod_jk.conf. I actually had to create the /auto directory myself as there wasn't one there

JSPs not compiling

2003-06-17 Thread Thomas, Kevin
Sorry guys, me again. I've done the searching on google and the Tomcat archives but nothing... I've got Tomcat quite happily serving up me servlets but when I try to run .jsp's I'm getting the following: org.apache.jasper.JasperException: Unable to compile class for JSP at org.apache.jas

Custom Error Pages

2003-06-19 Thread Thomas, Kevin
Hi all, I have setup some custom error pages and have updated $CATALINA_HOME/conf/web.xml to direct to these pages should an error occur. However, when a error is raised the app automatically looks within //Errors for the pages instead of /ROOT/Errors where I would like it to look. Errors is the

RE: Custom Error Pages

2003-06-19 Thread Thomas, Kevin
atics >-Original Message- >From: Thomas, Kevin [mailto:[EMAIL PROTECTED] >Sent: Thursday, June 19, 2003 10:25 AM >To: 'Tomcat Users List' >Subject: Custom Error Pages > >Hi all, > >I have setup some custom error pages and have updated >$CATALINA_HOME

JSPs not compiling

2003-07-10 Thread Thomas, Kevin
I've been searching for ages trying to find a solution to this problem. As far as I can tell it's definitely something to do with my paths being set correctly. I try to call the /admin/index.jsp page and get the following error (full error page shown): type Exception report message description

RE: JSPs not compiling

2003-07-10 Thread Thomas, Kevin
t/faq/misc.html#compile -Tim Thomas, Kevin wrote: > I've been searching for ages trying to find a solution to this problem. As > far as I can tell it's definitely something to do with my paths being set > correctly. I try to call the /admin/index.jsp page and get the following > e

RE: JSPs not compiling

2003-07-10 Thread Thomas, Kevin
is not properly set. You should also check to make sure that write permissions are available to what ever user is running Tomcat for the CATALINA_HOME/work directory. On Thursday 10 July 2003 08:12 am, Thomas, Kevin wrote: > Unfortunately, didn't help. > > I have JAVA_HOME/b

RE: JSPs not compiling

2003-07-10 Thread Thomas, Kevin
be: /usr/local/j2sdk1.4.2 You also need to put the bin directory in your path. Example: PATH=$PATH:/usr/local/j2sdk1.4.2/bin in order On Thursday 10 July 2003 08:25 am, Thomas, Kevin wrote: > Thanks for the reply Ben, > > I ran the $JAVA_HOME/bin/javac and got: >

RE: [OFF-TOPIC] possible virus "No Valid Command Found"

2003-07-11 Thread Thomas, Kevin
Yip. I can't even get them to filter. -Original Message- From: Tim Davidson [mailto:[EMAIL PROTECTED] Sent: 11 July 2003 09:22 To: [EMAIL PROTECTED] Subject: [OFF-TOPIC] possible virus "No Valid Command Found" Has anyone else recieved about 30 emails from [EMAIL PROTECTED] ---

RE: [OFF-TOPIC] possible virus "No Valid Command Found"

2003-07-11 Thread Thomas, Kevin
TOPIC] possible virus "No Valid Command Found" Are you using mozilla ? Works for me. Thomas, Kevin wrote: >Yip. I can't even get them to filter. > >-Original Message- >From: Tim Davidson [mailto:[EMAIL PROTECTED] >Sent: 11 July 2003 09:22 >To: [EMAIL PRO

RE: [OFF-TOPIC] possible virus "No Valid Command Found"

2003-07-11 Thread Thomas, Kevin
y Mozilla Mail prevailed :D Thomas, Kevin wrote: >Nah, I'm reading them through Outlook. It's looks as though they've stopped >coming through though, I deleted about 20-30 of them this morning! > >-Original Message- >From: Kwok Peng Tuck [mailto:[EMAIL PROTECTED] >

RE: Tomcat v4.0 Admin Utility Crashing

2003-08-06 Thread Thomas, Kevin
nal Message- >From: Thomas, Kevin [mailto:[EMAIL PROTECTED] >Sent: Wednesday, August 06, 2003 9:27 AM >To: 'Tomcat Users List' >Subject: Tomcat v4.0 Admin Utility Crashing > >Hi again, > >Sorry to be a pain. But we are continuing to have Tomcat crash on us >

Tomcat v4.0 Admin Utility Crashing

2003-08-06 Thread Thomas, Kevin
Hi, I'm currently running Java version 1.3.1_08 with Tomcat v4 on a Solaris box (SunOS 5.6). I've been trying to run the ADMIN utility and until now wasn't even able to get the JSP pages to compile. I had this newer version of Java installed and I can now get the Login page displaying. However, af

Tomcat v4.0 Admin Utility Crashing

2003-08-10 Thread Thomas, Kevin
they have a bug report for this but it's been closed off as "un-reproductable", which is carp, because I can repeat the problem time and time again. Any help would be much appreciated. Cheers, Kev. -Original Message- From: Thomas, Kevin [mailto:[EMAIL PROTECTED] Sent: 05