Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

domino server and servlet

843834Oct 4 2002 — edited Oct 10 2002

Dear All,
I want to contact my servlet file in my domino server, from my java program in my client machine. with regard to my Program, everything is correct...i have tried it out with the java web server, as a sample. it is alright with my java web server....but, i don't know how to set the domino server for the servlet file...i have done all the settings related to the help in the "Managing Java servlets on a Web server" in the domino administrator. and also i have changed the "servlets.properties" file, "notes.ini" file and "domino.properties" file accordingly....but no use...my client is not contacting my servlet file in the domino server, as per my expectation...
any suggestions please,
bye,
Sakthivel S.



P.S:
my servlets.properties file settings:

servlet.gnujsp.code=org.gjt.jsp.JspServlet
servlet.gnujsp.initArgs=scratchdir=c:\\jsptemp
servlet.gnujsp.extension=jsp

# unzipperinserver properties
servlet.unzipperinserver.code=unzipperinserver
servlet.unzipperinserver.extension=class
servlet.startup = unzipperinserver


my notes.ini file settings(appended code alone):

DominoEnableJavaServlets=1
JavaUserClasses=c:\lotus\domino\data\domino\servlet\servlet-2.0-plus.jar;c:\lotus\domino\data\domino\servlet\gnujsp10.jar;F:\LotusSVRDEV\DominoSVRDEV\Data\domino\servlet;

my domino.properties file:
# Lotus-Domino Release 5.0.10
# Generated file. Do not edit. Consult Server Record in NAB instead.

# Java Servlet Manager Settings

server.servleturi=/servlet
server.session.enabled=true
server.session.persistence=false
server.session.maxsessions=1000

server.session.idletimeout=1800000

server.classpath=F:\\LotusSVRDEV\\DominoSVRDEV\\Data\\domino\\servlet

# EOF

calling my servlet file as: ********** URL serverURL = new URL("http://192.168.10.55:8001/servlet/zipperinserver"); ********* in my client machine..........


then the settings changed in my domino server....

In Internet protocol --> Domino Web engine
Java servlet support: Domino Servlet Manager
Servlet URL path: /servlet
Class path: domino\servlet

then what else should be done...pl. post a reply....

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 7 2002
Added on Oct 4 2002
1 comment
182 views