Can you help me to figure out what is ia64?

2008-09-08 Thread Nar Karapetyan
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

Downloading issues in IE via https

2008-10-27 Thread Nar Karapetyan
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

Re: Downloading issues in IE via https

2008-10-27 Thread Nar Karapetyan
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, );

An issue concerning authentication in Tomcat hosted web application

2008-10-29 Thread Nar Karapetyan
Hello, I'm trying to build an authentication mechanism using the security-constraint tag in web.xml E.G. security-constraint web-resource-collection web-resource-nameMy App/web-resource-name url-pattern*.action/url-pattern url-pattern*.jsp/url-pattern /web-resource-collection

More error info on Issue on parsing struts.xml

2008-11-11 Thread Nar Karapetyan
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,

Issue on parsing struts.xml

2008-11-11 Thread Nar Karapetyan
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 =

Re: Issue on parsing struts.xml

2008-11-11 Thread Nar Karapetyan
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

Issue on parsing struts.xml

2008-11-11 Thread Nar Karapetyan
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

Re: Issue on parsing struts.xml

2008-11-11 Thread Nar Karapetyan
[EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org 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). The same web

How to restrict access to tomcat manager to specific hosts?

2008-07-31 Thread Nar Karapetyan
Hi, I need to allow access to tomcat manager (http://servername:port/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