<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>Nachricht</TITLE>

<META content="MSHTML 6.00.2800.1106" name=GENERATOR></HEAD>
<BODY><!-- Converted from text/plain format -->
<P><FONT size=2>On my installation (has same versions of Tomcat/JDK) it helped 
to add the red part in the following jsp servlet configuration of 
Tomcat.</FONT></P>
<P><FONT size=2>This is in the web.xml in 
the TOMCAT_HOME/conf directory. It helped. Perhaps there are 
better solutions...</FONT><FONT 
size=2><BR>       <BR>    
<servlet><BR>        
<servlet-name><FONT 
color=#ff0000>jsp</FONT></servlet-name><BR>        
<servlet-class>org.apache.jasper.servlet.JspServlet</servlet-class><BR>        
<init-param><BR>            
<param-name>logVerbosityLevel</param-name><BR>            
<param-value>WARNING</param-value><BR>        
</init-param><BR><FONT 
color=#ff0000>        
<init-param><BR>            
<param-name>fork</param-name><BR>            
<param-value>false</param-value><BR>        
</init-param><BR></FONT>        
<load-on-startup>3</load-on-startup><BR>    
</servlet><BR><BR>Gruss<BR><BR>Roland Ribi<BR><BR><A 
href="mailto:roland.ribi@gmx.ch">mailto:roland.ribi@gmx.ch</A><BR><BR>> 
-----Original Message-----<BR>> From: opencms-dev-admin@opencms.org<BR>> 
[<A 
href="mailto:opencms-dev-admin@opencms.org">mailto:opencms-dev-admin@opencms.org</A>] 
On Behalf Of Tim Pascal<BR>> Sent: Saturday, June 21, 2003 12:41 PM<BR>> 
To: opencms-dev@opencms.org<BR>> Subject: Re: [opencms-dev] Re: Newbie 
Install Bug Redux<BR>><BR>><BR>> The examples at <A 
href="http://localhost:8080/examples/jsp/">http://localhost:8080/examples/jsp/</A> 
do not<BR>> work either - so<BR>> it looks like a Tomcat configuration 
problem. Thoughts?<BR>><BR>> Tim<BR>><BR>> ----- Original Message 
-----<BR>> From: "Thomas März" <thomasmaerz@gmx.de><BR>> To: 
<opencms-dev@opencms.org><BR>> Sent: Friday, June 20, 2003 6:05 
PM<BR>> Subject: Re: [opencms-dev] Re: Newbie Install Bug 
Redux<BR>><BR>><BR>> > Tim Pascal <timpascal@av.eastlink.ca> 
writes:<BR>> > >   Similar to Zitan Broth's 2 Apr 03 post 
entitled "Newbie Install<BR>> > >   Bug", archive 
entry:<BR>> > >  <BR>> <A 
href="http://mail.opencms.org/pipermail/opencms-">http://mail.opencms.org/pipermail/opencms-</A>> 
dev/2003q2/004148.html, I'm<BR>> > >   having fun with trying 
to run ocsetup to get opencms<BR>> installed. I'm<BR>> > 
>   getting the same exception report from Tomcat.<BR>> > 
><BR>> > >   I'm running Windows 2000, Java 2 SDK 
1.4.1_03, and<BR>> Tomcat 4.1.24. I<BR>> > >   suspect 
that it may have something to do with my environment<BR>> > 
>   variables (JAVA_HOME, CATALINA_HOME, CATALINA_OPTS) being 
set<BR>> > >   properly. I've tried setting them directly in 
Windows<BR>> properties and<BR>> > >   in the 
tomcat\bin\catalina.bat file. No luck so far.<BR>> > Normally you only 
need to set the property JAVA_HOME.<BR>> ><BR>> > Do you get the 
error already accessing the file ocsetup/index.jsp?<BR>> ><BR>> > Do 
the Tomcat examples at <A 
href="http://localhost:8080/">http://localhost:8080/</A> work?<BR>> 
><BR>> > Best Regards,<BR>> > Thomas März<BR>> ><BR>> 
><BR>><BR>> _______________________________________________<BR>> 
This mail is send to you from the opencms-dev mailing list<BR>> To change 
your list options, or to unsubscribe from the list,<BR>> please visit<BR>> 
<A 
href="http://mail.opencms.org/mailman/listinfo/opencms-dev">http://mail.opencms.org/mailman/listinfo/opencms-dev</A><BR>> 
</FONT></P></BODY></HTML>