but my company insists to have our login page instead of jetspeed's. so cant
i keep my login page under Web-inf directory??.. I dont know how jetspeed
keeps its vm files under Web-inf directory.

bharani


-----Original Message-----
From: Glenn Golden [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 07, 2002 10:52 AM
To: 'Jetspeed Users List'
Subject: RE: html pages under Web-inf


How about letting Jetspeed provide the user interface, but you change the
actions inside that respond to the interface.  Currently, they invoke
turbine authentication using the turbine database, but you could figure out
what actions need to be replaced and replace them with code that does
authentication with your database.  After authentication, do what the
current actions do now, which is something like place a Turbine user object
into the http session so that Jetspeed knows the user is authenticated and
has access to the user information.


- Glenn
 
--------------------------------------------
Glenn R. Golden, Systems Research Programmer
University of Michigan School of Information
[EMAIL PROTECTED]               734-615-1419
--------------------------------------------



> -----Original Message-----
> From: Mani, Bharanidharan [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, May 07, 2002 10:41 AM
> To: 'Jetspeed Users List'
> Subject: html pages under Web-inf
> 
> 
> Hi, 
>       I have changed my template/vm/layout/default.vm to 
> display my login page instead of jetspeed's. In default.vm i 
> have a frame whose src points another html i.e. <frame src = 
> "login.html">. But i cant keep my static html page under 
> Web-inf directory. I want to know how jetspeed implemented 
> velocity templates & jsps under Web-inf. I want to implement 
> login.html the same way. This is because i would like to use 
> jetspeed for user authentication using DB2 database instead 
> of Hypersonic SQL. I have been trying to solve this problem 
> for the past one week with little success.. can someone tell 
> me how i can go about solving this issue..
> 
> thanks
> bharani
> 
> --
> To unsubscribe, e-mail:   
> <mailto:jetspeed-user-> [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]>

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

Reply via email to