PLEASE HELP: Question about jetspeed/index.jsp

2002-02-13 Thread Irene Huang

Can someone please explain how this line work in jetspeed-home\index.jsp?

jsp:forward page=portal//

This should forward user to the default homepage of jetspeed, but it only
showed the souce code in my browser.
Is there anotherway I can access the default page or how should I check my
configuration?



Thank you for the help!

Irene


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: PLEASE HELP: Question about jetspeed/index.jsp

2002-02-13 Thread Paul Spencer

Irene,
jsp:forward page=portal// instruct the JSP engine, tomcat for 
example, to forward the request to portal.  In the case of jetspeed, 
this would be /jetspeed/portal

Please verify your JSP engine is working.

Paul Spencer



Irene Huang wrote:

 Can someone please explain how this line work in jetspeed-home\index.jsp?
 
 jsp:forward page=portal//
 
 This should forward user to the default homepage of jetspeed, but it only
 showed the souce code in my browser.
 Is there anotherway I can access the default page or how should I check my
 configuration?
 
 
 
 Thank you for the help!
 
 Irene
 
 
 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]
 
 



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]