Re: Installing the deployer on windows server 2003

2008-06-13 Thread Vinny
Ok, looking further into the docs I see the deployer can be downloaded anywhere. I also see that also has to have the admin app runnning. What was the reason for taking this out again? Setting up the deployer has become a lot more cumbersome. On Fri, Jun 13, 2008 at 2:37 PM, Vinny <[EM

Installing the deployer on windows server 2003

2008-06-13 Thread Vinny
I have tomcat 5.5 java 1.5 on window server 2003. Does the windows installer come with the Deployer bundled? I basically just want to deploy my webapps from netbeans remotely. If I need to install the Deployer separately , do I just uncompress it in the same installation folder as tomcat_home ?

Re: Tomcat 5.5.25, SSL and "invalid keystore format"

2007-10-22 Thread Vinny R.
Werner, After having the same problem, I discovered that by default "keytool" defaults to GNU Classpath, whereas what you want is Java's identically-named keytool. Try this: $JAVA/keytool -genkey -alias tomcat -keyalg RSA -keystore /tmp/tomcat.keystore Where $JAVA is your java install's bin di

Re: JNDI Datasource Problem

2006-02-25 Thread Vinny
b.xml Good luck, Vinny Ghetto Java: http://www.xaymaca.com/roller/page/gj On 2/25/06, umesh balasubramaniam <[EMAIL PROTECTED]> wrote: > Connector/J is the newer mysql driver. > http://www.mysql.com/products/connector/j/ > > Umesh > > On 2/25/06, Caldarale, Charle

Realms

2006-01-13 Thread Vinny
Hello, I decided to give 5.5.15 a try and I am not able to get any Realm implementation to work except for MemoryRealm. This is the same issue that I have been having in 5.5.14. I can confirm that Datasource/JDBC/JaasRealm all do not work in 5.5.15. Any one else having Realm issues since 5.5.10 or

Re: What is "AAA" in "Realms and AAA" means ?

2005-12-22 Thread Vinny
On 12/22/05, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: Anto Paul [mailto:[EMAIL PROTECTED] > > Subject: What is "AAA" in "Realms and AAA" means ? > > > > In it what does "AAA" means ? Just out of curiousity. > > Probably not the American Automobile Association in this context. It i

Here's to a better tomcat in 2006

2005-12-22 Thread Vinny
Hello All, I have been a big fan of tomcat, been using it since the 3.x days. Tomcat has some cool technologies and adheres to many standards. But I have found that the 5.5.x series has not really lived up to it's potential. Realms Custom Realms that worked flawlessly in 5.0, seem to break in 5.5.

Re: Why only one Connector per Service?

2005-12-09 Thread Vinny
that all Hosts within that Engine/Service will be accessible on all > the addresses/ports listened on in that Service. > > Regards, > > Carl > > -Original Message- > From: Vinny [mailto:[EMAIL PROTECTED] > Sent: 09 December 2005 15:07 > To: tomcat-user@jakarta

Why only one Connector per Service?

2005-12-09 Thread Vinny
I am curious as to the reason there is only one connector for each service? I have a machine with 3 IP addresses. 1 IP is being used by another program running on port 80. That leaves me with 2 IPs that I can use for tomcat. The standalone virtual host method that I have used in the past seems to a

Re: maintain separate sessions for each browser tab/window

2005-11-11 Thread Vinny
I don't think that HTTP allows this unless you come with a really ugly hack. Single sessions are maintained between the browser and a host. This applies to frames as well. On 11/11/05, John Cartwright <[EMAIL PROTECTED]> wrote: > Hello All, > > Does anyone have a suggestion on how to maintain a

Re: Tomcat 5.5 BindAddress errors on port 8005, but no Tomcat ports are in use.

2005-11-11 Thread Vinny
Since you started from scratch , what made you choose 5.5.9 instead of 5.5.12? Is it possible that another tomcat instance is currently running? On 11/11/05, Richard Schilling <[EMAIL PROTECTED]> wrote: > I've looked all over for the answer to this particular problem, but > can't find it, and

Realms in 5.5x

2005-11-11 Thread Vinny
Hello Everyone, I am having a hard time getting a custom Realm to work in 5.5.12 (with the 1.4.2 compat libs). At first I tried using the same MyRealm.jar that works currently in tomcat 5.0.30. No authentication semmed to be taking place so I tried using the source of DataSourceRealm as my templat