Re: IP-based virtual hosting with useIPVHosts=true always goes to default host

2012-06-18 Thread Assaf Urieli
ate correctly. When you go to: https://www.moyshele.com/test.jsp https://www.joli-ciel.com/test.jsp You can see that the local IP and local name are now correct. Thanks all for your help! Best regards, Assaf

Re: IP-based virtual hosting with useIPVHosts=true always goes to default host

2012-06-15 Thread Assaf Urieli
Hi Chris, > > On 6/8/12 11:12 AM, Assaf Urieli wrote: > > Ok, this is strange. I created a test.jsp page that prints > > request.getLocalName(), request.getServerName(), and > > request.getLocalAddr(). I tried various scenarios in the browser: > > http://domain1.com

Re: IP-based virtual hosting with useIPVHosts=true always goes to default host

2012-06-14 Thread Assaf Urieli
s: * request.getLocalAddr(): the IP address from the primary interface in /etc/network/interfaces = http://1.2.3.4 * request.getLocalName(): the name corresponding to the primary interface IP from /etc/hosts = www.domain1.com Is there any way to troubleshoot this? Rgds, Assaf

Re: IP-based virtual hosting with useIPVHosts=true always goes to default host

2012-06-14 Thread Assaf Urieli
equest.getLocalAddr(): the IP address from the primary interface in /etc/network/interfaces * request.getLocalName(): the name corresponding to the primary interface IP from /etc/hosts Rgds, Assaf PS, regarding Mark's info, I posted my /etc/network/interfaces file in a previous post. The only cha

Re: IP-based virtual hosting with useIPVHosts=true always goes to default host

2012-06-08 Thread Assaf Urieli
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > Best regards, Assaf

IP-based virtual hosting with useIPVHosts=true always goes to default host

2012-06-08 Thread Assaf Urieli
f I enter the IP address http://5.6.7.8 or https://5.6.7.8 in the browser, the access logs list 1.2.3.4 as the local IP. Any suggestions on how to troubleshoot? Thanks in advance, Assaf

Re: Malicious host is crashing my server

2010-11-08 Thread Assaf
DumpFilter is a good idea. For the time being we have decided to just block the ip address. If it comes again from a different IP, I guess we will need to further examine! Thanks for all the good ideas Assaf - Original Message From: David Fisher To: Tomcat Users List Cc: Tomcat

Re: Malicious host is crashing my server

2010-11-07 Thread Assaf
A filter to block is good. But then I would not be able to see him doing it again and then find out the issue. Assaf - Original Message From: "Caldarale, Charles R" To: Tomcat Users List Sent: Sun, November 7, 2010 6:48:20 PM Subject: RE: Malicious host is crashing my serv

Re: Malicious host is crashing my server

2010-11-07 Thread Assaf
I know what sql injection is. But I cannot find any clues to it. None of the requests have any paramers or posting. Anyone has an idea how to find if this is the case? - Original Message From: Marc Boorshtein To: Tomcat Users List Sent: Sun, November 7, 2010 7:08:01 PM Subject: Re:

Re: Malicious host is crashing my server

2010-11-07 Thread Assaf
Hi, It might be. But I am not sure how to find out more. Any suggestions? Assaf - Original Message From: Marc Boorshtein To: Tomcat Users List Sent: Sun, November 7, 2010 6:29:09 PM Subject: Re: Malicious host is crashing my server JDBC? Are you sure its not an attempted SQL

Malicious host is crashing my server

2010-11-07 Thread Assaf
hose. I am running tomcat 6.0.20 on linux with mysql. Anyone has an idea what this can be? How to find out? Also, what can I do to better protect? Thanks, Assaf - To unsubscribe, e-mail: users-unsubscr...@tomcat.apac

Tomcat 6 fail to detect a matching certificate and stuck in an infinite loop

2008-08-03 Thread Assaf Vizner
apache.coyote.http11.Http11NioProtocol" the problem seems to disappear Any ideas? Thanks Assaf Vizner NextNine.LTD 4 Ha-Nechoshet Tel-Aviv 69710 Israel E-mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> Tel: +972(3)7673012 Mobile: +972(528)466746 Fax: +972(3)6497810

Re: Troubleshooting load problems with on linux tomcat servers

2006-12-27 Thread Assaf Flatto
This error seems to indicate that you XML is faulty and not closed properly on all parameters . If you are running it on Linux - use the xmllint to check the validation of the xml . Assaf Ragnar Moller (MA/EAF) wrote: We have a big Tomcat application with a number of servers. Some of the

Generating Autoindex in Tomcat

2006-12-27 Thread Assaf Flatto
"applications" ( file names) and when i add or remove an application it will know this automatically ( similar to the auto index in apache.) Is there a directive for that in Tomcat ? Assaf - To start a new topic, e-m

Error in dependencyCheck

2006-12-19 Thread Assaf Flatto
artup failed due to previous errors Thanks Assaf - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

ProxyDirContext.lookupCache Error on a new Tomcat install

2006-12-05 Thread Assaf Flatto
ted on the loadbalancer proxy and the fact that the server doesn't see them , but even after redirecting the traffic via the proxy the error appeared. Any one ever encountered this error before ? I've added the error stack trace and the server .xml Thank you Assaf 2006-12-04 19:16

New tomcat and Jasper error

2006-11-12 Thread Assaf Flatto
-1.1mdv2007.0 i use the minimal-server.xml as the server.xml , but i still get the error: java.lang.NoClassDefFoundError: org.apache.jasper.servlet.JspServlet. Any ideas ? Thanks Assaf - To start a new topic, e-mail: users

j_security_check exception

2006-11-07 Thread Assaf Flatto
encountered this behavior before ? Thanks Assaf 2006-11-07 14:22:34,951 [http-8443-Processor25] DEBUG org.apache.catalina.cluster.tcp.ReplicationValve - Invoking replication request on /jsp/pages/j_security_check 2006-11-07 14:22:35,086 [http-8443-Processor25] ERROR

Re: replication not working

2006-11-06 Thread Assaf Flatto
;pooled"/> filter=".*\.gif;.*\.js;.*\.jpg;.*\.htm;.*\.html;. className="org.apache.catalina.cluster.deploy.FarmWarDeployer" tempDir="/tmp/temp/" deployDir="/tmp/deploy/" watchDir="/tmp/listen/" watchEnabled="false"/> thanks

replication not working

2006-11-06 Thread Assaf Flatto
idea as to what can be the cause of this ? Assaf - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: changing the length of the jsessionid

2006-11-06 Thread Assaf Flatto
is cookie: JSESSIONID=FB5B5218F8A9021652FDE8C270F991 any guess why that is ? Thanks Christopher Schultz wrote: Assaf, Does anyone know how i can shorten the length of the jsessionid from 32 chars to 30 ? In Tomcat 4.1, the class org.apache.catalina.session.ManagerBase creates sessions and assigns

Re: changing the length of the jsessionid

2006-10-26 Thread Assaf Flatto
thanks but i'm not working with the 5.5 tomcat the version i'm working with is 5.0.28 and the option you specified is not available in the 5.0.x version. Any other way to make the jsessionid shorter ? Thanks Assaf Bill Barker wrote: "Assaf Flatto" <[EMAIL PROTECTED]&

changing the length of the jsessionid

2006-10-23 Thread Assaf Flatto
Hello Does anyone know how i can shorten the length of the jsessionid from 32 chars to 30 ? thanks Assaf - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

org.xml.sax.SAXParseException

2006-10-18 Thread Assaf Flatto
Hello list Starting my tomcat (5.5.117) i get the following error, i validated the xml's and the pass , i matched the DTD and the also are defined properly has anyone encountered this behavior before ? thanks Assaf 5863 [main] INFO org.apache.struts.validator.ValidatorPlugIn - Lo

Re: new tomcat installation failes to start

2006-10-18 Thread Assaf Flatto
David #rpm -qa *sun-compat* java-1.4.2-sun-compat-1.4.2.10-1jpp As you can see the compat rpm is installed. Assaf David Smith wrote: These messages make me think you are trying to run tomcat 5.5 on a 1.4.x JVM. If so, download and install the compat package and install it. It's o

Re: new tomcat installation failes to start

2006-10-18 Thread Assaf Flatto
/endorsed/jmx.jar /etc/alternatives/jmxri as you can see - the jmx is not the issue in this case . Assaf Martin Gainty wrote: Assaf- you're missing Java Management package jmx.jar..On my box I have it at %TOMCAT_HOME%/bin http://java.sun.com/products/JavaManagement/download.html M

RE: new tomcat installation failes to start

2006-10-16 Thread Assaf Flatto
.java:551) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Metho

new tomcat installation failes to start

2006-10-16 Thread Assaf Flatto
ion is /usr/lib/jvm/jre-1.4.2-sun/bin/java. anyone got an idea ? thanks Assaf - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cluste failure to initiate

2006-10-11 Thread Assaf Flatto
that the is calling WebappClassLoader which fails to load and work . google and archives didn't help me on this so .. any ideas on how i can make this work ? Thanks Assaf - To start a new topic, e-mail: