Thank You very much for your reply David. I got the portlet to deploy and start now. The look and feel of the portlet appears to be distorted, but at least this is a start.
However, I'm a bit surprised that there is very little recent activity on JetSpeed 2 Project. It seems like a fantastic product, and I'm curious why there aren't more people using it. What do you see as the future of JetSpeed 2? Are you planning to Integrate Pluto 3 into it? Also, are there many people using it in production today? On 1/16/18, DavidSeanTaylor <da...@bluesunrise.com> wrote: > Portlet apps packaged in war files can be directly deployed to Tomcat by > copying the war file into the $TOMCAT/webapps/jetspeed/WEB-INF/deploy/ > directory. A directory watcher that will automatically register and deploy > the app, see more info here: > > https://portals.apache.org/jetspeed-2/deployguide/guide-tomcat.html > <https://portals.apache.org/jetspeed-2/deployguide/guide-tomcat.html> > > If you want to remotely control Tomcat via Jetspeed’s Portlet Application > Manager, you’ll need to set up a few properties in your override.properties > (jetspeed.properties), > > #------------------------------------------------------------------------------------------------------------- > # 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 > # Path to access the Tomcat manager, see: > http://tomcat.apache.org/tomcat-6.0-doc/manager-howto.html > # Note: For default Tomcat 6- this should be adjusted to: /manager > application.server.manager.script.path=/manager/text > # Tomcat user name/password having role "manager-script" for access to the > Tomcat Manager > # By default these are undefined (disabled Tomcat Manager access) > application.server.manager.name= > application.server.manager.password= > the name and password must match Tomcat’s conf/tomcat-users.xml: > > <tomcat-users> > <role rolename="manager-script"/> > <user username="j2deployer" password="xxxxx" roles="manager-script"/> > </tomcat-users> > > > >> On Jan 15, 2018, at 4:39 AM, Amarish Khopkar <amarish.khop...@gmail.com> >> wrote: >> >> Hello, >> >> I am considering using JetSpeed 2 as the Integration Platform and >> OpenXAVA >> for constructing the portlets in an application that I am going to write. >> >> I have downloaded the latest version of JetSpeed 2 (2.3.1) and the latest >> version of Open XAVA (5.3.1). >> >> I was able to successfully deploy the 'MySchool' Module that comes with >> OpenXAVA as a portlet on JetSpeed 2 without any errors on the console. >> >> However, when I click on the 'Start' link for this Portlet in the >> Registry >> Applications List in the Admin Section, it gives me the following error >> and the portlet does not start. >> >> Failed to start application : /MySchool , >> message: The App Server does not seem to be configured for remote >> application lifecycle management >> >> Again, there is no Stack Trace or Error Log in the JetSpeed Console. >> >> I searched online for this particular error but wasn't really able to >> find >> anything relevant. >> >> Can someone please point me in the right direction to fix this issue? >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: jetspeed-user-unsubscr...@portals.apache.org >> For additional commands, e-mail: jetspeed-user-h...@portals.apache.org >> > > --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-user-unsubscr...@portals.apache.org For additional commands, e-mail: jetspeed-user-h...@portals.apache.org