How to mount multiply webAppMounts to WEB-INF/lib (multiply dirs with jars)

2013-10-15 Thread Johan Compagner
it seems that i can't add multiply dirs to the WEB-INF/lib dir i tried various stuff (Pre,Post,Jar) PreResources base=C:/dir1 className=org.apache.catalina.webresources.DirResourceSet webAppMount=/WEB-INF/lib/ PreResources base=C:/dir2 className=org.apache.catalina.webresources.DirResourceSet

Re: Tomcat 8 what happened to VirtualWebappLoader ?

2013-10-15 Thread Daniel Mikusa
On Oct 14, 2013, at 5:20 PM, Johan Compagner jcompag...@servoy.com wrote: thx, i already found it, through the changelog, i noticed that those where changed and where now all replaced by Resources Would be nice that there are some sample context.xml files in the final release so that

[ANN] Apache Tomcat Native 1.1.29 released

2013-10-15 Thread Mladen Turk
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.1.29 stable. Please refer to the change log for the list of changes: http://tomcat.apache.org/native-doc/miscellaneous/changelog.html Downloads: http://tomcat.apache.org/download-native.cgi The Apache Tomcat

Re: ProcessBuilder and waitFor prevents tomcat to continue

2013-10-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Honyk, On 10/14/13 3:51 PM, honyk wrote: my web app executes long running external scripts. It is triggered on startup (contextInitialized) and then regularly during the day. Why do people do this? Cron is great. :( When the app server needs

Re: Directory watcher app

2013-10-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Honyk, On 10/14/13 3:21 PM, honyk wrote: in my web app I use Java 7 directory watcher feature. When the final war file is placed into Webapps folder and Tomcat is started, it freezes as it waits forever for any directory changes (the app is

Please kindly give my user access to edit wiki page

2013-10-15 Thread Hyve Info
Hi Guys, We are a hosting company and have been hosting Tomcat applications in our data center for clients globally since 2001. We live and breath Tomcat. http://www.hyve.com/cloud-hosting/technologies/java-tomcat-hosting Could you please kindly give my wiki user Jon Lucas access to

Re: Tomcat 8 what happened to VirtualWebappLoader ?

2013-10-15 Thread Johan Compagner
yes i figure this out for the classes works quite nice, The only problem is that for web-inf/lib i can't get it to work to mount multiply external folders into that one. On 15 October 2013 15:21, Daniel Mikusa dmik...@gopivotal.com wrote: On Oct 14, 2013, at 5:20 PM, Johan Compagner

Re: Tomcat 8 what happened to VirtualWebappLoader ?

2013-10-15 Thread Daniel Mikusa
On Oct 15, 2013, at 1:39 PM, Johan Compagner jcompag...@servoy.com wrote: First, please don't top post. Either post at the bottom or inline. That is the convention that we try to follow on this list. yes i figure this out for the classes works quite nice, The only problem is that for

Re: Please kindly give my user access to edit wiki page

2013-10-15 Thread Konstantin Kolinko
2013/10/15 Hyve Info i...@hyve.com: Hi Guys, We are a hosting company and have been hosting Tomcat applications in our data center for clients globally since 2001. We live and breath Tomcat. Could you please kindly give my wiki user Jon Lucas access to edit this page so we can add our

Tomcat Native 1.1.29 source download

2013-10-15 Thread srinivas yelamanchili
Hi, Tomcat Native 1.1.28 was released on 2013-09-16 and 1.1.29 on 2013-10-15 http://tomcat.apache.org/native-doc/news/2013.html However the download page lists only 1.1.27 http://tomcat.apache.org/download-native.cgi I want to download tomcat-native-1.1.29-src.tar.gz Can someone please update

Re: Tomcat Native 1.1.29 source download

2013-10-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Srinivas, On 10/15/13 2:30 PM, srinivas yelamanchili wrote: Tomcat Native 1.1.28 was released on 2013-09-16 and 1.1.29 on 2013-10-15 http://tomcat.apache.org/native-doc/news/2013.html However the download page lists only 1.1.27

Re: Tomcat Native 1.1.29 source download

2013-10-15 Thread Konstantin Kolinko
2013/10/15 Christopher Schultz ch...@christopherschultz.net: On 10/15/13 2:30 PM, srinivas yelamanchili wrote: Tomcat Native 1.1.28 was released on 2013-09-16 and 1.1.29 on 2013-10-15 http://tomcat.apache.org/native-doc/news/2013.html However the download page lists only 1.1.27

Re: Tomcat 8 what happened to VirtualWebappLoader ?

2013-10-15 Thread André Warnier
Johan Compagner wrote: yes i figure this out for the classes works quite nice, The only problem is that for web-inf/lib i can't get it to work to mount multiply external folders into that one. From an outsider point of view, that sounds logical. Each new mapping probably overwrites the

Re: Tomcat 8 what happened to VirtualWebappLoader ?

2013-10-15 Thread Johan Compagner
yes i figure this out for the classes works quite nice, The only problem is that for web-inf/lib i can't get it to work to mount multiply external folders into that one. I saw this in the other thread you created. I have to apologize though, I read it and didn't really understand what