<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Is it possible to publish a project inside OpenCMS 
using JSP files that are located outside the OpenCMS?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I have the JSP files located in 
/opencms/test/publish.jsp while the OpenCMS was installed correctly in /opencms 
folder within Tomcat.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I tried the code snippet to try to login the cms 
object, hoping to be able to use the object for publish projects, but all I am 
getting is NullPointerException.</FONT></DIV>
<DIV><FONT face=Arial size=2><%@ page language="java" 
import="com.opencms.file.*,com.opencms.core.*,com.opencms.flex.jsp.*"%><BR><%<BR> CmsJspActionElement 
cms = new CmsJspActionElement(pageContext, request, 
response);<BR> CmsObject cmsob = cms.getCmsObject();<BR> String 
username = "admin";<BR> String password = 
"admin";<BR> out.println(cmsob.loginUser(username, 
password));<BR>%></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks in advance.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Have a nice day,</FONT></DIV>
<DIV><FONT face=Arial size=2>Steven Ho.</FONT></DIV></BODY></HTML>