Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: Re: pro_jsp digest: July 10, 2002


Message #1 by Steve Guo <j2ee_pro@y...> on Thu, 11 Jul 2002 06:32:39 -0700 (PDT)
According to Hans Bergsten's book (Oreilly), if your
path does not start with '/' then it is relative to
the current folder (the folder where your index.jsp
file is, so . works); if your folder starts with '/',
then it is relative to the context root ('test' in
your case), so '/hello.html' works, 'hello.html' works
too.

Steve

__________________________________________________
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com

  Return to Index