I have a web application that extensively uses a central servlet as a
standard include.  What is the proper URL to enter when sending an
include from another servlet?  I need to ensure that it is referencing
my application and not another JRun web application.(the link must be
relative and portable)
        String url = "/servlet/Template";
        ServletContext context = getServletContext();
        RequestDispatcher rd = context.getRequestDispatcher(url);
        rd.include(req,res);
Thanks!!



Adam Allgaier
GE Medical Systems
Global CT - eDevelopment
------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.

Reply via email to