Tomcat and virtual host routing behind a Proxy

2008-04-02 Thread David Tonhofer
Hi there, A question about Tomcat virtual host routing behind a reverse proxy. I have worked on this for a couple of hours and looks as if Tomcat does the unexpected (sale bĂȘte!) Here's the idea: I am (reverse) proxing requests from Apache to a Tomcat instance running on localhost. I also

Re: Embed license to tomcat

2007-06-08 Thread David Tonhofer
Mikolaj Rydzewski wrote: Li wrote: Our company is going to deploy a system externally. In order to prevent illegal deployment by our customer to other tomcat in case. My boss asked me to embed our license ID into the tomcat by building our own tomcat. I had done several work such as creating

Re: Anybody using GNU Java

2007-05-29 Thread David Tonhofer
Omar Eljumaily wrote: in a production Tomcat environment? I tried this once before a few years ago, and ran into some nasty bugs. Sun's Java, for me, is getting a bit weird, especially on Linux. I never quite know which version to download, each one having at least two or three different

Re: Session Hijacking with Apache Tomcat

2007-04-04 Thread David Tonhofer
Jasbinder Singh Bali wrote: Hi, I have to demonstrate Session Hijacking with Apache Tomcat to my advisor when some precautionary measures are not taken. Maybe securityfocus.com has some information on that? - To start a new

Re: [OT] Will you install VISTA? (NO, I keep my W2K)

2006-12-30 Thread David Tonhofer
Hi, I don't want to start a flame war on microsoft or something, but I stubbled on this article and was quite shocked what vista really is... Maybe you will be shocked as well, maybe you don't care, but it's worth reading anyway :-) http://www.cs.auckland.ac.nz/~pgut001/pubs/vista_cost.txt

Re: out of memory error

2006-07-19 Thread David Tonhofer
MW Janssen wrote: java.lang.OutOfMemoryError: unable to create new native thread Are you it isn't just the heap and/or stack that's too small? Try starting the Jvm with one of the extended options line -Xss500k -Xmx100m (if it is the Sun JVM)

Re: Client Cert

2006-02-21 Thread David Tonhofer, m-plify S.A.
(www.phoex.com) in an applet So, now the user can choose the cert to send to server. It works on Windows keystore. On 2/17/06, David Tonhofer, m-plify S.A. [EMAIL PROTECTED] wrote: --On Friday, February 17, 2006 2:01 PM -0300 Luis Henrique [EMAIL PROTECTED] wrote: I dont care about the session

Re: Client Cert

2006-02-17 Thread David Tonhofer, m-plify S.A.
--On Friday, February 17, 2006 2:01 PM -0300 Luis Henrique [EMAIL PROTECTED] wrote: I dont care about the session security. I just want to associate the broser user with one in my database. For this a need to get his cert. You *can* set up HTTPS then drop to NULL encryption :-P To get the

Re: RFC2268

2006-02-07 Thread David Tonhofer, m-plify S.A.
This? http://rfc.net/rfc2268.html --On Tuesday, February 07, 2006 2:10 PM -0500 Martin Gainty [EMAIL PROTECTED] wrote: Good Afternoon All I am attempting to locate RFC2268 (RC2) java security providers for J2SDK 1.42 Suggestions??? Thanks, Martin-

Re: From Java to C#, ASP.NET [Off Topic]

2006-01-31 Thread David Tonhofer, m-plify S.A.
Hello, I think will have to make amends for my post where I recommended to consider steering clear of J2EE. Thus deepening the off-topicness. Jess Holle said it: This affects things ranging from surveys of developers asking Which of the following do you use? (a) J2EE, (b) .NET, ... where

RE: From Java to C#, ASP.NET [Off Topic]

2006-01-29 Thread David Tonhofer, m-plify S.A.
David Thielen [EMAIL PROTECTED] wrote My conclusion between the two (now that .NET 2.0 has shipped) is: Portable - java Otherwise - .NET. A lot of the .NET advantage comes from the fact that the entire stack is from Microsoft so it all just works and is easy to use. Thanks - dave S'probably