Re: Trouble Starting OpenXAVA 5.8.1 Portlet on JetSpeed 2.3.1
DavidSeanTaylor <[email protected]> Tue, 16 Jan 2018 09:10:50 -0800
| Newsgroups | gmane.comp.jakarta.jetspeed.user |
|---|---|
| Message-ID | <[email protected]> |
--Apple-Mail=_E9A3D372-5924-4E06-A93A-F776C1D0B4B9
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
charset=utf-8
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=E2=80=99s Portlet =
Application Manager, you=E2=80=99ll 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=3Dlocalhost
application.server.port=3D8080
# 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=3D/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=3D
application.server.manager.password=3D
the name and password must match Tomcat=E2=80=99s =
conf/tomcat-users.xml:
<tomcat-users>
<role rolename=3D"manager-script"/>
<user username=3D"j2deployer" password=3D"xxxxx" =
roles=3D"manager-script"/>
</tomcat-users>
> On Jan 15, 2018, at 4:39 AM, Amarish Khopkar =
<[email protected]> wrote:
>=20
> Hello,
>=20
> 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.
>=20
> I have downloaded the latest version of JetSpeed 2 (2.3.1) and the =
latest
> version of Open XAVA (5.3.1).
>=20
> 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.
>=20
> 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.
>=20
> Failed to start application : /MySchool ,
> message: The App Server does not seem to be configured for remote
> application lifecycle management
>=20
> Again, there is no Stack Trace or Error Log in the JetSpeed Console.
>=20
> I searched online for this particular error but wasn't really able to =
find
> anything relevant.
>=20
> Can someone please point me in the right direction to fix this issue?
>=20
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>=20
--Apple-Mail=_E9A3D372-5924-4E06-A93A-F776C1D0B4B9--