multiple third-level-domains in single web-app

2008-08-18 Thread Code Captain
Hi, We are using Tomcat 6 and want to be able to dynamically create/simulate third level domain for each user (like blog engines do). tom.myportal.com dick.myportal.com harry.myportal.com The user will choose third level domain, and this will be his hosted portal. One idea I had is to use a

unable to run tomcat

2008-08-18 Thread Ch Praveena
Hi all, I am currently running apache-tomcat 6.0.14 version and worked well before with it. suddenly I could not run it giving a message at the command console: I am running on my linux m/c *Aug 18, 2008 2:00:51 PM org.apache.catalina.ha.session.DeltaManager waitForSendAllSessions SEVE

Re: Tomcat 6.0.18 & JavaEE 5/EJB3.0

2008-08-18 Thread Johnny Kewl
- Original Message - From: "Tommy Pham" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, August 18, 2008 6:21 AM Subject: Re: Tomcat 6.0.18 & JavaEE 5/EJB3.0 --- On Sun, 8/17/08, Johnny Kewl <[EMAIL PROTECTED]> wrote: Tommy I actually have my own persist framework... but

Re: Using tabbed browsers causes session sharing

2008-08-18 Thread David Smith
In my experience, Internet Explorer starts a new process (and has a separate set of in-memory cookies) if you start it from the Start menu or the desktop icon. If you use Ctrl-N from inside the browser or File > New > Window from IE's menu bar, it's opened in the same process and uses the same

Re: How to tell Tomcat to use an additional classpath other than web-inf/classes?

2008-08-18 Thread David Smith
I would personally use a build tool like Maven to a) build your custom code into a jar file and b) build the final, customized app using resources from your custom code and the third party app. Then you have easy integration as new updates come out. Even if nothing else, build your stuff into

Re: Using tabbed browsers causes session sharing

2008-08-18 Thread Jim Cox
FWIW, you can create distinct "profiles" with mozilla/firefox: firefox -ProfileManager And then start distinct processes with: firefox -P On Mon, Aug 18, 2008 at 8:19 AM, David Smith <[EMAIL PROTECTED]> wrote: > In my experience, Internet Explorer starts a new process (and has a > separate

Re: How to tell Tomcat to use an additional classpath other than web-inf/classes?

2008-08-18 Thread David Kramer
Since you're talking nfs, I assume you're on a *NIX OS. How about use David Smith's idea to roll your stuff into one jar file, then use a symbolic link from that one jar file on your network share to the right tomcat directory? David Smith wrote: I would personally use a build tool like Mave

[OT] fail2ban and tomcat access logs

2008-08-18 Thread Mark Shifman
I was wondering if anyone has any experience using fail2ban http://www.fail2ban.org/ with tomcat access logs generated by access log valve. Specifically I would like to "jail" all attempts at accessing the manager, or perhaps php or cgi on my server. The problem I have is that the logs have da

simple online order form

2008-08-18 Thread sam wun
Hi, I want to build a simple  online order form with Struts, eclipse, and tomcat (mysql database). Is there any example/tutorial I can follow to create this simple project? I found many tutorials are based on MyEclipse, but I am using Elcipse 3.4. Thank  you in advance.

customer specific settings of webapps

2008-08-18 Thread Paul Hammes
Hi all, I have a webapplication wich is distributed in one war for different customers. Unfortunately there are customer specific settings I normally would like to define in the enclosed web.xml. Because this would lead to, that I have to pack one war per customer, I am looking for a more comf

Re: URIEncoding UTF-16 problem

2008-08-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, André Warnier wrote: > > The OP is talking about UTF-16, not UTF-8. I understand. I was trying to contrast UTF-8 and UTF-16, apparently unsuccessfully. > What you are saying above about ASCII/UTF-8 is true, if one restricts > oneself to stri

Re: customer specific settings of webapps

2008-08-18 Thread Mark Thomas
Paul Hammes wrote: > Hi all, > > I have a webapplication wich is distributed in one war for different > customers. > Unfortunately there are customer specific settings I normally would like to > define in the enclosed web.xml. > Because this would lead to, that I have to pack one war per custo

Re: reloadable problem with filters

2008-08-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel, Daniel Blumenthal wrote: > I'm actually getting an error in catalina.out *during compilation* (see log > extract below). That's deployment, not compilation. > I think that what's happening is that somehow the reload > process is being trigge

Re: Using tabbed browsers causes session sharing

2008-08-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rusty, Rusty Wright wrote: > Sorry, I thought I did. It has nothing to do with tomcat; it's up to > the browser whether or not it assigns different sessions to the tabs or > not. Replace "sessions" with "cookies" and the above statement is true. HTT

Re: Using tabbed browsers causes session sharing

2008-08-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin, Martin Gainty wrote: > if you want to take it a step further determine if the client is > using an old browser route them to latest > > >