RE: Need some help please

2001-01-17 Thread Amjad Ashraf
logs could tell me why it chose not to use mod_jk, or why mod_jk failed or something... -Original Message-From: Stefan Langer [mailto:[EMAIL PROTECTED]]Sent: Wednesday, January 17, 2001 6:31 PMTo: [EMAIL PROTECTED]Subject: RE: Need some help please The only thing that I can

RE: Need some help please

2001-01-17 Thread Stefan Langer
The only thing that I can assume now is that somehow the binary you are using isn't working properly. (please correct me if I'm wrong) You should try compiling mod_jk for your machine. Just get the source file for tomcat and then follow the mod_jk how to. It takes a little effort

RE: Need some help please

2001-01-17 Thread Amjad Ashraf
$(ps)bin #   -Original Message-From: Stefan Langer [mailto:[EMAIL PROTECTED]]Sent: Wednesday, January 17, 2001 6:00 PMTo: [EMAIL PROTECTED]Subject: RE: Need some help please The file looks good to me. Do you get any error from apache when you start it? Maybe it can't fi

RE: Need some help please

2001-01-17 Thread Stefan Langer
The file looks good to me. Do you get any error from apache when you start it? Maybe it can't find mod_jk (just a suggestion). You have placed mod_jk.so in libexec???   This may sound dumb but I'm just trying to help: you have restarted apache after configuring the httpd.conf

RE: Need some help please

2001-01-17 Thread Craig O'Brien
Sent: Wednesday, January 17, 2001 5:23 PM To: '[EMAIL PROTECTED]' Subject: RE: Need some help please hi, thank you for replying. actually when I go through apache (i.e. https://domainname.com/examples/jsp/num/numguess.jsp) I get the plain text version of the file, meaning it is not worki

RE: Need some help please

2001-01-17 Thread Amjad Ashraf
configuration for the /test context ends. ###   -Original Message-From: Stefan Langer [mailto:[EMAIL PROTECTED]]Sent: Wednesday, January 17, 2001 5:37 PMTo: [EMAIL PROTECTED]Subject: RE: Need some help please Could you include your tomcat.conf or the part

RE: Need some help please

2001-01-17 Thread Stefan Langer
Could you include your tomcat.conf or the part of your httpd.conf where you include mod_jk ??? It sounds to me as if you haven't included the JkMounts for mod_jk  and associate them with the jsp extensions.   Stefan

RE: Need some help please

2001-01-17 Thread Amjad Ashraf
Title: RE: Need some help please hi, thank you for replying. actually when I go through apache (i.e. https://domainname.com/examples/jsp/num/numguess.jsp) I get the plain text version of the file, meaning it is not working.  Going to servlets gives me the error: The requested url * was not

RE: Need some help please

2001-01-17 Thread Craig O'Brien
Are the examples working? I assume the servlets are. Probably a %CLASSPATH% issue. The JSPs need to compile the first time you call them so you need a reference to your JDK in the classpath. You will need these elements in your classpaths: This is just mine, yours may be slightly different...