Title: RE: Cocoon in multiple webapp

Mauro, I always do that, but I guess (I'm not sure, but watching the mem consume of my linux box I'm almost sure) the jars of each context are loaded in memory although they are links to the same files.

-----Mensaje original-----
De: Mauro Daniel Ardolino [mailto:[EMAIL PROTECTED]]
Enviado el: Martes, 17 de Septiembre de 2002 11:41 a.m.
Para: '[EMAIL PROTECTED]'
Asunto: RE: Cocoon in multiple webapp

If you are in a linux machine, you can make a link.

ln -s <path of the .jar files>

So it will be the same file (only one i-node).

Tell me if it works or any questions if you don't understand.

Mauro


On Tue, 17 Sep 2002, Alejandro Raiczyk wrote:

> Well, I've tried all:
>
> - I put all cocoon jars under $CATALINA_HOME/common/lib
> - I added the extra-classpath in the web.xml of my webapps
> - I copied the xerces-XXX.jar, xalan-XXX.jar, and the xml-apis.jar to
> $JAVA_HOME/jre/lib/endorsed
> - I deleted the work dir
>
> and I'm getting the same exception as before ...
>
> If someone knows something else, please help !!!
> I donīt know what to do. I must install a development server for 20 people,
> each one having itīs own context and running cocoon 2. The machine has 256
> mb of RAM and if I put all cocoonīs jar in each webapp, the server will
> exploid!
>
> -----Mensaje original-----
> De: Vadim Gritsenko [mailto:[EMAIL PROTECTED]]
> Enviado el: Martes, 17 de Septiembre de 2002 09:46 a.m.
> Para: [EMAIL PROTECTED]
> Asunto: Re: Cocoon in multiple webapp
>
> Antonio Gallardo Rivera wrote:
>
> >Try this maybe it helps you:
> >
> >If you are using 1.4 (I am using 1.4.1RC) You must to copy the following
> >libraries to your Java libs:
> >
> >PROBLEM: When you are trying to use sunRise and your plataform is (or
> >similar):
> >
> >        Cocoon 2.0.3
> >        Tomcat 2.1.8 or 2.1.9
> >        Java 1.4 or 1.4.1
> >
> >You get the following error:
> >
> >java.lang.NullPointerException
> >
> >java.lang.NullPointerException at
> >org.apache.cocoon.sunshine.xml.XMLUtil.getNodesFromPath(XMLUtil.java:869)
> >at
> org.apache.cocoon.sunshine.xml.XMLUtil.getNodesFromPath(XMLUtil.java:871)
> >at
> org.apache.cocoon.sunshine.xml.XMLUtil.getNodesFromPath(XMLUtil.java:871)
> >at
> org.apache.cocoon.sunshine.xml.XMLUtil.getNodeListFromPath(XMLUtil.java:836
> >at
> >org.apache.cocoon.sunshine.context.SimpleSessionContext.getXML(SimpleSessio
> n
> >Context.java:173)
> >at
> org.apache.cocoon.sunshine.sunrise.SunRise.isAuthenticated(SunRise.java:691
> >....
> >
> >CAUSE:
> >You have to configure java to work with this libraries:
> >        xalan-2.3.1.jar
> >        xercesImpl-2.0.0.jar
> >        xml-apis.jar
> >
> >SOLUTION:
> >1-Stop Tomcat.
> >2-Create a directory named "endorsed" at $JAVA_HOME/jre/lib/
> >3-Copy from Cocoon the following files to the recent created directory:
> >        xalan-2.3.1.jar
> >        xercesImpl-2.0.0.jar
> >        xml-apis.jar
> >4-Restart Tomcat
> >
>
> Ahem... Seems like nobody reading install docs...
>
> http://xml.apache.org/cocoon/installing/index.html
> *"**Java 1.4 configuration"*
>
>
> Vadim
>
>
> >THANKS:
> >
> >Many thanks to Matthew Langham that provide me the link to:
> >
> >http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=102927633032114&w=2
> >
> >Antonio Gallardo
> >
> >
> >CocoonServlet.java
> >
> >El Lunes, 16 de Septiembre de 2002 15:15, Ryan Agler escribió:
> > 
> >
> >>Also a lot of times when I'm trying to get things to work with Tomcat
> >>requiring me to stop-and-start it a lot, "catalina.sh stop" wont kill
> >>all the java processes on my system.  Then I get all kinds of errors
> >>when I start it back up.  Make sure there are no rogue processes running
> >>and if there are, kill them.  In the stop section of my catalina.sh file
> >>I added a line to not only kill all processes, but also delete the work
> >>directory:
> >>
> >>rm -rf $CATALINA_HOME/work
> >>killall /jdk/bin/java
> >>
> >>good luck
> >>
> >>-----Original Message-----
> >>From: Alejandro Raiczyk [mailto:[EMAIL PROTECTED]]
> >>Sent: Monday, September 16, 2002 2:38 PM
> >>To: '[EMAIL PROTECTED]'
> >>Subject: RE: Cocoon in multiple webapps
> >>
> >>Iīve tried, but it didnīt work:
> >>type fatal
> >>message null
> >>description java.lang.NullPointerException
> >>sender org.apache.cocoon.servlet.CocoonServlet
> >>source Cocoon servlet
> >>
> >>   
> >>
>
>
>
>
> ---------------------------------------------------------------------
> Please check that your question  has not already been answered in the
> FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
>
> To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
>

--
Ing.Mauro Daniel Ardolino
Departamento de Desarrollo y Servicios
Altersoft
Billinghurst 1599 - Piso 9
C1425DTE - Capital Federal
Tel/Fax: 4821-3376 / 4822-8759
mailto: [EMAIL PROTECTED]
website: http://www.altersoft.com.ar


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to