[Bug 207787] Re: Multiple tomcat instances

2013-01-07 Thread javaexp
I have written a Java based portable utility for automating the above steps for a href=http://www.javaexperience.com/run-multiple-tomcat- instances/creating multiple instances/a. Since Java is platform independent, this utility works on all operating systems -- You received this bug notification

[Bug 207787] Re: Multiple tomcat instances

2009-10-08 Thread born2chill
hi, updated the forums posts too. binary packages ready for download now. br, David -- Multiple tomcat instances https://bugs.launchpad.net/bugs/207787 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 207787] Re: Multiple tomcat instances

2009-10-07 Thread born2chill
hi, as a start i repackaged tomcat6 for 8.04 LTS, starting from the jaunty package and using the apache source files from tomcat 6.0.20. Please consider this post on the forums: http://ubuntuforums.org/showpost.php?p=8066371postcount=4 also the new packages are up for grabs here:

Re: [Bug 207787] Re: Multiple tomcat instances

2009-10-07 Thread Brian Pontarelli
I replied to your thread post. I don't think a source build is a good idea. Check out my reply and we can continue discussions from there. I'll also work on the Google code project for the entire thing at some point this week. -bp On Oct 7, 2009, at 6:38 AM, born2chill wrote: hi, as a

[Bug 207787] Re: Multiple tomcat instances

2009-10-02 Thread born2chill
Hi there, seem to lots of use cases out there... here are my two cents to the multi-instance tomcat5.5 thingy. skel- files, little reworked init-script and a create-instance script that accepts options for ports, ip and some java-opts. drop the contents of the zipfile to /usr/local/bin, then

[Bug 207787] Re: Multiple tomcat instances

2009-10-02 Thread Brian Pontarelli
David, Great suggestions. I've actually abandoned the Tomcat 5.5 project and I've also stopped using all of the Tomcat packages in the repositories. The Tomcat packages in the repository are completely invalid. If you download Tomcat from Apache and compare it to the Tomcat from the repository

[Bug 207787] Re: Multiple tomcat instances

2009-10-02 Thread born2chill
Hi again, thx for your comments, greatly appreciated. At my company we mainly use standard packages and this script builds upon them, however i was not aware of neither the broken state of tomcat5.5 nor the thread you pointed out above. Thanks for that. No, it is no problem to rename the script

[Bug 207787] Re: Multiple tomcat instances

2009-10-02 Thread Brian Pontarelli
I was using the same method for my init scripts via symlinks and I changed it to a real file because I found myself tweaking the scripts quite a bit and modifying the parameters and options for each instance. This could still be done by sourcing additional scripts for each instance, but that's

[Bug 207787] Re: Multiple tomcat instances

2008-09-10 Thread Thierry Carrez
I agree the tomcat6-user package covers a different use case. Feel free to attach your files so that we can review them. -- Multiple tomcat instances https://bugs.launchpad.net/bugs/207787 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 207787] Re: Multiple tomcat instances

2008-09-10 Thread Brian Pontarelli
You can check them out from my Google code project here: svn checkout http://debian-tomcat-scripts.googlecode.com/svn/trunk/ debian-tomcat-scripts-read-only Or visit the project page at: http://code.google.com/p/debian-tomcat-scripts -- Multiple tomcat instances

[Bug 207787] Re: Multiple tomcat instances

2008-09-09 Thread Thierry Carrez
The new Tomcat 6 packages in intrepid support private instances in addition to the system instance through the tomcat6-user package. See http://ubuntuserver.wordpress.com/2008/09/01/tomcat-6-lands-in-intrepid Not sure we'll try to do the same for tomcat5.5. ** Changed in: tomcat5.5 (Ubuntu)

[Bug 207787] Re: Multiple tomcat instances

2008-09-09 Thread Brian Pontarelli
This sorta covers the case, but not entirely. This creates instances for developers. My scripts and solution create multiple instances on servers. Often companies run multiple instances of Tomcat on a server to scale things up and also run different webapps on a single server in separate Tomcat