Re.: JRun 4 on Solaris 8

Under my web app root -- /myApp-app -- I have the following:
index.jsp
/prodPages
/pages
/WEB-INF
In the above, /pages is a symbolic link while /prodPages is a directory.

Consider a JSP that contains the following directives:
<%@ include file="/prodPages/prodHeader.jsp" %>
<%@ include file="/pages/pageHeader.jsp" %>

During compilation the first directive succeeds while the second fails,
complaining that the file cannot be found. The files are ofcourse there in
both cases and the only difference is that one is under an actual directory
while the other is under a directory being accessed via a symbolic link,
which is the one that isn't found.

Is this a bug, a config issue or unchangeable intended behavior?

--aslam

"This communication is intended solely for the addressee and is
confidential and not for third party unauthorized distribution."
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to