Hiya, 

Well, im rather new to all of this, so I hope some of you can at
least bare with me as I try to figure out whats goign on here (thanks
for your patience) - I posted this message to another list, i hope now 
that this is the correct one. I made slight alterations to this 
message for this list, after some other advice.

I seem to of successfully (or partially) installed JServ, i am
running the 1.0 beta 3 under apache 1.3.6 on Windows NT.

The first problem I encounter, is that the link Mapped servlet
engines -  ajpv11://isg.curtin.edu.au:8007 doesnt work. I *was*
getting internal server erros, and then I looked closer and realised
that my Jserv.jar file was at 0 bytes - I fixed that up by getting
the right one, but now when i press the link it gives me a file not
found error.

I am trying to install two servlets, one called "DjDB" and the other
called "servletpure" (both are for testing - im not a java
programmer, my brother is, and im trying to get them workign on this
web server so that he can test them out) - I have put both the class
files under a sub directory of my Jserv directory, called "Servlets".

At this point, im at a standstill, I cant figure out if my servlets
are working, and if that link doesnt work, then I figure that my
setup is totally wrong. If someone could advise me, it would be
hugely appreciated, as im wanting to learn how to do this, but at the
moment dont seem to be getting anywhere with it.

I ahve include cut down versions of my conf files below, please
advise me if you can see where i ahve gone wrong - thanks =)  (these
are cut down conf files with what i think is necessary - if im
mistaken, and you require more info, please dont hesitate to ask)

## HTTPD conf - JServ section ##

LoadModule jserv_module modules/ApacheModuleJServ.dll
<IfModule mod_jserv.c>
ApJServManual off
ApJServProperties "C:\apache\Apache JServ\conf\jserv.properties"
ApJServLogFile "C:\apache\Apache JServ\logs\mod_jserv.log"
ApJServDefaultProtocol ajpv11
ApJServDefaultHost isg.curtin.edu.au
ApJServDefaultPort 8007
ApJServSecretKey DISABLED
ApJServMount /servlets /servlets

ApJServAction .jsp /servlets/nl.nmg.jsp.JSPServlet
ApJServAction .gsp /servlets/com.bitmechanics.gsp.GspServlet
ApJServAction .jhtml /servlets/org.apache.ssi.SSIServlet

<Location /jserv/>
  SetHandler jserv-status

  order deny,allow
  deny from all
  allow from all
</Location>


## JServ.properties config file

wrapper.bin=C:\jdk1.1.7B\bin\java.exe
wrapper.classpath=C:\Apache\Apache JServ\ApacheJServ.jar
wrapper.classpath=C:\JSDK2.0\lib\jsdk.jar

port=8007
zones=servlets
root.properties=C:\Apache\Apache JServ\conf\zone.properties
security.selfservlet=true

## Zone.Properties config file

repositories=C:\Apache\Apache JServ\servlets\
# Is this correct ?

autoreload.classes=true
autoreload.file=true
init.timeout=10000
destroy.timeout=10000
session.timeout=1800000
session.checkFrequency=30000

singleThreadModelServlet.initialCapacity=5
singleThreadModelServlet.incrementCapacity=5
singleThreadModelServlet.maximumCapacity=10

servlets.startup=DjDB.class
servlets.startup=ServletPure.class
#these class files are the ones i want to run - they are located int
he C:\Apache\Apache JServ\servlets directory



Thanksyou for any assistance you can render unto my problem with
this, its a difficult learning curve for one that has never used java
before, but hopefully with a little help I can get the grasp of it
all.

Again, thankyou

F.

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to