Re: Where to put js scripts on tomcat server...

2003-08-14 Thread Jacob Kjome
It will be relative to the directory you see in your browser. For instance, if you have this... http://localhost:8080/mycontext/mypage.jsp The .jsp file below would be loaded from the root of /mycontext just like mypage.jsp is. The URL to it would be...

Where to put js scripts on tomcat server...

2003-08-14 Thread Don Reese
Greetings, I assume this has been asked before, but I can't seem to track it down in the archives or any other document I have found. I am having trouble inserting a script type=text/javascript language=javascript src=filename.js/script into my HTML output and the browser being able to find

Re: Where to put js scripts on tomcat server...

2003-08-14 Thread Don Reese
PROTECTED] Sent: Monday, August 11, 2003 9:35 PM Subject: Re: Where to put js scripts on tomcat server... It will be relative to the directory you see in your browser. For instance, if you have this... http://localhost:8080/mycontext/mypage.jsp The .jsp file below would be loaded from