For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 7 replies, 3 voices, and was last updated 17 years, 11 months ago by
refactor.
-
AuthorPosts
-
refactorMemberI see that you can have multiple weblogic configs. But, can you have multiple resin server configurations. We run resin as the primary app server and have several different web apps . I would like to run/debug these on separate appservers.
If this is possible please give explicit instructions as I have tried and not been able to figure it out.
thx
deanAugust 24, 2007 at 8:03 am #274444
Loyal WaterMemberYou can go to Windows > Preferences > MyEclipse > Application Server > Resin > Resin 2.x > Launch, hit Create Launch Configuration and create a custom launch configuration. But you will have to launch those from the Run or Debug menus, you won’t be able to use the Servers view or Server Dropdown from the toolbar to launch these custom configurations because that executes the default connector configuration and you have to use the custom launch configs that you created instead.
August 24, 2007 at 9:13 am #274457
refactorMemberso mabye i don’t get it. but here is the scenario. i have lets say 3 apps. I want 3 appserver instances, one where the home dir is c:/dev/apps/resin1 second c:dev/apps/resin2 etc When I follow the instructions you just gave it looks like I am messing around with my current single configuration in myeclipse, like I have to delete all usr lib refs cause they are pointing to the current config, i have to change all the paths cause they are pointing to the current config. Before i go an screw up my current configuration can you please explain to me what is going on there. All paths need to be changed and it will NOT afftect my current configuration?
thx
deanAugust 24, 2007 at 9:18 am #274460
refactorMemberBTW, i am running restin 3.x
August 24, 2007 at 2:01 pm #274504
Riyad KallaMemberDean,
What the function “Create Custom Launch Configuration” does is takes a snapshot of the Default connector’s settings, and creates a run configuration for you under the Run/Debug menu.So for folks that have 3 setups in different dirs what they will do is config the Resin connector 3 times, hitting “Create Luanch Config” between each change to create a snapshot of *that* connector state.
Also note that you will need to use a Custom Location deployment when you go to deploy your projects, because the deployment tool won’t have access to the custom launch configs, only the default connector config (which it sounds like you aren’t using).
August 26, 2007 at 4:44 pm #274564
refactorMemberk thx
i think i am getting there. but what a headache. this really needs to be addressed. it should be a very simple process from the servers deployment and it has been a bug for years. will this ever get fixed.thx
deanAugust 27, 2007 at 9:19 am #274598
Riyad KallaMemberDean,
What specific enhancement do you have in mind? If you could enumerate a few here I can kick them back to the team for review.August 27, 2007 at 11:25 am #274625
refactorMemberwell
all the servers should be listed in the servers window
resin 1
resin2
resin 3i should be able to start and stop them differently
right now I am experiencing some funky behavior that when i start the sever configured in the “servers” section and then start a server from the debug configuration, they both still run but if I stop the second server, stop debugging for instance, both instances go down. not to mention having to change the source views for the configurations etc.
simply is a hack right now. really should be more robust to handle any number of servers in the application servers configuration as well the ability to shut down a debugging session without affecting any other severs.
thx
dean -
AuthorPosts