ssiservlet ioexception couldn't include file

2005-07-15 Thread Matthew Ma
ced in the ioexception include ok. 2005-07-14 23:59:49,474 ERROR [org.jboss.web.localhost.Engine] StandardContext[]ssi: #include--Couldn't include file: include/footer.inc java.io.IOException: Couldn't find file: /include/footer.inc at org.apache.catalina.ssi.SSIServletExternal

Re: Include file?

2004-05-07 Thread David Smith
othering you. I'm not getting what you send. Can you please explain about this? Thanks Ram -Original Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: Friday, May 07, 2004 2:10 PM To: Tomcat Users List Subject: Re: Include file? Steven Garrett wrote: ok, so I put this int

RE: Include file?

2004-05-07 Thread Ponnam Janiki
ing executed till displaying the 'DataSource' Getting the above error at line Connection conn =ds.getConnection(); Please let me know the solution. Thanks Ram -Original Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: Friday, May 07, 2004 2:10 PM To: Tomca

RE: Include file?

2004-05-07 Thread Ponnam Janiki
Hi Hassan, I'm sorry to bothering you. I'm not getting what you send. Can you please explain about this? Thanks Ram -Original Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: Friday, May 07, 2004 2:10 PM To: Tomcat Users List Subject: Re: Include file? Stev

RE: Include file?

2004-05-07 Thread Ponnam Janiki
Hi Hassan, I'm sorry to bothering you. I'm not getting what you send. Can you please explain about this? Thanks Ram -Original Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: Friday, May 07, 2004 2:10 PM To: Tomcat Users List Subject: Re: Include file? Stev

Re: Include file?

2004-05-07 Thread Hassan Schroeder
Steven Garrett wrote: ok, so I put this into my server.xml underneath the last entry ?! Uh, that's not even close to what I sent :-) ]> That goes right *before* the tag at the top of your server.xml file... &virtualhosts; The above line can then follow your other block. HTH! -- Hassan Schr

RE: Include file?

2004-05-07 Thread Steven Garrett
me know what other info you might need. Am running tomcat 4.1.24 on RedHat9 box. Thanks, Steve -Original Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: Friday, May 07, 2004 1:36 PM To: Tomcat Users List Subject: Re: Include file? Steven Garrett wrote: > ok, since

Re: Include file?

2004-05-07 Thread Hassan Schroeder
Steven Garrett wrote: ok, since I know nothing about adding xml entites to the server.xml, I'm sure there has to be examples out there. I'll take a look and hopefully I'll be able to come back with something. Uh, there's an example in the Ant FAQ that was (somewhat obliquely) pointed to yesterday

RE: Include file?

2004-05-07 Thread Steven Garrett
hursday, May 06, 2004 8:21 PM To: Tomcat Users List Subject: Re: Include file? You have to do it via XML entities. (A non-intuitive process - YMMV) -Tim Steven Garrett wrote: > Hi, > > I was wondering if you can use "include" in the server.xml. What I want to > do is t

Re: Include file?

2004-05-06 Thread Tim Funk
You have to do it via XML entities. (A non-intuitive process - YMMV) -Tim Steven Garrett wrote: Hi, I was wondering if you can use "include" in the server.xml. What I want to do is to define a bunch of different virtual hosts within my tomcat instance, but don't want to have to constantly cha

RE: Include file?

2004-05-06 Thread Steven Garrett
ect syntax for doing this? Thanks, Steve -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 5:40 PM To: Tomcat Users List Subject: Re: Include file? Look on the Ant-user list for "entity includes". should work for what you need.

RE: Include file?

2004-05-06 Thread Steven Garrett
cool, hope it works out. Thanks!! -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 5:40 PM To: Tomcat Users List Subject: Re: Include file? Look on the Ant-user list for "entity includes". should work for what you need. Jake Quot

Re: Include file?

2004-05-06 Thread Jacob Kjome
Look on the Ant-user list for "entity includes". should work for what you need. Jake Quoting Steven Garrett <[EMAIL PROTECTED]>: > Hi, > > I was wondering if you can use "include" in the server.xml. What I want to > do is to define a bunch of different virtual hosts within my tomcat > instanc

Include file?

2004-05-06 Thread Steven Garrett
Hi, I was wondering if you can use "include" in the server.xml. What I want to do is to define a bunch of different virtual hosts within my tomcat instance, but don't want to have to constantly change the server.xml. Is this possible. I've searched the archives and the web and I don't see anyth

Re: <%@ include file=> outside of current context

2004-02-27 Thread Tim Funk
You can't compile time include a file outside your context. -Tim Konrad Steinmuller wrote: I am trying to refer to a different context from within another context via an <[EMAIL PROTECTED] file="/media/javascripts/common.jsp" %> directive. What i get is a : JasperException : /newdnr/standard/hea

<%@ include file=> outside of current context

2004-02-27 Thread Konrad Steinmuller
I am trying to refer to a different context from within another context via an <[EMAIL PROTECTED] file="/media/javascripts/common.jsp" %> directive. What i get is a : JasperException : /newdnr/standard/header.jsp(57,0) File "/media/javascripts/common.jsp" not found my contexts are : The fil

Re: <%@ include file="xyz.jsp" %>

2004-01-29 Thread Tim Funk
Yup - sort of. (But <%@ include file="..." %> is a compile time include). RequestDispatcher.include(request,response) is a run-time include. -Tim N.B.Bopanna wrote: Hi all, what is the equivalent of jsp directive <%@ include file="super_adminmenu.htm

<%@ include file="xyz.jsp" %>

2004-01-28 Thread N.B.Bopanna
Hi all, what is the equivalent of jsp directive <%@ include file="super_adminmenu.htm" %> in servlets? is it RequestDispatcher.include(request,response)? thanks bopanna - To unsubscribe, e-mail: [EMAI

When using <%@ include file="xxx.jsp" %>, Japanese character is corrupted.

2002-09-06 Thread Kimihiko . Kitase
Hello, Does anyone know good workaround? Environments == Redhat 7.2 Japanese j2sdk-131_02 jakarta-tomcat-3.2.4 Brief description == I use test.jsp which call include file (include.jsp) as include file. And charset is defined as euc-jp in that include

Re: Tomcat 3.2 : Include File Paths

2002-06-05 Thread Steve
That did itthankyou! Steve --- David Cassidy <[EMAIL PROTECTED]> wrote: > Try > > <%@ include file="/common/copyright.html" %> > > > This will then include the file from your docbase > > eg tomcat will add in the /net/webapps/ bit for y

Re: Tomcat 3.2 : Include File Paths

2002-06-05 Thread David Cassidy
Try <%@ include file="/common/copyright.html" %> This will then include the file from your docbase eg tomcat will add in the /net/webapps/ bit for you ... Try it ;-} D Steve wrote: >I checked for typos > >thanks > >--- Larry Isaacs <[EMAIL PROTE

RE: Tomcat 3.2 : Include File Paths

2002-06-05 Thread Steve
sday, June 05, 2002 10:48 AM > > To: Tomcat Users List > > Subject: RE: Tomcat 3.2 : Include File Paths > > > > > > My docbase is set to /net/webapps > > > > Still gives me "bad argument to include file" > > > > Steve > >

RE: Tomcat 3.2 : Include File Paths

2002-06-05 Thread Larry Isaacs
I don't know why it wouldn't work other than due to a simple typo. Larry > -Original Message- > From: Steve [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 05, 2002 10:48 AM > To: Tomcat Users List > Subject: RE: Tomcat 3.2 : Include File Paths > &g

RE: Tomcat 3.2 : Include File Paths

2002-06-05 Thread Ganey, Todd
: Tomcat 3.2 : Include File Paths PLEASE REMOVE ME FROM YOUR MAILING LIST.I DO NOT KNOW WHO YOU ARE... THANK YOU... - Original Message - From: "Larry Isaacs" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, June 05, 2002

Re: Tomcat 3.2 : Include File Paths

2002-06-05 Thread anette mysel
PLEASE REMOVE ME FROM YOUR MAILING LIST.I DO NOT KNOW WHO YOU ARE... THANK YOU... - Original Message - From: "Larry Isaacs" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, June 05, 2002 7:48 AM Subject: RE: T

RE: Tomcat 3.2 : Include File Paths

2002-06-05 Thread Steve
My docbase is set to /net/webapps Still gives me "bad argument to include file" Steve --- Larry Isaacs <[EMAIL PROTECTED]> wrote: > If your docBase is set to "/net/webapps" then what > you describe should work. If your docBase is set to > "/net/webapps/t

RE: Tomcat 3.2 : Include File Paths

2002-06-05 Thread Larry Isaacs
> From: Steve [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 05, 2002 7:12 AM > To: [EMAIL PROTECTED] > Subject: Tomcat 3.2 : Include File Paths > > > Hi; > > I'm using Tomcat 3.2 > > I have a webapp defined on my system to be: > /net/webapps >

Tomcat 3.2 : Include File Paths

2002-06-05 Thread Steve
Hi; I'm using Tomcat 3.2 I have a webapp defined on my system to be: /net/webapps Under the directory "webapps" I have several subdirectories for jsps and various resources. In one file, /net/webapps/test/test.jsp, I am trying to use this include directive <%@ inclu

auto-prepend (include) file

2002-05-21 Thread Christian J. Dechery
Is it possible to have a config in web.xml (or anywhere for that matter) to have a file (a JSP file) included in all the JSPs? .:| Christian J. Dechery .:| FINEP - Depto. de Sistemas .:| [EMAIL PROTECTED] .:| (21) 2555-0332

RE: help in include file tag.

2002-02-27 Thread Kurt Kurniawan
That wasn't the case. Don't worry. I found the mistake in my getPool.jsp, i put <@page language="java".> and also in my program tha calls the include. Apparently the engine doesn't like more than 1 page directives. Once I removed that thing, programs works fine. Thanx anyway **

RE: help in include file tag.

2002-02-27 Thread Ricky Leung
you are missing a closing " on your second example's first include file. -Original Message- From: Kurt Kurniawan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 1:52 AM To: [EMAIL PROTECTED] Subject: help in include file tag. hi everyone! Need help with tis

help in include file tag.

2002-02-26 Thread Kurt Kurniawan
hi everyone! Need help with tis one I have this <%@ include file="CheckLoggedIn.jsp, getPool.jsp"%> which doesn't work in tomcat4 but works well in Resin, say couldn't find the file anybody can tell me how to include multiple files in Tomcat? It doesn'

AW: Change an include file requires re-compiling all JSP that include it (?)

2001-12-12 Thread Ralph Einfeldt
e directive. > -Ursprüngliche Nachricht- > Von: Jeff Kilbride [mailto:[EMAIL PROTECTED]] > Gesendet: Dienstag, 11. Dezember 2001 20:19 > An: Tomcat Users List > Betreff: Re: Change an include file requires re-compiling all JSP that > include it (?) > > > If your included files don&#

Re: Change an include file requires re-compiling all JSP that include it (?)

2001-12-11 Thread Micael Padraig Og mac Grene
At 12:04 PM 12/11/01 -0800, you wrote: > > 1) Where do they go? I don't see them anywhere under my webapp's folder >(I > > thought they go in WEB-INF/classes but they're not there) > > > > 2) Blech, that's what I do now. If I have 100 JSP files all including the > > same header file I'm doomed!

Re: Change an include file requires re-compiling all JSP that include it (?)

2001-12-11 Thread James Chuang
> 1) Where do they go? I don't see them anywhere under my webapp's folder (I > thought they go in WEB-INF/classes but they're not there) > > 2) Blech, that's what I do now. If I have 100 JSP files all including the > same header file I'm doomed! Under Unix, it would be simply "touch *.jsp", no

Re: Change an include file requires re-compiling all JSP that includeit (?)

2001-12-11 Thread Craig R. McClanahan
On Tue, 11 Dec 2001, Jeff Kilbride wrote: > Date: Tue, 11 Dec 2001 11:18:52 -0800 > From: Jeff Kilbride <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: Change an include file r

RE: Change an include file requires re-compiling all JSP that include it (?)

2001-12-11 Thread Chris Tucker
Kilbride [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 11, 2001 11:19 AM To: Tomcat Users List Subject: Re: Change an include file requires re-compiling all JSP that include it (?) If your included files don't contain any JSP code, you can use the directive. This directive includes the

Re: Change an include file requires re-compiling all JSP that include it (?)

2001-12-11 Thread Jeff Kilbride
ay, December 11, 2001 10:58 AM Subject: RE: Change an include file requires re-compiling all JSP that include it (?) > 1) Where do they go? I don't see them anywhere under my webapp's folder (I > thought they go in WEB-INF/classes but they're not there) > > 2) Blech, that&#x

RE: Change an include file requires re-compiling all JSP that include it (?)

2001-12-11 Thread Scott Hodson
December 11, 2001 10:30 AM To: Tomcat Users List Subject: Re: Change an include file requires re-compiling all JSP that include it (?) There are 2 ways to include a file: <%@ include file="relativeURL" %> for static files, parsing JSP elements. and | > [ ]+

RE: Change an include file requires re-compiling all JSP that include it (?)

2001-12-11 Thread BBui
PM To: Tomcat Users List Subject:RE: Change an include file requires re-compiling all JSP that include it (?) 1) Where do they go? I don't see them anywhere under my webapp's

RE: Change an include file requires re-compiling all JSP that include it (?)

2001-12-11 Thread Scott Hodson
rom: James Chuang [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 11, 2001 10:06 AM To: Tomcat Users List Subject: Re: Change an include file requires re-compiling all JSP that include it (?) A couple of things you can do, both would be easier than resaving all the JSPs 1. Delete the generated cla

Re: Change an include file requires re-compiling all JSP that include it (?)

2001-12-11 Thread Sreenivasan Genipudi
Hi , Can anyone tell me where I can I find the redirector file for IPlanet 6 - Tomcat 3.2.4 on Hp Unix. Pls help me. Thanks, Sreeni -- To unsubscribe: For additional commands: Troubles with the list:

Re: Change an include file requires re-compiling all JSP that include it (?)

2001-12-11 Thread Pablo Lillia
There are 2 ways to include a file: <%@ include file="relativeURL" %> for static files, parsing JSP elements. and | > [ ]+ } You need the 2nd form. A simple example: (from JSP Syntax V1.1) Saludos At 10:05 11/12/2001 -0800, you wrote: >

Re: Change an include file requires re-compiling all JSP that include it (?)

2001-12-11 Thread James Chuang
sday, December 11, 2001 10:00 AM Subject: Change an include file requires re-compiling all JSP that include it (?) > I come from an ASP background where we would frequently change include files > and see the results immediately. However, in JSP, since JSP pages are > compiled into servlet

Change an include file requires re-compiling all JSP that include it (?)

2001-12-11 Thread Scott Hodson
I come from an ASP background where we would frequently change include files and see the results immediately. However, in JSP, since JSP pages are compiled into servlet classes, if I change an include file the JSP file including it won't get re-compiled because the JSP hasn't changed

Re: Odd include file behavior on test

2001-11-02 Thread smashingwebs
Thanks to all for all your help! That worked! - Original Message - From: "Smith, Lawrence T (Lance)" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, November 02, 2001 5:36 AM Subject: RE: Odd include file behavior on

RE: Odd include file behavior on test

2001-11-02 Thread Smith, Lawrence T (Lance)
Lance -Original Message- From: smashingwebs [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 5:29 PM To: [EMAIL PROTECTED] Subject: Odd include file behavior on test Hi I am developing a jsp web application and one of my jsp pages has the <%@ include file="whatever.js

Re: Odd include file behavior on test

2001-11-01 Thread Noble Long
try deleting all the cached pages under TOMCAT_HOME/work Noble - Original Message - From: "smashingwebs" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 01, 2001 5:29 PM Subject: Odd include file behavior on test Hi I am developing a jsp w

Odd include file behavior on test

2001-11-01 Thread smashingwebs
Hi I am developing a jsp web application and one of my jsp pages has the <%@ include file="whatever.jsp" %> tag. As you can see I am including another .jsp page. If I make a change on the whatever.jsp page and visit it with my browser, I can see the changes. But the odd thing is

RE: Include file in Jsp -recompile issue

2001-02-06 Thread Akbar Ahmed
Title: Include file in Jsp -recompile issue To answer your question about this being a bug, no it is not a bug. Specifically, the jsp 1.1 specification does not have a means to notify the jsp engine that the include file has changed. -Original Message-From: Charles Lee

RE: Include file in Jsp -recompile issue

2001-02-06 Thread Srinivas Kurella
Title: Include file in Jsp -recompile issue Thanks for the info Charles. Will let you know if it doesn't work.   Srini -Original Message-From: Charles Lee [mailto:[EMAIL PROTECTED]]Sent: Tuesday, February 06, 2001 5:28 PMTo: [EMAIL PROTECTED]Subject: RE: Include file i

RE: Include file in Jsp -recompile issue

2001-02-06 Thread Charles Lee
Title: Include file in Jsp -recompile issue Srini,   You need to use   It will take care of your problem. If you couldn't get it work, you can call me or reply me.   Charles Sr. Software Architect Hubstorm Corporation 650-641-8329 -Original Message-From: [EMAIL PROT

Re: Include file in Jsp -recompile issue

2001-02-06 Thread Filip Hanik
Title: Include file in Jsp -recompile issue gotcha, I was referring to RequestDispatcher.include   Filip ~Namaste - I bow to the divine in you~Filip HanikSoftware Architect[EMAIL PROTECTED]www.filip.net - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED

RE: Include file in Jsp -recompile issue

2001-02-06 Thread Srinivas Kurella
Title: Include file in Jsp -recompile issue My understanding was that there are two types of include: 1. one with the :include directive and 2. with the <%@ include file %> directive.   I am using the second one , in which case it shd just include the file and make it into one bi

RE: Include file in Jsp -recompile issue

2001-02-06 Thread guyr
Title: Include file in Jsp -recompile issue No, the @include file= is done at compile time, and Srini is correct, only the top level jsp pages get time checked, not the included ones. -Original Message-From: Filip Hanik [mailto:[EMAIL PROTECTED]]Sent: Tuesday, February 06, 2001

Re: Include file in Jsp -recompile issue

2001-02-06 Thread Filip Hanik
Title: Include file in Jsp -recompile issue Isn't the include a statement that gets executed during runtime.so if a sub page is changed, there is no need to recompile the main page. because the include will be dynamically executed.   Filip   ~Namaste - I bow to the divine in you~

Include file in Jsp -recompile issue

2001-02-06 Thread Srinivas Kurella
Title: Include file in Jsp -recompile issue I have Jsp files which include other jsps. If the included jsp is changed Tomcat doesn't recompile the main jsp unless i go and touch the main jsp file. Is this a bug or is this configurable or am i just wrong ?? Srini

Include File Problem with Tomcat 3.1

2000-12-11 Thread Bhavesh Vakil
Hello, I have one jsp page say index.jsp. I use Apache 1.3.12 and Tomcat 3.1 version on win98. code for index.jsp is below. Include Problem some html + jsp code <%@ include file="include/myinclude.jsp" %> some html + jsp code <%@ include file="include/myinc

I18N problems with <@% include file"..."%> using Tomcat 3.1 on Win NT

2000-11-21 Thread Alvin Hung
Hi, I am having problems using jsp:include under Tomcat 3.1 on Chinese(TW Locale) Win NT sp6. If I have 2 files: foo.jsp : <@% include file="bar.jsp" %> <%="SOME_CHINESE_TEXT(¥qªk°|)"%> bar.jsp: <%="SOME_MORE_TEXT(ªF¥_©u­·) %> And I requ