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 under

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 previ

Re: Tomcat Native 1.1.29 source download

2013-10-15 Thread Konstantin Kolinko
2013/10/15 Christopher Schultz : > > 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 >> http://tomcat.apache.org/down

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 > http://to

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 the

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

2013-10-15 Thread Konstantin Kolinko
2013/10/15 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. > > Could you please kindly give my wiki user Jon Lucas access to edit this page > so we can add our page to

Re: Tomcat 8 what happened to VirtualWebappLoader ?

2013-10-15 Thread Daniel Mikusa
On Oct 15, 2013, at 1:39 PM, Johan Compagner 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 web-inf/lib > i can't ge

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 wrote: > On Oct 14, 2013, at 5:20 PM, Johan Compagner > wrote: > > > thx, > > > > i

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 edi

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

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

[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 N

Re: Tomcat 8 what happened to VirtualWebappLoader ?

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

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) with classes this seems to work (can't fully test it because it need the jars) So what is exactly the right syntax to include multiply jars or dirs of jars ? if i use the above, it can't f