My current servlet context is in
/home/jp/reg
I have a login(login.java) servlet in this context
In login.java i have code like
------------------------------------------------------------
private static final String TARGET_FILE="/var/www/index.html";
if( )
{
(req.getRequestDispatcher(target)).forward(req,res);
return;
}
----------------------------------------------------------------
t
his code does not work because index.html is outside /home/jp/reg
Is there a way i can let login servlet interact with index.html?
Thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]