- This topic has 13 replies, 8 voices, and was last updated 17 years, 11 months ago by
Riyad Kalla.
-
AuthorPosts
-
jason poleyMemberI would like to request the ability to set multiple app servers of a particular kind.
like 3 configs of tomcat 5.0
or 4 configs of Bea WebLogic 8.1this would be very handy to not have to switch it everytime i need to target it elsewhere.
-jpoley
March 10, 2005 at 2:39 pm #226508
Riyad KallaMemberI would like to request the ability to set multiple app servers of a particular kind.
This is an open enhancement that we will address in MyEclipse 5.0 near the end of this year.
November 12, 2005 at 3:26 am #241341
Alexandru PopescuMembercan you point to the Enhancement URL so that I can vote +1(0000) for this one 🙂 ?
thanks a lot
./alex
—
.w( the_mindstorm )p.November 12, 2005 at 12:37 pm #241345
Riyad KallaMemberAlex,
Our issues aren’t tracked publically but I went ahead and added a +1 for you, and for Christmas I will add another +1 for you 😉November 14, 2005 at 10:06 pm #241481
Andrew FreemanMember+1 (+3 more for my team of ME users)
November 18, 2005 at 10:12 am #241791
peiMember+1 from me
December 9, 2005 at 8:57 am #242918
MikeMember<aol>me too!</aol>
(going to have to wash now…may never get clean 😉January 25, 2007 at 12:02 pm #265151
MikeMemberAny updates to this…I’ve found a couple of configuration issues revolving around the different ways my company uses Weblogic, 1 instance in a plain vanilla weblogic installation, the other has a closed source portal that adds about a bajillion libraries to the weblogic class path, I do 70% of my developing in the portal world, but now the 30% has bitten me, everythings fine on my doctored PC, but deploy against the stock Weblogic instance and I’m getting many, MANY NoClassDefFound exceptions. It’d sure be nice if I could have multiple weblogic profiles!!!
Would it help if I said pretty please?? 😉January 25, 2007 at 12:06 pm #265152
Riyad KallaMembermezmo,
If you go to your WebLogic connector, go to the “Launch” tab, as of 5.0, you can click “Create Custom Launch Configuration” and then in your Run/Debug menus you will see a custom launch configuratio for that app server that you can customize to your hearts content.April 3, 2007 at 11:26 am #268292
John-NMemberRiyad,
Can you email regarding this? As you know I also have been looking for this feature for several years now, and I still cannot get it to work at all using ME 5.1.1 GA.
Thanks,
JohnApril 3, 2007 at 11:54 am #268297
Riyad KallaMemberJohn,
I don’t understand your request. In my post above I explain how to use it… is that not working? What’s going on?April 3, 2007 at 1:14 pm #268305
Riyad KallaMemberJohn, I went back and re-read your post here:
https://www.genuitec.com/forums/topic/project-specific-application-server-configurations/&highlight=#38819And from what I understand, you have multiple weblogic domains that you want to deploy to and manage… the best way to do this is two-fold:
1) Go to the weblogic configuration screen, set it up for the first domain and hit OK. Go back into the config and go to Launch then click Create Custom Launch Configuration. Now go to your Run or Debug… menus to get a list of all the run configurations. Find the one you just created and duplicate it 2 other times (for a total of 3). Adjust the other 2 new configurations to launch the different domains you want and adjust the names of the launch configs if you like.
2) Now go create your deployments for each project using the “Custom Location” deployment location… specify the deployment directory and then you should be all set. You likely won’t be able to use the server view this way because it adheres to our original model of having 1 server config but you will be able to deploy run/debug/start/stop from within MYEclipse doing this.
August 9, 2007 at 10:46 am #273715
optimadParticipantRiyad,
Is this still the only way to have multiple configurations of the same app server? I’ve got a project which I want to deploy to Tomcat 5.5 / Java 5 and another which I want to deploy to Tomcat 5.5 (with compatibility package) / Java 1.4.
Using the ‘servers’ view would be ideal. I’m using MyEclipse build 20070521-5.5.1-GA.
Thanks in advance,
Matt
August 14, 2007 at 11:58 am #273880
Riyad KallaMemberMatt,
yes at the moment this is the only way. -
AuthorPosts