screens which do not contain standard header

2005-01-11 Thread Peter F.
Hello , I use Jetspeed 1.5 I want to create a number of screens (or pages) which do not contain standard header, footer etc. just like when I press on Print control. How can I do this? Thanks in advance. -- Best regards, Peter mailto:[EMAIL PROTECTED]

VelocityViewServlet : Error processing the template

2005-01-11 Thread Xavier Lawrence
Hi all, I am trying to portletize an existing Struts Application and jetspeed-2 prints out this error, when I try to access the portlet. I use the struts-portlet bridge. Any ideas where I should start looking ?? The message is a little vague to me... Thanks in advance for any help. Regards

RE: Problem with Redirect when using SSL with Tomcat

2005-01-11 Thread chris holt
I have been researching this more by debugging and it appears that the HttpServletRequest class that the TurbineRunDataService class uses to populate the ServerData class is returning the wrong port. This is feeling like a problem with Tomcat. Has anybody else hit a problem similar to this one.

Re: j2 in tomcat 5.5

2005-01-11 Thread Palotai Zsolt
Thanks for the idea, but I tried that and i still have the following errors in tomcat stdout.log after it tries to deploy pam.war and rss.war: Jan 11, 2005 11:05:34 AM org.apache.catalina.core.StandardContext start SEVERE: Error listenerStart Jan 11, 2005 11:05:34 AM

Re: VelocityViewServlet : Error processing the template

2005-01-11 Thread Aleksandr Vushkan
Hello Hi all, I am trying to portletize an existing Struts Application and jetspeed-2 prints out this error, when I try to access the portlet. I gess web-server not deploy your application. Try again later. I recieved this error.I closed my browser and open web-site in new window. All work...

Re: j2 in tomcat 5.5

2005-01-11 Thread David Sean Taylor
Palotai Zsolt wrote: Thanks for the idea, but I tried that and i still have the following errors in tomcat stdout.log after it tries to deploy pam.war and rss.war: I had a few brief minutes to test on Tomcat 5.5 Some portlets work, others don't. For instance the JSF Demo portlets

jetspeed 2 on Weblogic 8.1 Sp4

2005-01-11 Thread Bharat Nagwani
Hi, I installed J2m1 on Tomcat 4.1(hsql db). Works perfect. When I tried the same on Weblogic 8.1 sp4(hsql db) I get following error WARN: IOException, CatalinaPAM will only function as FileSystemPAM: java.net.ConnectException: Connection refused: connect Looking at source I see this

Re: jetspeed 2 on Weblogic 8.1 Sp4

2005-01-11 Thread Randy Watler
Bharat, You need to configure the org.apache.jetspeed.tools.pamanager.servletcontainer.ApplicationServerManager bean in jetspeed-spring.xml to use the WeblogicManager instead of the TomcatManager class, (from the same package). The WeblogicManager class takes no constructor arguments, (see the

RE: jetspeed 2 on Weblogic 8.1 Sp4

2005-01-11 Thread Bharat Nagwani
Thanks much. That did resolve the first two issues. Now I am on stuck on third. The exact message is java.lang.NoClassDefFoundError: weblogic/jdbc/wrapper/PoolConnection at java.lang.ClassLoader.defineClass0(Native Method) ...

Re: jetspeed 2 on Weblogic 8.1 Sp4

2005-01-11 Thread Randy Watler
Bharat, I assume you are specifying 'weblogic/jdbc/wrapper/PoolConnection' in build.properties or jetspeed.xml. If so, you certainly need to make the driver class available to the Jetspeed webapp. With Tomcat, this is typically done by copying the appropriate jar containing the driver class to

RE: jetspeed 2 on Weblogic 8.1 Sp4

2005-01-11 Thread Bharat Nagwani
Hello, No I haven't specified this class name 'weblogic/jdbc/wrapper/PoolConnection' anywhere. I checked the entire jetspeed tree, I don't have jetspeed.xml or build.properties(I downloaded binary, so I assume I don't need this). I do have conf\jetspeed.properties but that doesn't have any

RE: jetspeed 2 on Weblogic 8.1 Sp4

2005-01-11 Thread Bharat Nagwani
Hi, Jetspeed.xml does exist in my tomcat deployment in webapps folder. And I see it uses ResourceParams name=jdbc/jetspeed parameter namefactory/name valueorg.apache.commons.dbcp.BasicDataSourceFactory/value /parameter I don't see any property for

RE: jetspeed 2 on Weblogic 8.1 Sp4

2005-01-11 Thread Randy Watler
Bharat, First see this wiki page: http://wiki.apache.org/portals/Jetspeed2/Fusion J1/Fusion and J2 use the same codebase, so I am fairly sure that you will need to follow these instructions. If you still have problems, perhaps some other J2/weblogic user can shed some light on your problem...