-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello David :)
David Sean Taylor wrote: > Check the log files for errors. > In general, to get Jetspeed-2 to on different app servers you have to > deal with: > > 1. cross context dispatching > 2. class loader issues > 3. app server specific deployment descriptors > 4. auto deployment > > Im not sure how Jonas handles cross context > Many app servers come with it built in these days > Tomcat requires a special setting on the deployment descriptor for the > /jetspeed application > > For the class loader, we need to put the files found in Tomcat's > shared/lib into a similiar place for other app servers. Each app server > is different. Maybe we should start there. > > Did you put these files in a shared class loader path: > > jetspeed-api-2.0-M4-SNAPSHOT.jar > jetspeed-commons-2.0-M4-SNAPSHOT.jar > pluto-1.0.1-rc4.jar > portals-bridges-common-0.4-SNAPSHOT.jar > portlet-api-1.0.jar Thanks for your reply. Yes I have put those jars in the jonas commons library. Beside that, I have created a Jetspeed data source and linked the jndi name of this to the database resource in jetspeed (jonas-web.xml). I have also created a context.xml and put it in META-INF of jetspeed. When I then start jonas, the jetspeed engine is correctly initialized, and I cant see any exceptions in the logs for either jonas or jetspeed. But I have just copied the context file for tomcat 5.5, and dont fully understand the realm thing here.. I can also see the portal layout in my browser window, when I try to load localhost:9000/demoportal. But when I deploy the jetspeed portlets in the jetspeed deploy directory, they seems to be deployed correctly (no errors in the log files and debug info is equal to that when run in tomcat!), but the portlets *are not* registered in the database. Since the jetspeed engine is correctly initialized the db connection must be ok, right? One more question: I have commented out the default AuthorizationProvider in security-providers.xml. This because I got a stackOverflow where RdbmsPolicy.getPermissions were called all the time. If you have some comment to this, and how this works.. Thanks, - -- Rohnny -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFDIL9PJQxWxLw8G9QRApRwAKDK6rBkW+8SZVdIsOlYq1mjZ3BVpwCg2IPj QCkqqT2vmX0eV+BMPSNWgyc= =xqWH -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
