Re: [EXT] Re: JSP file not found in parent directory

2021-05-17 Thread Christopher Schultz
Hans, On 5/17/21 09:46, Hans Schou wrote: Problem solved in server.xml. It was a misconfiguration. A developer found an old server.xml in the mailbox, which revealed the problem. AppBase and DocBase should not be equal. They should look like this: appBase="/mnt/fooapps/sptomcat" docBase="/mn

Re: [EXT] Re: JSP file not found in parent directory

2021-05-17 Thread Hans Schou
uot; Lesson learned: Make a backup of your configuration files. Thanx for looking into it. best regards From: Hans Schou Sent: Monday, May 17, 2021 12:33 To: users@tomcat.apache.org Subject: Re: [EXT] Re: JSP file not found in parent directory The n

Re: [EXT] Re: JSP file not found in parent directory

2021-05-17 Thread Mark Thomas
On 17/05/2021 11:33, Hans Schou wrote: The normalises to: "https://example.org/am_databaseopen.jsp"; Yes, and that URL is working (I don't get a 404 page not found) Assuming that "https://example.org/interfaceparts/mainframenotlogged.jsp"; is located at "$CATALINA_HOME/webapps/interfaceparts/

Re: [EXT] Re: JSP file not found in parent directory

2021-05-17 Thread Hans Schou
___ From: Mark Thomas Sent: Monday, May 17, 2021 09:13 To: users@tomcat.apache.org Subject: [EXT] Re: JSP file not found in parent directory On 17/05/2021 06:24, Hans Schou wrote: > Hi > > I got this error when accessing my site: > > org.apache.jasper.Jasper

Re: JSP file not found in parent directory

2021-05-17 Thread Mark Thomas
On 17/05/2021 06:24, Hans Schou wrote: Hi I got this error when accessing my site: org.apache.jasper.JasperException: /mainframenotlogged.jsp (line: [1], column: [2]) JSP file [../am_databaseopen.jsp] not found The URL I'm accssing is like https://example.org/interfaceparts/mainframenotlogged

JSP file not found in parent directory

2021-05-16 Thread Hans Schou
Hi I got this error when accessing my site: org.apache.jasper.JasperException: /mainframenotlogged.jsp (line: [1], column: [2]) JSP file [../am_databaseopen.jsp] not found The URL I'm accssing is like https://example.org/interfaceparts/mainframenotlogged.jsp and when I go into the directory wit

Re: typesafe-config reference.conf file not found in a .jar in WEB_INF/lib

2015-05-07 Thread Walend, David
On 5/6/15, 10:37 AM, "Konstantin Kolinko" wrote: >Do you have "directory entries" in your jar file? > >E.g. "%JAVA_HOME%\bin\jar" -tf catalina.jar lists directories: > >META-INF/ >META-INF/MANIFEST.MF >org/ >org/apache/ >org/apache/catalina/ >org/apache/catalina/authenticator/ Thanks for the

Re: typesafe-config reference.conf file not found in a .jar in WEB_INF/lib

2015-05-06 Thread Konstantin Kolinko
2015-05-06 17:22 GMT+03:00 Walend, David : >> >>So your WAR file looks like this: >> >>/WEB-INF >>/WEB-INF/lib >>/WEB-INF/lib/akka-actor.2.11-2.3.8.jar >>(plus other stuff) >> >>Then, akka-actor.2.11-2.8.8.jar contains: >> >>/reference.conf >>(plus other stuff) >> >>Do I have that right? > > Exactl

Re: typesafe-config reference.conf file not found in a .jar in WEB_INF/lib

2015-05-06 Thread Walend, David
Chris, Thanks for the reply. Response interlaced: On 5/5/15, 4:35 PM, "Christopher Schultz" wrote: > Which exact version of Tomcat are you using? Server version:Apache Tomcat/7.0.59 >On 5/5/15 4:30 PM, Walend, David wrote: >> typesafe config's loader isn't picking up my subproject's

Re: typesafe-config reference.conf file not found in a .jar in WEB_INF/lib

2015-05-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 David, On 5/5/15 4:30 PM, Walend, David wrote: > typesafe config's loader isn't picking up my subproject's > reference.conf from within a .jar file inside a .war file's > WEB_INF/lib/ . > > typesafe config finds the .jar file outside of tomcat. It

typesafe-config reference.conf file not found in a .jar in WEB_INF/lib

2015-05-05 Thread Walend, David
typesafe config's loader isn't picking up my subproject's reference.conf from within a .jar file inside a .war file's WEB_INF/lib/ . typesafe config finds the .jar file outside of tomcat. It works fine from the .war file's WEB_INF/classes (my hacky fix). Typesafe config is finding the reference.c

Re: mod_jk file not found

2010-05-17 Thread Rainer Frey
On Sunday 16 May 2010 19:18:47 Caldarale, Charles R wrote: > > From: Markus Mehrwald [mailto:mmehrw...@gmx.at] [...] > > Additionally we can use mod_security to precheck requests > > delivered to tomcat to remove use- and sensless requests > > and minimise the risk of attacks. > > Why do you thi

Re: mod_jk file not found

2010-05-17 Thread Rainer Jung
On 16.05.2010 22:15, Markus Mehrwald wrote: Am 2010-05-16 21:11, schrieb André Warnier: Markus Mehrwald wrote: I did not find the actual problem but I can live with this script not delivered by apache. Maybe this is because the js is inside a jar file? I have to admit that in my previous anal

Re: mod_jk file not found

2010-05-16 Thread André Warnier
Markus Mehrwald wrote: ... By default JkMount entries are not inherited from the global server to other VirtualHosts or between VirtualHosts. For the complete inheritance rules, see: JkMountCopy. But why does it work with the VirtualHost for port 80? It should not. But I don't know the detai

Re: mod_jk file not found

2010-05-16 Thread Pid
On 16/05/2010 21:15, Markus Mehrwald wrote: > Am 2010-05-16 21:11, schrieb André Warnier: >> Markus Mehrwald wrote: >>> I did not find the actual problem but I can live with this script not >>> delivered by apache. Maybe this is because the js is inside a jar file? >> >> I have to admit that in my

Re: mod_jk file not found

2010-05-16 Thread Pid
On 13/05/2010 13:13, Markus Mehrwald wrote: > > Am 13.05.2010 10:26, schrieb Pid: >> On 13/05/2010 01:15, Markus Mehrwald wrote: >>> Hi, >>> >>> I installed mod_jk and it works perfect except of a little strange >>> problem. I let handle tomcat everything except of static files which the >>> follo

Re: mod_jk file not found

2010-05-16 Thread Markus Mehrwald
Am 2010-05-16 21:11, schrieb André Warnier: Markus Mehrwald wrote: I did not find the actual problem but I can live with this script not delivered by apache. Maybe this is because the js is inside a jar file? I have to admit that in my previous analysis, this is a case which I did not envision

Re: mod_jk file not found

2010-05-16 Thread André Warnier
Markus Mehrwald wrote: I did not find the actual problem but I can live with this script not delivered by apache. Maybe this is because the js is inside a jar file? I have to admit that in my previous analysis, this is a case which I did not envision. One learns every day. What makes you think

RE: mod_jk file not found

2010-05-16 Thread Caldarale, Charles R
> From: Markus Mehrwald [mailto:mmehrw...@gmx.at] > Subject: Re: mod_jk file not found > > First of all it would not be possible to run Tomcat as > user because it should listen on port 80/443. Easily solved: http://wiki.apache.org/tomcat/HowTo#How_to_run_Tomcat_without_roo

Re: mod_jk file not found

2010-05-16 Thread Markus Mehrwald
to here about it, of course with useful arguments. Markus Am 16.05.2010 18:44, schrieb Caldarale, Charles R: From: Markus Mehrwald [mailto:mmehrw...@gmx.at] Subject: Re: mod_jk file not found I did not find the actual problem but I can live with this script not delivered by apache. Maybe

RE: mod_jk file not found

2010-05-16 Thread Caldarale, Charles R
> From: Markus Mehrwald [mailto:mmehrw...@gmx.at] > Subject: Re: mod_jk file not found > > I did not find the actual problem but I can live with this script not > delivered by apache. Maybe this is because the js is inside a jar file? Since you don't seem to be using httpd

Re: mod_jk file not found

2010-05-16 Thread Markus Mehrwald
I did not find the actual problem but I can live with this script not delivered by apache. Maybe this is because the js is inside a jar file? Another strange thing is the JkAutoAlias. It realy only works with the appended ROOT directory. Otherwise the JkUnMount rule matches but apache cannot fin

Re: mod_jk file not found

2010-05-13 Thread Markus Mehrwald
Am 13.05.2010 10:26, schrieb Pid: On 13/05/2010 01:15, Markus Mehrwald wrote: Hi, I installed mod_jk and it works perfect except of a little strange problem. I let handle tomcat everything except of static files which the following lines in the virtual host for port 80 and the same for port 44

Re: mod_jk file not found

2010-05-13 Thread André Warnier
Markus Mehrwald wrote: Hi, I installed mod_jk and it works perfect except of a little strange problem. I let handle tomcat everything except of static files which the following lines in the virtual host for port 80 and the same for port 443: # Send servlet for context / jsp-examples to worke

Re: mod_jk file not found

2010-05-13 Thread Pid
On 13/05/2010 01:15, Markus Mehrwald wrote: > Hi, > > I installed mod_jk and it works perfect except of a little strange > problem. I let handle tomcat everything except of static files which the > following lines in the virtual host for port 80 and the same for port 443: Exact OS, JVM, Tomcat, m

mod_jk file not found

2010-05-12 Thread Markus Mehrwald
Hi, I installed mod_jk and it works perfect except of a little strange problem. I let handle tomcat everything except of static files which the following lines in the virtual host for port 80 and the same for port 443: # Send servlet for context / jsp-examples to worker named worker1 JkMount

RE: File Not Found when serving SSL

2008-12-23 Thread Caldarale, Charles R
> From: Emsley, I (Iain) [mailto:iain.ems...@stfc.ac.uk] > Subject: File Not Found when serving SSL > > I'm using Tomcat 5.5.23 on Windows Server 2003 using JDK 1.6.0_07 and > I've just got SSL working on port 8443. As previously asked: with or without APR? (The questi

File Not Found when serving SSL

2008-12-23 Thread Emsley, I (Iain)
ilter] Callback exception: javax.servlet.ServletException: File not found: https:/localhost:8443/ucalrsrc at edu.rpi.sss.util.servlets.ConfiguredXSLTFilter.doPreFilter(ConfiguredXSL TFilter.java:411) at edu.rpi.sss.util.servlets.XSLTFilter.doFilter(XSLT

RE: File Not Found in SSL

2008-12-22 Thread Caldarale, Charles R
> From: Emsley, I (Iain) [mailto:iain.ems...@stfc.ac.uk] > Subject: File Not Found in SSL > > I've just got SSL working on tomcat 5.5.23 With or without APR? What platform are you running on? What JRE/JDK are you using? > using port 8443 I get the "javax.servlet.Ser

File Not Found in SSL

2008-12-22 Thread Emsley, I (Iain)
t the "javax.servlet.ServletException: File not found " response or a callback exception even though the files are where the options.xml files states that they are. The path is relative so I would have thought that it would see them. Thanks for any help, Iain Iain Emsley

RE: File not found exception

2008-08-23 Thread Martin Gainty
this transmission. > From: [EMAIL PROTECTED] > To: users@tomcat.apache.org > Subject: Re: File not found exception > Date: Sun, 24 Aug 2008 04:10:27 +0200 > > > - Original Message - > From: "navigator09" <[EMAIL PROTECTED]> > To: > Sent: Saturd

Re: File not found exception

2008-08-23 Thread Johnny Kewl
- Original Message - From: "navigator09" <[EMAIL PROTECTED]> To: Sent: Saturday, August 23, 2008 9:44 AM Subject: Re: File not found exception this is the error message I get [ERROR] DGL0394A: Error in ::DriverManager.getConnection; cmbicmenv.ini (The system cann

Re: File not found exception

2008-08-23 Thread Hassan Schroeder
On Sat, Aug 23, 2008 at 12:23 AM, navigator09 <[EMAIL PROTECTED]> wrote: > All the above attempts have failed. The reading of the .ini file is done by > a third party api and hence I cannot change the way it is read by the > application. Pls let me know how the matter can be solved. By asking th

Re: File not found exception

2008-08-23 Thread navigator09
gt;> Hi, >> >> I am using tomcat 6.016 in my current project. In the project, to get a >> jdbc connection is obtained by reading a .ini file. when I deploy the >> application in tomcat I get a error : ".ini FILE NOT FOUND". >> >> I have tried the

Re: File not found exception

2008-08-23 Thread navigator09
is obtained by reading a .ini file. when I deploy the >> application in tomcat I get a error : ".ini FILE NOT FOUND". >> >> I have tried the following ways to provide the ini file to the >> application >> >> 1. Placed the file in the tomcat home folde

Re: File not found exception

2008-08-23 Thread T . K . Thiyagarajan
;[EMAIL PROTECTED]> wrote: > > Hi, > > I am using tomcat 6.016 in my current project. In the project, to get a > jdbc connection is obtained by reading a .ini file. when I deploy the > application in tomcat I get a error : ".ini FILE NOT FOUND". > > I have trie

File not found exception

2008-08-23 Thread navigator09
Hi, I am using tomcat 6.016 in my current project. In the project, to get a jdbc connection is obtained by reading a .ini file. when I deploy the application in tomcat I get a error : ".ini FILE NOT FOUND". I have tried the following ways to provide the ini file to the applic

Re: Tomcat Problem file not found

2008-02-04 Thread Tony Chamberlain
It went down (i.e. I mean doing a ps and grepping for java no longer gave any results, as it did when tomcat was running) On Thu, Jan 31, 2008 at 7:00 PM, Christopher Schultz < [EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Tony, > > Tony Chamberlain wrote: > | No

Re: Tomcat Problem file not found

2008-01-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tony, Tony Chamberlain wrote: | No, it is not time sensitive. It is command sensitive (if that makes | sense). | Clicking a certain button in a jsp form Then Tomcat should not have crashed. Did the JVM actually go down, or did you just get an excep

Re: Tomcat Problem file not found

2008-01-31 Thread Tony Chamberlain
g, and you can' access. > > > > Now granted the error occured because the file was not there. I put a > copy > > for the file it was looking for there and our stuff worked. BUT should > a > > File Not Found error cause Tomcat to crash? Shouldn't it pri

Re: Tomcat Problem file not found

2008-01-30 Thread David Delbecq
and you can' access. Now granted the error occured because the file was not there. I put a copy for the file it was looking for there and our stuff worked. BUT should a File Not Found error cause Tomcat to crash? Shouldn't it print out some sort of exc

Re: Tomcat Problem file not found

2008-01-30 Thread Tony Chamberlain
amberlain wrote: > | Now granted the error occured because the file was not there. I put a > copy > | for the file it was looking for there and our stuff worked. BUT should > a > | File Not Found error cause Tomcat to crash? Shouldn't it print out some > | sort of exc

Re: Tomcat Problem file not found

2008-01-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tony, Tony Chamberlain wrote: | Now granted the error occured because the file was not there. I put a copy | for the file it was looking for there and our stuff worked. BUT should a | File Not Found error cause Tomcat to crash? Shouldn't it

Tomcat Problem file not found

2008-01-30 Thread Tony Chamberlain
IE). Java no longer is running, and you can' access. Now granted the error occured because the file was not there. I put a copy for the file it was looking for there and our stuff worked. BUT should a File Not Found error cause Tomcat to crash? Shouldn't it print out some sort of ex

Re: Config file not found in class path when deploying WAR

2008-01-29 Thread Björn Wilmsmann
David Smith work: Then I think the path to your common-terms.utf8 probably should be / common-terms.utf8 in the config file. Otherwise the path spec is relative and it's hard to figure out what it's relative to. The hadoop class that generates the reader uses Classloader.getResource( pa

Re: Config file not found in class path when deploying WAR

2008-01-28 Thread David Smith
Then I think the path to your common-terms.utf8 probably should be /common-terms.utf8 in the config file. Otherwise the path spec is relative and it's hard to figure out what it's relative to. The hadoop class that generates the reader uses Classloader.getResource( path ) so an absolute path

Re: Config file not found in class path when deploying WAR

2008-01-28 Thread Björn Wilmsmann
Hi David, thanks for the advice. In my nutch-0.9.jar common-terms.utf8 is located at the root level, but then again, I've built the JAR from source. David Smith wrote: Funny ... I downloaded the 0.9 release of nutch and common- terms.utf8 is not in the nutch.jar file (just to be helpful -

Re: Config file not found in class path when deploying WAR

2008-01-28 Thread David Smith
Funny ... I downloaded the 0.9 release of nutch and common-terms.utf8 is not in the nutch.jar file (just to be helpful -- I don't actually use it). I couldn't find common-terms.utf8 anywhere in the .jar file. I would recommend asking on a nutch user list and be specific with regard to what ve

Config file not found in class path when deploying WAR

2008-01-28 Thread Björn Wilmsmann
Hello everybody, I have run into a rather weird problem that occurs when deploying a web app - which by the way is a Grails (http://grails.codehaus.org) app - as a WAR file in Tomcat. My app makes use of Nutch and instantiates a NutchDocumentAnalyzer during startup as a Spring resource. T

Re: file not found

2007-04-23 Thread Richard Dunne
:44:36 PM Subject: Re: file not found Richard if you look at the file permissions for the folder you are viewing you will see the owner of the files ls -al * it is the owner or root that needs to grant access to the folder and the files in the folder for your user and your package to use so if

Re: file not found

2007-04-23 Thread Martin Gainty
ender immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Message - From: "Richard Dunne" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, April 23, 2007 8:14 AM Subject: Re: file not found The f

Re: file not found

2007-04-23 Thread Richard Dunne
were not present, instead the the remaining files were in the main projectfolder. Has anyone had this problem? Richard - Original Message From: David Smith <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Monday, April 23, 2007 12:45:19 PM Subject: Re: file not found I've

Re: file not found

2007-04-23 Thread David Smith
I've been bitten once or twice with problems like this just to find out after an hour of headache that I didn't put the file in the right folder or the permissions weren't set correctly. Can you verify you are storing the file in the proper place and tomcat has permissions on it? Are there an

Re: file not found

2007-04-22 Thread Richard Dunne
IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t - Original Message From: David Brown <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Sunday, April 22, 2007 6:25:54 PM Subject: Re: file not found Do you have an |IndexIgnore *.html directive in your apache conf ?| Richard

Re: file not found

2007-04-22 Thread David Brown
Do you have an |IndexIgnore *.html directive in your apache conf ?| Richard Dunne wrote: I am having a problem with an html file. In my project folder I have html, javascript and php files. When I go to http://localhost/ProjectFolder/ All the files are listed except for 1 html file. stopping a

file not found

2007-04-22 Thread Richard Dunne
I am having a problem with an html file. In my project folder I have html, javascript and php files. When I go to http://localhost/ProjectFolder/ All the files are listed except for 1 html file. stopping and restarting the apache2 server has no effect, it still will not show up in the list of

Re: Error 404: file not found while using BASIC HTTP Authorization

2007-01-19 Thread Shilpa Arora
Hi, We just identified the problem. We had following tags/lines in our web.xml too. And we didn't notice that global_error.jsp wasn't there in the directory and hence it was giving the file not found error. So, it is working fine now with Struts as well. 401 /global

Re: Error 404: file not found while using BASIC HTTP Authorization

2007-01-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Shilpa, Shilpa Arora wrote: > We also tried another thing. Our *web.xml* was for a Struts application, > so we had following tags in it. > > >/tags/struts-html >/WEB-INF/struts-html.tld > > > We commented out all such tags and the appli

Re: Error 404: file not found while using BASIC HTTP Authorization

2007-01-19 Thread Shilpa Arora
looks okay. When we try to access the page we give in , we get an error in IE, error 404: file not found. Where is your file? Is it possible that your file is in the wrong place? Is the 404 error being returned by Tomcat or are you using Apache httpd to serve static pages? The file is

Re: Error 404: file not found while using BASIC HTTP Authorization

2007-01-19 Thread Shilpa Arora
This configuration looks okay. When we try to access the page we give in , we get an error in IE, error 404: file not found. Where is your file? Is it possible that your file is in the wrong place? Is the 404 error being returned by Tomcat or are you using Apache httpd to serve

Re: Error 404: file not found while using BASIC HTTP Authorization

2007-01-19 Thread Christopher Schultz
try to access the page we give in , we get an error > in IE, error 404: file not found. Where is your file? Is it possible that your file is in the wrong place? Is the 404 error being returned by Tomcat or are you using Apache httpd to serve static pages? > And when we simply give > */** ,

Error 404: file not found while using BASIC HTTP Authorization

2007-01-19 Thread Shilpa Arora
role required to log in to RegisterUCR manager We tried different values for . For e.g., * /** or */RegisterUser.do* or the about.html (a simple html page) as shown above. When we try to access the page we give in , we get an error in IE, error 404: file not found. And when we simply

Re: "File not found" with file include in a jsp file.

2006-12-13 Thread Wang Penghui
David Smith 写道: My apologies for reposting this outside the thread, but Thunderbird has a real problem with the encoding of the original thread and has made a mess of the minimal formatting I tried to put in below. --David Try this directory structure, starting with the appbase you declared in

Re: "File not found" with file include in a jsp file.

2006-12-12 Thread David Smith
My apologies for reposting this outside the thread, but Thunderbird has a real problem with the encoding of the original thread and has made a mess of the minimal formatting I tried to put in below. --David Try this directory structure, starting with the appbase you declared in your host defin

Re: "File not found" with file include in a jsp file.

2006-12-12 Thread David Smith
No, no, no... Try this directory structure, starting with the appbase you declared in your host definition: wwwroot ROOT headerCon.jsp product product_view.jsp WEB-INF web.xml The web.xml can be very minimal -- just a root element with the appropriate dtd or schema declaration. Then request ht

RE: "File not found" with file include in a jsp file.

2006-12-12 Thread Caldarale, Charles R
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Wang Penghui > Subject: Re: "File not found" with file include in a jsp file. > > I am sorry that, i could not understand what's your mean. > Maybe i am not so smart enough, could you mind explain it > fo

Re: "File not found" with file include in a jsp file.

2006-12-12 Thread Wang Penghui
Caldarale, Charles R 写道: From: news [mailto:[EMAIL PROTECTED] On Behalf Of Wang Penghui Subject: Re: "File not found" with file include in a jsp file. Here is my configuraiton about this virtual host: appBase="/home/test/wwwroot" autoDeploy="true" The d

Re: "File not found" with file include in a jsp file.

2006-12-12 Thread Wang Penghui
David Smith 写道: > You can't have files in the webapps top level. In this regard things > stop working the way they do in Apache Httpd. Move your headerCon.jsp > file down into the product webapp or put the whole works in a ROOT > directory inside of your wwwroot. > > --David > Hello, David, Fol

Re: "File not found" with file include in a jsp file.

2006-12-12 Thread David Smith
You can't have files in the webapps top level. In this regard things stop working the way they do in Apache Httpd. Move your headerCon.jsp file down into the product webapp or put the whole works in a ROOT directory inside of your wwwroot. --David Wang Penghui wrote: >Dick Balaska 写道: > > >>If

RE: "File not found" with file include in a jsp file.

2006-12-12 Thread Caldarale, Charles R
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Wang Penghui > Subject: Re: "File not found" with file include in a jsp file. > > Here is my configuraiton about this virtual host: > > appBase="/home/test/wwwroot" autoDeploy="true" > &

Re: "File not found" with file include in a jsp file.

2006-12-12 Thread Wang Penghui
Dick Balaska 写道: > If /product_view.jsp is at the root of your tree (a top level document), > surely it can not know how to go up above the root. This is by design. > > I say it's at the root of the tree of the virtual host based on the > parse error "/product_view.jsp(2,0)" > > dik Thanks very

Re: "File not found" with file include in a jsp file.

2006-12-11 Thread Dick Balaska
If /product_view.jsp is at the root of your tree (a top level document), surely it can not know how to go up above the root. This is by design. I say it's at the root of the tree of the virtual host based on the parse error "/product_view.jsp(2,0)" dik On 12/12/2006 1:22 AM also sprach Wang Peng

"File not found" with file include in a jsp file.

2006-12-11 Thread Wang Penghui
Hello, I am using tomcat 5.5.20, apache 2.0 and mod_jk.so to building a jsp server on a RHEL 4. And there is a very strange problem here: There is a file named "headerCon.jsp" in the document root of a virtual host. And there is a folder named product. There is a file named product_view.jsp in t