David,

Did you ever get a chance to take a look at Orion.

Jon
David Sean Taylor wrote:

[EMAIL PROTECTED] wrote:

David,

Further to my previous email.

If I copy the portlet.xml from cvs J2\archives\WEB-INF the previous error does not appear. However, If I then deply, say, security.war, the file gets
copied, portlet.tld gets added etc, but does not get registered into the
portletCache, and so when J2 renders I get Portlet Application security not found. This happens for all the war files, except jetspeed-layouts.war. I
notices that war files with the prefix jetspeed are dealt with in a
different manner, deployLocalPortletApplication rather than
deployPortletApplication.

Hope this helps

Jon

Jonathan,

Im new to Orion too, but Im getting more interested.

One thing I noticed is that you have a lot of duplicated jars in Orion/lib directory. Only put these files there:

(oracle jdbc driver)

jetspeed-api-2.0-M3.jar
jetspeed-commons-2.0-M3.jar
pluto-1.0-svn-169718.jar
portals-bridges-common-0.3.jar
portlet-api-1.0.jar

Since Orion is an application server, you can also try creating an EAR file and putting the common jar files listed above into a common area of the EAR. (Disclaimer: I havent tried this with Orion and I don't know the EAR format)

Note: Jetspeed-2's deployment tool is specific to Tomcat.
We try to communicate directly with Tomcat to deploy the war file.
Thus I think deploying, until we learn more about Orion, will require NOT putting war files in the Jetspeed deploy directory but instead deploying with Orion and preprocessing the portlet war files with the deploy-tool found here:

http://www.bluesunrise.com/maven/jetspeed2/jars/jetspeed-file-cache-2.0-M3.jar

run it as

java -jar target/jetspeed-deploy-tools-2.0-M4-SNAPSHOT-uber.jar [-s] source.war destination.war

-s: stripLoggers - remove commons-logging[version].jar and/or log4j[version].jar from war required when targetting application servers like JBoss

The deploy tool adds some code into a portlet application to make it register with jetspeed during servlet initialization.

Anyway I will get more time to try this over the next few days
Sorry I can't help more quickly


---------------------------------------------------------------------
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]

Reply via email to