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: 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 [EMAIL

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

Re: JNDI Datasource Problem

2006-02-25 Thread Vinny
web.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, Charles R [EMAIL PROTECTED] wrote: From

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

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

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

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

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