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

2012-06-18 Thread Assaf Urieli
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, http://www.domain1.com, http:/1.2.3.4

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

2012-06-14 Thread Assaf Urieli
(): 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 change I made now is that I

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

2012-06-14 Thread Assaf Urieli
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

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

2012-06-08 Thread Assaf Urieli
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: IP-based virtual hosting with useIPVHosts=true always goes to default host

2012-06-08 Thread Assaf Urieli
indicating failure. Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org Best regards, 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 dfis...@jmlafferty.com To: Tomcat

Malicious host is crashing my server

2010-11-07 Thread Assaf
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.apache.org

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 mboorsht...@gmail.com To: Tomcat Users List users@tomcat.apache.org Sent: Sun, November 7, 2010 6:29:09 PM Subject: Re: Malicious host is crashing my server JDBC

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 mboorsht...@gmail.com To: Tomcat Users List users@tomcat.apache.org Sent:

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 chuck.caldar...@unisys.com To: Tomcat Users List users@tomcat.apache.org Sent: Sun, November 7, 2010 6:48:20 PM Subject

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

2008-08-03 Thread Assaf Vizner
.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

Generating Autoindex in Tomcat

2006-12-27 Thread Assaf Flatto
the 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-mail: users

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

Error in dependencyCheck

2006-12-19 Thread Assaf Flatto
[] startup 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
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:27,255 [main] DEBUG

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: changing the length of the jsessionid

2006-11-06 Thread Assaf Flatto
/ and the jvmroute is defined : Engine name=Catalina defaultHost=www.foo.com debug=0 jvmroute=1 but the end result is cookie: JSESSIONID=FB5B5218F8A9021652FDE8C270F991 any guess why that is ? Thanks Christopher Schultz wrote: Assaf, Does anyone know how i can shorten the length

replication not working

2006-11-06 Thread Assaf Flatto
an 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: replication not working

2006-11-06 Thread Assaf Flatto
;.*\.html;. Deployer className=org.apache.catalina.cluster.deploy.FarmWarDeployer tempDir=/tmp/temp/ deployDir=/tmp/deploy/ watchDir=/tmp/listen/ watchEnabled=false/ /Cluster thanks Assaf Assaf Flatto wrote: Hello I have 3 servers with tomcat 5.0.30

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

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 Martin

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

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 - Loading

new tomcat installation failes to start

2006-10-16 Thread Assaf Flatto
' version 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

RE: new tomcat installation failes to start

2006-10-16 Thread Assaf Flatto
) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432) Oct 16, 2006 6:20:40 PM org.apache.catalina.mbeans.ServerLifecycleListener propertyChange Any thoughts anyone ? Assaf

cluste failure to initiate

2006-10-11 Thread Assaf Flatto
to be the problem is that the Listener className=org.apache.catalina.mbeans.ServerLifecycleListener / 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