The Artima Developer Community
Sponsored Link

Java Answers Forum
calling servlet in iPlanet Web Server.

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
real name

Posts: 7
Nickname: parth
Registered: Oct, 2002

calling servlet in iPlanet Web Server. Posted: Oct 16, 2002 9:43 AM
Reply to this message Reply
Advertisement
Hello, friends.

I have installed iPlanet web server 6.0. After installation I am using the default virtual server only. Thus, for all testing pages also, I use the default Document Root only (C:\iplanet\servers\docs\testsite) (I think, here "docs" is the default document root, right? If I am wrong, please correct me). I have got 2 JSP pages and 1 servlet. I put the JSP pages, into "testsite" folder and put the servlet into a folder called "myservlets" (C:iplanet\servers\docs\myservlets).
The jsp1.jsp page calls the servlet.class and in return the servlet redirects to jsp2.jsp page.

My question is: what paths should I use in jsp1.jsp file and in servlet.class file?

Thanks in Advance for all your help,
Parth

Topic: Help Me Please! Previous Topic   Next Topic Topic: How to reload a class

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use