- This topic has 15 replies, 16 voices, and was last updated 16 years, 10 months ago by
notizklotz.
-
AuthorPosts
-
vbfischerMemberHaving spent a bit of the past few months working with IntelliJ Idea 5.x, there’s one feature I really liked.
I have different clients that run several different Tomcat webapps. Instead of having all the webapps load in Tomcat each time (which would be quite a few), I have several webapp roots that I use for each. Idea would let you configure many different configuraions when running Tomcat, by specifying the “CATALINA_BASE” to that root. That way, I could launch it and only run those webapps I want to run.
I get around it a little by putting the root somewhere other than <tomcat>/webapps, and then copying any <context>.xml files into conf/catalina/localhost that I want to launch. Its just a bit more elegant the other way.
Thanks
BryceNovember 7, 2005 at 9:07 pm #240995
Andrew FreemanMember+1 (again)
November 14, 2005 at 8:37 am #241412
Russell PitreMember+1
November 14, 2005 at 10:40 pm #241486
David Orriss JrParticipantI have to admit I would LOVE to be able to manage mutliple versions of TC 5 in a given workspace. That’s one thing that makes me a bit batty about the current app server support.
November 15, 2005 at 8:46 am #241521
Dave S-BMember+1
There are loads of reasons why we have to have different instances of the same web application server (we use Tomcat, but it goes for all servers). Instead of just having a fixed list of supported servers where you can only have one lot of settings each, allow us to add application servers to the list where we specify what type of server it is (from the supported list) and give the details (including a descriptive name). Or add another level to the application server tree so that under each server is a list of instances – why not allow us to provide default properties under the top level application server, then be able to override them within individual instances – that would be cool.November 21, 2005 at 4:21 pm #241868
rogue_devMember+1
And this would be a good place for the automatic/manual deployment checkbox we discussed a while back.November 23, 2005 at 7:23 pm #242043
PaulParticipant+1
I’d love the speed improvement in not loading extra webapps…
January 4, 2006 at 7:47 am #243968+1
I also would like to configure multiple instances (e.g. of Tomcat) to deploy to different servers.
January 5, 2006 at 4:30 am #244045
msquaredMember+1
its a major pain not having this abilityJanuary 5, 2006 at 1:01 pm #244062
mattrubyredMember+1
I think something closer to WSAD’s server perspective/views would help save some time.
January 18, 2006 at 9:14 am #244758
Stefano GiordanoMemberYess! it would be a very handy feature; I am currently developing a webapp and I’d need to have it deployed on both Tomcat 5 and 5.5 (pluto based).
BTW a pluto/portlet integration would be nice as well 😉
Stefano
January 30, 2007 at 5:00 pm #265346
lindholm42Member+1 as well.
I was really surprised when I wasn’t able to use the wst tomcat option to run in a private instance,
and not being able to edit the server.xml file when I first looked at myEclipseIDEGeorge
February 15, 2007 at 10:59 am #266159
iimuhinMember+1
February 22, 2007 at 5:18 pm #266535
chivoMember+1
March 6, 2007 at 8:38 am #267040
spitfireMember+1
We use multiple instances of JBoss for various apps, and they don’t always play nice. Being able to create multiple Jboss 4 (or any app server type) instances would be a joyous thing.
-
AuthorPosts