Dear Friends,
I need some info/suggestions/guidlines/work arounds from you all.
Currently I have an requirement to port an application which
is running on iPlanet version4.0 (Not on iPlanet Application Server).
This has the following structure....

html & jsp      =>      /usr/netscape/server4/docs/myapp
servlet         =>      /usr/netscape/server4/docs/myapp/servlets

This servlet forlder contains servlets as well as some helper class files
and also one property file which
has information about database and some other stuff.

Now all the servlets have been mapped to /servlet/<ServletName>, so these
file be called as /servlet/<ServletName>
from Jsps ....Now my problem is I have to create an war file which will give
me the same structure.

I just tried creating one war file with JSPs and HTMLs and created
contextRoot for this as /myapp
and then I created another war file and have given the context root as
/servlet and all the servlets have been
mapped to their name itself as /<ServletName>. so that I can call these
servlets as /servlet/<ServletName> from my jsp files.
Now they problem here is where do I put my helper class files so that its
visible to all JSP as well as my servlets...?

If some one had already faced these kind of problem and has solution please
help me out.
Or else all you suggestions are most welcome.

Thanx a lot in advance

Regards
Yogaraj


"THIS E-MAIL MESSAGE ALONG WITH ANY ATTACHMENTS IS INTENDED ONLY FOR THE
ADDRESSEE and may contain confidential and privileged information.
If the reader of this message is not the intended recipient,
you are notified that any dissemination, distribution or copy of this
communication is strictly Prohibited.
If you have received this message by error, please notify us
immediately, return the original mail to the sender and delete the
message from your system."

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to