Hi Evi. Even if you found another solution...
The missing j2-admin::* portlets indicate that the j2-admin portal application has not been deployed in your app server. I like sysdeo because: - it's simple - enables you to keep the existing tomcat configuration - quick start/stop/restart from within eclipse - decreases the time needed for development cycles (edit, recompile, deploy) (this is sometimes painful with java webapps) In my enviroment I basically use the plugin to start/stop tomcat and to run the tomcat inside eclipse for debugging (no context injection). I have my fixed context files inside the tomcat conf directories that point to the project directories. This makes it possible to change a java src file and have it recompiled by eclipse (auto compile) and under most circumstances tomcat picks um the changes immediately (without restarting). Maybe I am a bit old fashioned, because I already used the sysdeo solution with jetspeed1. There might be a better solutions. Regards, Joachim evi wrote: > Thanks Joachim, > > I installed the latest Sysdeo plugin and even found a nice tutorial > (http://www.keyboardsamurais.de/2004/01/15/tomcat_tutorial_helloworld_for_co > mplete_fools_-_english/). > > But when I started Tomcat within Eclipse and open my J2 portal, the admin > portlets Login and Locale Selector (and some other portlets as well) are not > available (Portlet is Not Available: j2-admin::LoginPortlet Reason: null). > > At the same time my own little Hello World portlet is OK. > > Any ideas what might be wrong and why the portal acts differently when > Tomcat is started in Eclipse? A am using Tomcat 5.20, > sysdeo.eclipse.tomcat_3.2.0.beta3, Jetspeed-2.1. > > Regards, > Evi > > > -----Original Message----- > From: Joachim Müller [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 24, 2007 10:32 PM > To: Jetspeed Users List > Subject: Re: Debugging with Eclipse > > Hi Evi. > > you can use the sysdeo tomcat plugin to start tomcat from within eclipse. > then it's easy to set breakpoints in your src and debug your code. > > regards, > Joachim > > evi wrote: >> Hi! >> >> In Jetspeed-2 site there is a page about developing Jetspeed with Eclipse. >> Unfortunately the part of Debugging with Eclipse is not finsihed yet. >> >> Is information about Debugging with Eclipse available elsewhere? >> >> Evi >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
