<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.17095" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN class=322435719-30032011>Hi 
list,</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=322435719-30032011></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=322435719-30032011>I need to modify 
some files in the VFS programatically in a JSP, so I do 
this:</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=322435719-30032011></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=322435719-30032011>        if 
(cms.getRequestContext().currentProject().isOnlineProject()) 
{<BR>            
cmso.loginUser("myadmin", 
"mypassword");<BR>            
cmso.getRequestContext().setCurrentProject(cmso.readProject("Offline"));<BR>        
}</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=322435719-30032011>        // 
Now I modify the files in the VFS</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=322435719-30032011></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=322435719-30032011>My questions: 
</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=322435719-30032011>1.) Should I 
set the project to "Online" again, after I'm finished modifying the 
files?</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=322435719-30032011>2.) Do I 
also need to login the "Guest" user, to ensure regular guest users do not 
get the privileges assigned to "myadmin" user? (How do I do 
this?)</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=322435719-30032011>3.) Is the order of 
loginUser() and setCurrentProject() correct? (First login user and then set 
project?)</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=322435719-30032011></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=322435719-30032011>Appreciate any help! 
:)</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=322435719-30032011></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=322435719-30032011>Cheers,</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=322435719-30032011>Paul</SPAN></FONT></DIV></BODY></HTML>