<br><font size=2 face="sans-serif">Cool.  Thanks for all the help.
 I was finally able to get this to work.  The context-param below
was the key.</font>
<br>
<br><font size=2 face="sans-serif">Thanks again.</font>
<br><font size=2 face="sans-serif"><br>
Tim McGinnis<br>
717 720-1962<br>
Web Development<br>
AES/PHEAA</font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td><font size=1 color=#5f5f5f face="sans-serif">From:</font>
<td><font size=1 face="sans-serif">"Edwin Chiu" <edwin.chiu@gmail.com></font>
<tr valign=top>
<td><font size=1 color=#5f5f5f face="sans-serif">To:</font>
<td><font size=1 face="sans-serif">opencms-dev@opencms.org</font>
<tr valign=top>
<td><font size=1 color=#5f5f5f face="sans-serif">Date:</font>
<td><font size=1 face="sans-serif">04/23/2010 03:22 AM</font>
<tr valign=top>
<td><font size=1 color=#5f5f5f face="sans-serif">Subject:</font>
<td><font size=1 face="sans-serif">Re: [opencms-dev] OpenCMS on WAS 7.0</font>
<tr valign=top>
<td><font size=1 color=#5f5f5f face="sans-serif">Sent by:</font>
<td><font size=1 face="sans-serif">opencms-dev-bounces@opencms.org</font></table>
<br>
<hr noshade>
<br>
<br>
<br><tt><font size=2><br>
Hi Tim,<br>
<br>
The OpenCms wrongly recognize your context root in WAS. Please try to add<br>
the below context-param in the web.xml.<br>
<br>
    <context-param><br>
        <param-name>WebApplicationContext</param-name><br>
        <param-value>opencms</param-value><br>
    </context-param><br>
<br>
Thanks<br>
Edwin<br>
<br>
<br>
<br>
Timothy Mcginnis wrote:<br>
> <br>
> I was able to complete the setup.  I can pull up the login page
but it is <br>
> not displaying the images.  It seems the url has "opencms.war"
in it <br>
> instead of "opencms".  Can anybody tell me what I need
to change to <br>
> correct this?<br>
> <br>
>  /opencms.war/resources/commons/login_logo.png <br>
> To:<br>
> "The OpenCms mailing list" <opencms-dev@opencms.org><br>
> Cc:<br>
> "The OpenCms mailing list" <opencms-dev@opencms.org>,
<br>
> opencms-dev-bounces@opencms.org<br>
> Date:<br>
> 04/21/2010 07:34 AM<br>
> Subject:<br>
> Re: [opencms-dev] OpenCMS on WAS 7.0<br>
> Sent by:<br>
> opencms-dev-bounces@opencms.org<br>
> <br>
> <br>
> <br>
> <br>
> I cleaned out everything and re-loaded the opencms.war.  I still
get the <br>
> setup exception which seems to be appropriate now and I can access
the <br>
> setup wizard now (I couldn't before).  Must have been a bad install
<br>
> previously.  Now the setup wizard locks up part way through importing
the <br>
> modules.  I am working on that at the moment. <br>
> <br>
> Thanks for your support, another voice always helps :-) <br>
> <br>
> Tim McGinnis<br>
> 717 720-1962<br>
> Web Development<br>
> AES/PHEAA <br>
> <br>
> <br>
> From: <br>
> "Christian Steinert" <christian_steinert@web.de> <br>
> To: <br>
> "The OpenCms mailing list" <opencms-dev@opencms.org>
<br>
> Date: <br>
> 04/21/2010 02:17 AM <br>
> Subject: <br>
> Re: [opencms-dev] OpenCMS on WAS 7.0 <br>
> Sent by: <br>
> opencms-dev-bounces@opencms.org<br>
> <br>
> <br>
> <br>
> <br>
> Timothy Mcginnis wrote: <br>
> I redeployed the opencms.war, made sure it was expanded then tried
to <br>
> start the app.  The app doesn't seem to be starting at all. <br>
> Does that mean that you cannot even use the JSP-based setup wizard?<br>
> <br>
> I haven't used opencms on websphere - however, it is normal that the
main <br>
> servlet will only start, after you are finished the setup by using
the <br>
> wizard.<br>
> <br>
> Kind regards<br>
> Christian <br>
>   The opencms <br>
> log file is empty and my WebSphere logs display the following.<br>
> <br>
> [4/20/10 8:16:12:951 EDT] 00000028 AdminHelper   A   ADMN1009I:
An attempt <br>
> <br>
> is made to start the opencms_war application.<br>
> [4/20/10 8:16:12:998 EDT] 00000028 CompositionUn A   WSVR0190I:
Starting <br>
> composition unit WebSphere:cuname=opencms_war in BLA <br>
> WebSphere:blaname=opencms_war.<br>
> [4/20/10 8:16:13:029 EDT] 00000028 ApplicationMg A   WSVR0200I:
Starting <br>
> application: opencms_war<br>
> [4/20/10 8:16:13:029 EDT] 00000028 ApplicationMg A   WSVR0204I:
<br>
> Application: opencms_war  Application build level: Unknown<br>
> [4/20/10 8:16:18:295 EDT] 00000028 webapp        I
<br>
> com.ibm.ws.webcontainer.webapp.WebGroupImpl WebGroup SRVE0169I: Loading
<br>
> Web Module: OpenCms.<br>
> [4/20/10 8:16:18:420 EDT] 00000028 init        
 I org.opencms.main.CmsLog <br>
> <br>
> <clinit> . Log4j config file    : C:/Program <br>
> Files/IBM/SDP/runtimes/base_v7/profiles/was70profile2/installedApps/4n11062Node03Cell/opencms_war.ear/opencms.war/WEB-INF/classes/log4j.properties<br>
> [4/20/10 8:16:18:451 EDT] 00000028 WASSessionCor I SessionContextRegistry
<br>
> getSessionContext SESN0176I: Will create a new session context for
<br>
> application key default_host/opencms<br>
> [4/20/10 8:16:18:638 EDT] 00000028 init        
 I <br>
> org.opencms.i18n.CmsLocaleManager setDefaultLocale . i18n configuration
: <br>
> the JVM default locale is "en_US"<br>
> [4/20/10 8:16:18:638 EDT] 00000028 init        
 I <br>
> org.opencms.i18n.CmsLocaleManager setDefaultLocale . i18n configuration
: <br>
> the JVM default locale is "en_US"<br>
> [4/20/10 8:16:18:638 EDT] 00000028 init        
 I <br>
> org.opencms.main.OpenCmsCore setRunLevel . Runlevel change  
   : <br>
> Switching from 1 to 2<br>
> [4/20/10 8:16:18:654 EDT] 00000028 OpenCmsCore   E <br>
> org.opencms.main.OpenCmsCore setErrorCondition Critical error during
<br>
> OpenCms initialization: The OpenCms setup wizard is still enabled.<br>
>                    
            org.opencms.main.CmsException:
Critical <br>
> error during OpenCms initialization: The OpenCms setup wizard is still
<br>
> enabled.<br>
>        at org.opencms.main.OpenCmsCore.setErrorCondition(<br>
> OpenCmsCore.java:320)<br>
>        at org.opencms.main.CmsInitException.setErrorCondition(<br>
> CmsInitException.java:121)<br>
>        at org.opencms.main.CmsInitException.<init>(<br>
> CmsInitException.java:78)<br>
>        at org.opencms.main.CmsInitException.<init>(<br>
> CmsInitException.java:64)<br>
>        at org.opencms.main.OpenCmsCore.initContext(OpenCmsCore.java:1239)<br>
>        at org.opencms.main.OpenCmsCore.upgradeRunlevel(<br>
> OpenCmsCore.java:1736)<br>
>        at org.opencms.main.OpenCmsListener.contextInitialized(<br>
> OpenCmsListener.java:87)<br>
>        at <br>
> com.ibm.ws.webcontainer.webapp.WebApp.notifyServletContextCreated(<br>
> WebApp.java:1667)<br>
>        at <br>
> com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinish(<br>
> WebApp.java:368)<br>
>        at com.ibm.ws.webcontainer.webapp.WebAppImpl.initialize(<br>
> WebAppImpl.java:294)<br>
>        at com.ibm.ws.webcontainer.webapp.WebGroupImpl.addWebApplication(<br>
> WebGroupImpl.java:100)<br>
>        at com.ibm.ws.webcontainer.VirtualHostImpl.addWebApplication(<br>
> VirtualHostImpl.java:166)<br>
>        at com.ibm.ws.webcontainer.WSWebContainer.addWebApp(<br>
> WSWebContainer.java:728)<br>
>        at com.ibm.ws.webcontainer.WSWebContainer.addWebApplication(<br>
> WSWebContainer.java:616)<br>
>        at com.ibm.ws.webcontainer.component.WebContainerImpl.install(<br>
> WebContainerImpl.java:376)<br>
>        at com.ibm.ws.webcontainer.component.WebContainerImpl.start(<br>
> WebContainerImpl.java:668)<br>
>        at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(<br>
> ApplicationMgrImpl.java:1120)<br>
>        at <br>
> com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(<br>
> DeployedApplicationImpl.java:1313)<br>
>        at com.ibm.ws.runtime.component.DeployedModuleImpl.start(<br>
> DeployedModuleImpl.java:619)<br>
>        at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(<br>
> DeployedApplicationImpl.java:938)<br>
>        at <br>
> com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(<br>
> ApplicationMgrImpl.java:723)<br>
>        at com.ibm.ws.runtime.component.ApplicationMgrImpl$1.run(<br>
> ApplicationMgrImpl.java:1264)<br>
>        at com.ibm.ws.security.auth.ContextManagerImpl.runAs(<br>
> ContextManagerImpl.java:4476)<br>
>        at com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(<br>
> ContextManagerImpl.java:4654)<br>
>        at com.ibm.ws.security.core.SecurityContext.runAsSystem(<br>
> SecurityContext.java:255)<br>
>        at <br>
> com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplicationDynamically(<br>
> ApplicationMgrImpl.java:1269)<br>
>        at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(<br>
> ApplicationMgrImpl.java:2041)<br>
>        at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(<br>
> CompositionUnitMgrImpl.java:437)<br>
>        at com.ibm.ws.runtime.component.CompositionUnitImpl.start(<br>
> CompositionUnitImpl.java:122)<br>
>        at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(<br>
> CompositionUnitMgrImpl.java:380)<br>
>        at <br>
> com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(<br>
> CompositionUnitMgrImpl.java:651)<br>
>        at <br>
> com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(<br>
> CompositionUnitMgrImpl.java:613)<br>
>        at <br>
> com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(<br>
> ApplicationMgrImpl.java:1175)<br>
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)<br>
>        at sun.reflect.NativeMethodAccessorImpl.invoke(<br>
> NativeMethodAccessorImpl.java:48)<br>
>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(<br>
> DelegatingMethodAccessorImpl.java:37)<br>
>        at java.lang.reflect.Method.invoke(Method.java:600)<br>
>        at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:36)<br>
>        at sun.reflect.GeneratedMethodAccessor87.invoke(Unknown
Source)<br>
>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(<br>
> DelegatingMethodAccessorImpl.java:37)<br>
>        at java.lang.reflect.Method.invoke(Method.java:600)<br>
>        at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:243)<br>
>        at javax.management.modelmbean.RequiredModelMBean.invokeMethod(<br>
> RequiredModelMBean.java:1086)<br>
>        at javax.management.modelmbean.RequiredModelMBean.invoke(<br>
> RequiredModelMBean.java:967)<br>
>        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(<br>
> DefaultMBeanServerInterceptor.java:848)<br>
>        at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(<br>
> JmxMBeanServer.java:773)<br>
>        at com.ibm.ws.management.AdminServiceImpl$1.run(<br>
> AdminServiceImpl.java:1320)<br>
>        at com.ibm.ws.security.util.AccessController.doPrivileged(<br>
> AccessController.java:118)<br>
>        at com.ibm.ws.management.AdminServiceImpl.invoke(<br>
> AdminServiceImpl.java:1213)<br>
>        at <br>
> com.ibm.ws.management.commands.AdminServiceCommands$InvokeCmd.execute(<br>
> AdminServiceCommands.java:251)<br>
>        at com.ibm.ws.console.core.mbean.MBeanHelper.invoke(<br>
> MBeanHelper.java:239)<br>
>        at <br>
> com.ibm.ws.console.appdeployment.ApplicationDeploymentCollectionAction.execute(<br>
> ApplicationDeploymentCollectionAction.java:564)<br>
>        at <br>
> org.apache.struts.action.RequestProcessor.processActionPerform(Unknown
<br>
> Source)<br>
>        at org.apache.struts.action.RequestProcessor.process(Unknown
<br>
> Source)<br>
>        at org.apache.struts.action.ActionServlet.process(Unknown
Source)<br>
>        at org.apache.struts.action.ActionServlet.doPost(Unknown
Source)<br>
>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:738)<br>
>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)<br>
>        at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(<br>
> ServletWrapper.java:1597)<br>
>        at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(<br>
> ServletWrapper.java:1531)<br>
>        at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(<br>
> WebAppFilterChain.java:104)<br>
>        at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(<br>
> WebAppFilterChain.java:77)<br>
>        at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(<br>
> WebAppFilterManager.java:885)<br>
>        at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(<br>
> ServletWrapper.java:869)<br>
>        at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(<br>
> ServletWrapper.java:475)<br>
>        at <br>
> com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(<br>
> ServletWrapperImpl.java:175)<br>
>        at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(<br>
> WebAppRequestDispatcher.java:341)<br>
>        at org.apache.struts.action.RequestProcessor.doForward(Unknown
<br>
> Source)<br>
>        at org.apache.struts.tiles.TilesRequestProcessor.doForward(Unknown
<br>
> Source)<br>
>        at <br>
> org.apache.struts.action.RequestProcessor.processForwardConfig(Unknown
<br>
> Source)<br>
>        at <br>
> org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(Unknown
<br>
> <br>
> Source)<br>
>        at <br>
> com.ibm.isclite.container.controller.InformationController.processForwardConfig(<br>
> InformationController.java:217)<br>
>        at org.apache.struts.action.RequestProcessor.process(Unknown
<br>
> Source)<br>
>        at org.apache.struts.action.ActionServlet.process(Unknown
Source)<br>
>        at org.apache.struts.action.ActionServlet.doPost(Unknown
Source)<br>
>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:738)<br>
>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)<br>
>        at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(<br>
> ServletWrapper.java:1597)<br>
>        at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(<br>
> ServletWrapper.java:1531)<br>
>        at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(<br>
> WebAppFilterChain.java:131)<br>
>        at <br>
> com.ibm.ws.console.core.servlet.WSCUrlFilter.setUpCommandAssistence(<br>
> WSCUrlFilter.java:927)<br>
>        at <br>
> com.ibm.ws.console.core.servlet.WSCUrlFilter.continueStoringTaskState(<br>
> WSCUrlFilter.java:494)<br>
>        at com.ibm.ws.console.core.servlet.WSCUrlFilter.doFilter(<br>
> WSCUrlFilter.java:315)<br>
>        at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(<br>
> FilterInstanceWrapper.java:188)<br>
>        at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(<br>
> WebAppFilterChain.java:116)<br>
>        at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(<br>
> WebAppFilterChain.java:77)<br>
>        at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(<br>
> WebAppFilterManager.java:885)<br>
>        at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(<br>
> ServletWrapper.java:869)<br>
>        at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(<br>
> ServletWrapper.java:475)<br>
>        at <br>
> com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(<br>
> ServletWrapperImpl.java:175)<br>
>        at <br>
> com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(<br>
> CacheServletWrapper.java:91)<br>
>        at com.ibm.ws.webcontainer.WebContainer.handleRequest(<br>
> WebContainer.java:865)<br>
>        at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(<br>
> WSWebContainer.java:1583)<br>
>        at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(<br>
> WCChannelLink.java:182)<br>
>        at <br>
> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(<br>
> HttpInboundLink.java:455)<br>
>        at <br>
> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(<br>
> HttpInboundLink.java:384)<br>
>        at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(<br>
> HttpInboundLink.java:272)<br>
>        at <br>
> com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(<br>
> NewConnectionInitialReadCallback.java:214)<br>
>        at <br>
> com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(<br>
> NewConnectionInitialReadCallback.java:113)<br>
>        at <br>
> com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(<br>
> AioReadCompletionListener.java:165)<br>
>        at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(<br>
> AbstractAsyncFuture.java:217)<br>
>        at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(<br>
> AsyncChannelFuture.java:161)<br>
>        at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)<br>
>        at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)<br>
>        at com.ibm.io.async.ResultHandler.runEventProcessingLoop(<br>
> ResultHandler.java:775)<br>
>        at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)<br>
>        at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1550)<br>
> <br>
> Tim McGinnis<br>
> 717 720-1962<br>
> Web Development<br>
> AES/PHEAA<br>
> <br>
> <br>
> <br>
> From:<br>
> "Christian Steinert" <christian_steinert@web.de><br>
> To:<br>
> "The OpenCms mailing list" <opencms-dev@opencms.org><br>
> Date:<br>
> 04/19/2010 02:52 PM<br>
> Subject:<br>
> Re: [opencms-dev] OpenCMS on WAS 7.0<br>
> Sent by:<br>
> opencms-dev-bounces@opencms.org<br>
> <br>
> <br>
> <br>
> Dear Timothy<br>
> <br>
> Now I need to do the same for the software <br>
> used in our production environment which is IBM WebSphere 7.0 and
DB2. Are <br>
> <br>
> <br>
> there any wiki entries, documentation, mail archives, etc. that would
help <br>
> <br>
> <br>
> me in this endeavor?  I have tried it but I keep getting the
error <br>
> <br>
> javax.servlet.ServletException: Critical error during OpenCms <br>
> initialization: The OpenCms setup wizard is still enabled.<br>
> <br>
> Did you already go through the setup?<br>
> <br>
> You need to deploy the web app in a way that ensures that the .war
file <br>
> gets unpacked and that the unpacked files are writable by the web
app. <br>
> Then, you need to go through the setup wizard which should spend some
time <br>
> <br>
> to import all important modules.<br>
> <br>
> In the end it should tell you that the setup was successful. Then,
you <br>
> should re-start the web application context.<br>
> <br>
> If the setup did go through, but for some reason this message still
<br>
> appears, then you can manually disable the wizard in the <br>
> opencms.properties configuration file and re-start the web-app. But
this <br>
> will only help if the wizard was able to import all important modules.<br>
> <br>
> If you still have trouble, then it is good to attach your logfile
from the <br>
> <br>
> installation which you can find in the opencms webapp under WEB-INF/logs.<br>
> <br>
> <br>
> Kind regards<br>
> Christian<br>
> <br>
> <br>
> TIA<br>
> <br>
> Tim McGinnis<br>
> 717 720-1962<br>
> Web Development<br>
> AES/PHEAA<br>
> ==============================================================================<br>
> This message contains privileged and confidential information intended
for <br>
> <br>
> the above addressees only.  If you<br>
> receive this message in error please delete or destroy this message
and/or <br>
> <br>
> attachments. <br>
> <br>
> The sender of this message will fully cooperate in the civil and criminal
<br>
> prosecution of any individual engaging<br>
> in the unauthorized use of this message.<br>
> ==============================================================================<br>
> <br>
> <br>
> <br>
> <br>
> <br>
> _______________________________________________<br>
> This mail is sent to you from the opencms-dev mailing list<br>
> To change your list options, or to unsubscribe from the list, please
visit<br>
> </font></tt><a href="http://lists.opencms.org/mailman/listinfo/opencms-dev"><tt><font size=2>http://lists.opencms.org/mailman/listinfo/opencms-dev</font></tt></a><tt><font size=2><br>
> [attachment "smime.p7s" deleted by Timothy Mcginnis/AES]
<br>
> _______________________________________________<br>
> This mail is sent to you from the opencms-dev mailing list<br>
> To change your list options, or to unsubscribe from the list, please
visit<br>
> </font></tt><a href="http://lists.opencms.org/mailman/listinfo/opencms-dev"><tt><font size=2>http://lists.opencms.org/mailman/listinfo/opencms-dev</font></tt></a><tt><font size=2><br>
> <br>
> <br>
> ==============================================================================<br>
> This message contains privileged and confidential information intended
for <br>
> the above addressees only.  If you<br>
> receive this message in error please delete or destroy this message
and/or <br>
> attachments. <br>
> <br>
> The sender of this message will fully cooperate in the civil and criminal
<br>
> prosecution of any individual engaging<br>
> in the unauthorized use of this message.<br>
> ==============================================================================<br>
> <br>
>   <br>
> <br>
> <br>
> <br>
> _______________________________________________<br>
> This mail is sent to you from the opencms-dev mailing list<br>
> To change your list options, or to unsubscribe from the list, please
visit<br>
> </font></tt><a href="http://lists.opencms.org/mailman/listinfo/opencms-dev"><tt><font size=2>http://lists.opencms.org/mailman/listinfo/opencms-dev</font></tt></a><tt><font size=2>
<br>
> [attachment "smime.p7s" deleted by Timothy Mcginnis/AES]
<br>
> _______________________________________________<br>
> This mail is sent to you from the opencms-dev mailing list<br>
> To change your list options, or to unsubscribe from the list, please
visit<br>
> </font></tt><a href="http://lists.opencms.org/mailman/listinfo/opencms-dev"><tt><font size=2>http://lists.opencms.org/mailman/listinfo/opencms-dev</font></tt></a><tt><font size=2>
<br>
> <br>
> ==============================================================================<br>
> This message contains privileged and confidential information intended
for <br>
> the above addressees only.  If you<br>
> receive this message in error please delete or destroy this message
and/or <br>
> attachments. <br>
> <br>
> The sender of this message will fully cooperate in the civil and criminal
<br>
> prosecution of any individual engaging<br>
> in the unauthorized use of this message.<br>
> ==============================================================================<br>
> <br>
> ==============================================================================<br>
> This message contains privileged and confidential information intended
for <br>
> the above addressees only.  If you<br>
> receive this message in error please delete or destroy this message
and/or <br>
> attachments. <br>
> <br>
> The sender of this message will fully cooperate in the civil and criminal
<br>
> prosecution of any individual engaging<br>
> in the unauthorized use of this message.<br>
> ==============================================================================<br>
> <br>
> _______________________________________________<br>
> This mail is sent to you from the opencms-dev mailing list<br>
> To change your list options, or to unsubscribe from the list, please
visit<br>
> </font></tt><a href="http://lists.opencms.org/mailman/listinfo/opencms-dev"><tt><font size=2>http://lists.opencms.org/mailman/listinfo/opencms-dev</font></tt></a><tt><font size=2><br>
> <br>
> <br>
> ==============================================================================<br>
> This message contains privileged and confidential information intended
for<br>
> the above addressees only.  If you<br>
> receive this message in error please delete or destroy this message
and/or<br>
> attachments.  <br>
> <br>
> The sender of this message will fully cooperate in the civil and criminal<br>
> prosecution of any individual engaging<br>
> in the unauthorized use of this message.<br>
> ==============================================================================<br>
> <br>
> <br>
> _______________________________________________<br>
> This mail is sent to you from the opencms-dev mailing list<br>
> To change your list options, or to unsubscribe from the list, please
visit<br>
> </font></tt><a href="http://lists.opencms.org/mailman/listinfo/opencms-dev"><tt><font size=2>http://lists.opencms.org/mailman/listinfo/opencms-dev</font></tt></a><tt><font size=2><br>
> <br>
<br>
-- <br>
View this message in context: </font></tt><a href="http://old.nabble.com/OpenCMS-on-WAS-7.0-tp28294574p28337634.html"><tt><font size=2>http://old.nabble.com/OpenCMS-on-WAS-7.0-tp28294574p28337634.html</font></tt></a><tt><font size=2><br>
Sent from the OpenCMS - Dev mailing list archive at Nabble.com.<br>
<br>
<br>
_______________________________________________<br>
This mail is sent to you from the opencms-dev mailing list<br>
To change your list options, or to unsubscribe from the list, please visit<br>
</font></tt><a href="http://lists.opencms.org/mailman/listinfo/opencms-dev"><tt><font size=2>http://lists.opencms.org/mailman/listinfo/opencms-dev</font></tt></a><tt><font size=2><br>
<br>
</font></tt>
<br>
<br>
<P><pre wrap>==============================================================================
This message contains privileged and confidential information intended for the above addressees only.  If you
receive this message in error please delete or destroy this message and/or attachments.  

The sender of this message will fully cooperate in the civil and criminal prosecution of any individual engaging
in the unauthorized use of this message.
==============================================================================
</pre></P>