Return-Path: Delivered-To: apmail-xml-cocoon-users-archive@xml.apache.org Received: (qmail 88894 invoked by uid 500); 24 Jan 2003 11:49:51 -0000 Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-users@xml.apache.org Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 88883 invoked from network); 24 Jan 2003 11:49:51 -0000 Message-ID: <0a6401c2c39e$d4d56880$d767a8c0@kpiroumian> From: "Konstantin Piroumian" To: References: <1043332209.9877.11.camel@iris> <090501c2c2ef$03219520$d767a8c0@kpiroumian> <3E3019DA.8070406@gmx.de> Subject: Re: .Net port of Cocoon Date: Fri, 24 Jan 2003 14:50:45 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Rating: 208.185.179.12.available.above.net 1.6.2 0/1000/N Looks fine! Thanks. I've corrected a little and added the original author's name - Vadim. -- Konstantin ----- Original Message ----- From: "Joerg Heinicke" To: Sent: Thursday, January 23, 2003 19:35 Subject: Re: .Net port of Cocoon > Very cool, Konstantin. I added the information to > http://wiki.cocoondev.org/Wiki.jsp?page=HotDeploy. Hey, my first Wiki > page ;-) Did I forget anything? > > Regards, > > Joerg > > Konstantin Piroumian wrote: > > From: "Andreas Bednarz" > > > >>Hi Derek, > >> > > > > > > > >>no VM restarting for debugging etc > > > > > > My advice won't help you much if you decided not to use Cocoon, but I hope > > it would be helpful for other users. (Would be also fine if somebody could > > write an this on Wiki). > > > > To avoid restarting the VM (the servlet container) you should do the > > following: > > - use a container that supports hot deploy or so (I've used Tomcat 4.0.4 > > and 4.1). You can use it for development only and then deploy some other > > server. > > - configure your servlet container to load application located in > > /build/cocoon/webapp. In case of Tomcat you should a context in > > /conf/server.xml pointing to that location, e.g.: > > > docBase="C:\Java\Apache\xml-cocoon\xml-cocoon-2.1\build\cocoon\webapp" > > debug="0" > > reloadable="true"> > > > prefix="localhost_cocoon_2_1_log." suffix=".txt" > > timestamp="true"/> > > > > > > - and at last build Cocoon using > > build.[bat|sh]-Dinclude.webapp.libs=true webapp-local. This will build > > Cocoon and will place all classes in WEB-INF/classes so Tomcat could track > > changes. > > > > Now you can compile your classes and Tomcat will reload the application as > > soon as modifications are detected (it requires about a 1min). > > > > -- > > Konstantin > > > --------------------------------------------------------------------- > Please check that your question has not already been answered in the > FAQ before posting. > > To unsubscribe, e-mail: > For additional commands, e-mail: > > --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail: For additional commands, e-mail: