ristopher Schultz <[EMAIL PROTECTED]>
To: Tomcat Users List
Sent: Wednesday, November 12, 2008 1:57:16 AM
Subject: Re: Issue on parsing struts.xml
-BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Nar,
Nar Karapetyan wrote:
> There is no error when connecting through http (versus https).
Thank you Chuck,
I'd guess that as well, but one thing I can't explain here
There is no error when connecting through http (versus https).
The same web application, starts normally, works seamlessly over http,
but gives that error "java.net.UnknownHostException: struts.apache.org"
over struts.xml
Hello,
I forgot to mention that this error happens on linux (windows is OK),
and the "xr" variable is declared like
DocumentBuilder xr = DocumentBuilderFactory.newInstance().newDocumentBuilder();
Thank you,
kind regards,Nareg Garabedian
--- Prevoius message-
Hello,
Hello, (sorry for the duplicate mail, the prevoius - incomplete - message just
went submitted accidentally).
I'm having a problem while using a tomcat deployed application over https.
http browsing though will run flawlessly.
An error occures on parsing struts.xml
The message is the following "
Hello,
I'm having a problem while using a tomcat deployed application over https.
http browsing though will run flawlessly.
An error occures on parsing struts.xml
The message is the following "java.net.UnknownHostException: struts.apache.org"
The faulty line is nothing but Document d = xr.p
Hello,
I'm trying to build an authentication mechanism using the
tag in web.xml
E.G.
My App
*.action
*.jsp
aliveadmin
This snippet says that any url ending with ".action" or ".jsp" should be
authenticated first, and works OK.
However, I need to exclude some specific url
Thanks for the responses on this matter to Mark Thomas and Andre' Warnier.
However I found a simpler solution to this, and just in case of anybody
encounters
with this I'll provide it below.
Put the following just before starting to write into the output stream:
response.setHeader("Pragma", "");
Hello,
the issue I encounter might not directly be related with Tomcat. However if
anyone hase a clue
of how can I overcome that, I'd like to learn it.
The thing is that when I connect to my web page via https, IE7 hints a message
that the certificate
is not error free, but I am able to explor
There is a "ia64" dll for tomcat native library for a windows 64 platform.
I used to know amd64 or x64, but unfamiliar with "ia64".
What platform is that?
Thank you,
Regards
Nareg Garabedian
Hi,
I need to allow access to tomcat manager
(http://:/manager/html)
only to the localhost using Tomcat's means.
Inspecting the request for the IP, and blocking a non-localhost ip is not
accepted as per the requirement I have.
How can I do that?
I have tried to add the following to the catali
10 matches
Mail list logo