-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
Hi there,
I'm running Zeus 3.1. It has support for Apache Jserv, which i'm using
(v1.0).
I'm also using the JRE that came with debian, version 1.1.
I'm starting the Jserv server by command line. I do it via the following....
CLASSPATH=mysql.jar:jsdk.jar:ApacheJServ.jar /usr/bin/java
org.apache.jserv.JServ
conf/jserv.properties &
I do this as the user bin, under the directory /www/zeus/jserv which
contains the following files -
godzilla:/www/zeus/jserv# ls -la
total 280
drwxr-xr-x 4 root root 1024 Aug 17 15:49 .
drwxr-xr-x 13 root root 1024 Aug 17 12:41 ..
-rw-r--r-- 1 root root 124435 Jul 15 14:56 ApacheJServ.jar
drwxr-xr-x 2 root root 1024 Aug 10 12:51 conf
-r--r--r-- 1 root root 76453 Jul 15 15:13 jsdk.jar
drwxr-xr-x 2 bin root 1024 Aug 9 15:50 logs
-rw-r--r-- 1 root root 77065 Aug 17 15:49 mysql.jar
Now, as I understand it, this starts the server on port 8807 (or whatever
the default is) using those there .jar files. They were taken from
ApacheJserv, and the jsdk.jar file was taken from the JSDK v2.0 that comes
for windows/solaris.
That's all working fine. I can access my .class files in my repositories no
problems.
Now, I need to work on the next step. I need to run .jsp pages. A user of
mine tells me that they are similar to servlets, just uncompiled and have
the extension .jsp.
Have I got all that is required to run .jsp pages? Do I need something else
other than the Jserv servlet runner that i'm running at the moment?
Any help would be most appreciated.
Regards,
Marc-Adrian Napoli
Connect Infobahn Australia
+61 2 92811750
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]