[opencms-dev] class loader problems

Michael Goodwin mgoodwin at amadeus.net
Thu Mar 11 12:36:03 CET 2004





To answer my own question you have to modify the Context container settings
in "<tomcat>/conf/server.xml"   adding a line something like this

<Server ...
...
<Service ..
...
<Host ...
...
<Context path="" docBase="ROOT"/><!-- default context path -->
<Context path="/opencms" reloadable="true" docBase="opencms"/>
                                                                            
                                                                            
                                                                            



(The context container configuration can be done elsewhere
 "<tomcat>/opencms/META-INF/context.xml" or  "<tomcat>/opencms/opencms.xml"
-- I think )




From:  Michael Goodwin <mgoodwin at amadeus.net>@opencms.org  on 10/03/2004
       15:30

Please respond to opencms-dev at opencms.org

Sent by:    opencms-dev-admin at opencms.org


                                                                          
 To:    opencms-dev at opencms.org                                           
                                                                          
                                                                          
 cc:                                                                      
                                                                          
                                                                          
                                                                          
                                                                          
                                                                          
                                                                          
 Subjec [opencms-dev] class loader                                        
 t:     problems                                                          
                                                                          
                                                                          
                                                                          










Does anybody else get problems with the class loader, not using upto date
versions of files? The solution seems to be to restart tomcat, and
everything works again. This makes development with java classes a problem
though. Is it just me? Is there a solution? Thanks for any help.

Mike.

opencms 5.0.1
JVM 1.4.2_3 - i think
windows 2000

_______________________________________________
This mail is send to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://mail.opencms.org/mailman/listinfo/opencms-dev







More information about the opencms-dev mailing list