Hi Linus, Please have a look at /jetspeed/WEB-INF/conf/jetspeed.properties, which has the following configurations for the manager app of the container.
#------------------------------------------------------------------------------------------------------------- # A P P L I C A T I O N S E R V E R M A N A G E R (TOMCAT ONLY, INVOKED THROUGH J2-ADMIN PALM PORTLET) #----'-------------------------------------------------------------------------------------------------------- application.server.host=localhost application.server.port=8080 # demo Tomcat user name/password having role manager (specify in $TOMCAT_BASE/conf/tomcat-users.xml) application.server.manager.name=j2deployer application.server.manager.password=j2deployer You could have necessary modifications there. Kind regards, Woonsan --- On Fri, 2/19/10, Linus Kamb <[email protected]> wrote: > From: Linus Kamb <[email protected]> > Subject: RE: RE: The App Server does not seem to be configured for remote > application lifecycle management > To: "'Jetspeed Users List'" <[email protected]> > Date: Friday, February 19, 2010, 2:05 PM > Thanks, PJ. > > I had just discovered that same thing and was about to send > and email. > > Without digging, I suspect that the PAM is trying to talk > to the tomcat manager application and it is hardwired to > 8080. > > I can't run on 8080, so hopefully I don't need this > particular feature. > > Thanks for the response! > > Linus > > > > -----Message d'origine----- > > De : [email protected] > [mailto:[email protected]] > > Envoyé : Friday, February 19, 2010 1:34 PM > > À : [email protected] > > Objet : Re: RE: The App Server does not seem to be > configured for remote application lifecycle > > management > > > > I saw this after changing the http port number by hand > in server.xml > > after the installation. Everything worked fine except > portlet app admin. > > Rather than digging deeper, I just reverted the port > number, restarted, > > did the admin, then changed it again. > > > > ----- PŮVODNÍ ZPRÁVA ----- > > Od: "Linus Kamb" <[email protected]> > > Komu: "'Jetspeed Users List'" <[email protected]> > > Předmět: RE: The App Server does not seem to be > configured for remote > > Datum: 19.2.2010 - 13:24:11 > > > > > > > > > > > > -----Message d'origine----- > > > > De : Linus Kamb [mailto:[email protected]] > > > > > > > > Searching for the error string only turns up > an svn > > > > commit for some files that are not in the > > > > > source distro. > > > > > > > > > > Apologies. I was looking in wrong source > distro. > > > I needed j2-admin source. I will look for > what I > > > can find in there. > > > > > > Still, if anybody knows why this might be > happening, > > > I'd appreciate a hint. > > > > > > thanks, > > > Linus > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > 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]
