You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by "McClelland, Mark" <Ma...@divine.com> on 2001/06/14 18:27:36 UTC

Jetspeed on WebLogic 6.1

I was able to get Jetspeed to work on WebLogic 6.1 (beta), but only by
moving /WEB-INF/templates to /templates, changing config files to point
to the relocated templates directory, and doing a global replace of
"/WEB-INF/templates" to "/templates" in the templates directory -- to
fix all of the full-path taglib headers.  It appears that WebLogic does
not allow page-forwards into the WEB-INF directory, where Tomcat does.

Have other people run into the same problem?  Is there a setting in
WebLogic to allow page-forwards into the WEB-INF directory?  If not, the
Jetspeed development team may want to consider changing the default
configuration, pulling the templates directory out of WEB-INF.  I don't
see any notable security risk in being able to browse templates
directly... maybe I'm overlooking something?

I can post the details of my WebLogic build if anyone is interested.

-mark

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: Admin

Posted by ra...@networks.groupvu.com.
Frans Thamura wrote:
> 
> Hi,
> 
> My tomcat run JetSpeed a3, I download from the CVS, and great, edit, min,
> max button is great..
> 
> Thanks you team, you answer my last question. Great job!!.
> 
> I login using turbine/turbine, and work well..
> 
> I login using admin/jetspeed, it work, I can customize it, but where is the
> admin portlet??? I see only the standar RDF, OCS for user, but the admin
> portlet.
> 

Check the jetspeed.log, you probably have a related message in the log...

--
Raphaël Luta - luta.raphael@networks.vivendi.net

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Admin

Posted by Frans Thamura <ft...@yahoo.com>.
Hi,


My tomcat run JetSpeed a3, I download from the CVS, and great, edit, min,
max button is great..

Thanks you team, you answer my last question. Great job!!.

I login using turbine/turbine, and work well..

I login using admin/jetspeed, it work, I can customize it, but where is the
admin portlet??? I see only the standar RDF, OCS for user, but the admin
portlet.

Installation process:
1 I compile 2 times, and get 1 jar, 1 war
2. I put the jar in \lib
3. I put the war in \webapps
4. Run the tomcat
5. Modify the Turbine.properties, because I use MySQL
6. Run the browser, type localhost:8080/jetspeed

My Tomcat run in Windows 2K Server


Regards,

Frans






_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: Jetspeed on WebLogic 6.1

Posted by Raphaël Luta <ra...@networks.groupvu.com>.
McClelland, Mark wrote:

> I was able to get Jetspeed to work on WebLogic 6.1 (beta), but only by
> moving /WEB-INF/templates to /templates, changing config files to point
> to the relocated templates directory, and doing a global replace of
> "/WEB-INF/templates" to "/templates" in the templates directory -- to
> fix all of the full-path taglib headers.  It appears that WebLogic does
> not allow page-forwards into the WEB-INF directory, where Tomcat does.
> 
> Have other people run into the same problem?  Is there a setting in
> WebLogic to allow page-forwards into the WEB-INF directory?  If not, the
> Jetspeed development team may want to consider changing the default
> configuration, pulling the templates directory out of WEB-INF.  I don't
> see any notable security risk in being able to browse templates
> directly... maybe I'm overlooking something?
> 
> I can post the details of my WebLogic build if anyone is interested.
> 


Thanks for this information, moving the templates directory one level
up will probably happen in Jetspeed 1.3a2 if we can find a good portable way
to avoid people browsing them (in theory webapp container security can
handle this if correctly implemented by all the containers...)

On the other hand, if you use Velocity as the default layout

engine, ie set in TR.p

services.TemplateService.default.extension=vm

instead of jsp, Weblogic should accept the templates in WEB-INF/templates
since Velocity does not dispatch requests as JSP does, only reads the
template files.

I'd really appreciate if someone could confirm that this indeed works.


--
Raphael Luta - raphael.luta@networks.groupvu.com
Vivendi Universal Networks - Paris


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org