Directory Issues

Hi,

My webapp has the following directory;

|TestApp

|- webcontent

|- - secure

|- - - admin - admin.jsp

|- - - user - user.jsp

|- - WEB-INF

|- - - jsp

|- - - - admin - admin.jsp

|- - - - user - user.jsp

|- index.jsp

I have an index page with two links. One of the links points to admin.jsp in the secure directory and the other points to admin in the WEB-INF directory. They are as follows;

<a href="secure/admin/admin.jsp">Secure

<a href="WEB-INF/jsp/admin/admin.jsp">WEB-INF

The first link seems to work fine. However the second link doesn't work at all. I have no idea why this could be. Can anyone give me a hint?

Message was edited by:

DontKnowJack

[825 byte] By [DontKnowJacka] at [2007-11-26 19:56:32]
# 1

It wud not.. and it is bound to be like that just try to check Servlet Specs (web application).It clearly states that the Content in WEB-INF folder is being made secure for any webaap...

as it always meant for storing Configuration Info.... & Output Libraries...

http://publib.boulder.ibm.com/infocenter/wsphelp/index.jsp?topic=/com.ibm.doc/html/cwebproj.htm

However it wud b gr8 if you can check specs.

REGARDS,

RaHuL

RahulSharnaa at 2007-7-9 22:50:38 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...