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
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
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/
___
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
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
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
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
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
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
-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'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
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
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
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
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
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
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
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
> 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
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
> 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
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
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
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
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
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
> 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
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
> 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
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
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
- 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
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
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
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
;[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
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
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
-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
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
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
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
-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
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
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
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
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 -
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
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
: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
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
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
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
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
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
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
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
-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
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
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
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
> */** ,
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
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
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
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
> 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
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
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
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
> 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"
>
&
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
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
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
73 matches
Mail list logo