Re: HTML hyperlink problem in Apache Tomcat 5.5

2008-05-20 Thread thunderhead
. Mark Thomas-18 wrote: > > thunderhead wrote: >> I understand your observation. But how am I (or anyone for that matter) >> to >> work around this? If I have a progam that is going to access content that >> is >> stored remotely, or content from a repository, is

Re: HTML hyperlink problem in Apache Tomcat 5.5

2008-05-20 Thread thunderhead
ing into a cross-scripting issue with your browser. The > security in browsers doesn't normally allow online content any access to > local files. Make sure all the content you are trying to access from > the page offered by tomcat is available from tomcat. > > --David

RE: HTML hyperlink problem in Apache Tomcat 5.5

2008-05-19 Thread thunderhead
hat throws much more light on the situation. thunderhead wrote: > > I understand what you're getting at. I am running a local instance of > Tomcat, which means that both the client and the server are in my > workstation. So shouldn't the local linkages work then? > > Now, bri

RE: HTML hyperlink problem in Apache Tomcat 5.5

2008-05-19 Thread thunderhead
, what must I put into it such that these links work? Thanks for looking into this. Caldarale, Charles R wrote: > >> From: thunderhead [mailto:[EMAIL PROTECTED] >> Subject: HTML hyperlink problem in Apache Tomcat 5.5 >> >> I tried linking some local files on my wor

HTML hyperlink problem in Apache Tomcat 5.5

2008-05-19 Thread thunderhead
Hey everyone, I am building a simple web page in JSP with an embedded java applet that runs an application (the page does not contain any JSP code *yet*, but is saved as a JSP file). I am using Apache Tomcat 5.5 to render the page. On this page, I tried linking some local files on my workstation