Re: Static deployment/EAR with 2 WARs

2017-12-06 Thread awmurray
I will try the dropping them in webapps (only the EAR didn't work right). But ideally this is a development environment so static deployment is perfect since I can check it into SVN and share it - that's how the current one works. I'll try everything and update. -- Sent from:

Re: Static deployment/EAR with 2 WARs

2017-12-06 Thread Jonathan Gallimore
That should be good. Cheers Jon On Wed, Dec 6, 2017 at 4:36 PM, awmurray wrote: > Is this the right one? > > https://repository.apache.org/content/groups/snapshots/org/ > apache/tomee/apache-tomee/7.0.5-SNAPSHOT/apache-tomee-7.0.5- > 20171206.041044-73-plus.zip >

Re: Static deployment/EAR with 2 WARs

2017-12-06 Thread awmurray
Is this the right one? https://repository.apache.org/content/groups/snapshots/org/apache/tomee/apache-tomee/7.0.5-SNAPSHOT/apache-tomee-7.0.5-20171206.041044-73-plus.zip -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Users-f979441.html

Re: Static deployment/EAR with 2 WARs

2017-12-06 Thread Jonathan Gallimore
Hi Latest snapshots are here: https://repository.apache.org/content/groups/snapshots/org/apache/tomee/apache-tomee/7.0.5-SNAPSHOT/ If dropping your EAR in apps/ is an option, that is ideal, as Romain points out. I have been looking at the code for handling EARs in webapps, and forgot about just

Re: Static deployment/EAR with 2 WARs

2017-12-06 Thread Romain Manni-Bucau
yep, should work as well Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn 2017-12-06 17:22 GMT+01:00 awmurray : > I'll try that, thanks. > > How about other standard WARs? Do they also go into apps? > > They'd look like this in tomee.xml: > >

Re: Static deployment/EAR with 2 WARs

2017-12-06 Thread awmurray
I'll try that, thanks. How about other standard WARs? Do they also go into apps? They'd look like this in tomee.xml: where C:\app-path\app\target\app is an exploded war directory. -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Users-f979441.html

Re: Static deployment/EAR with 2 WARs

2017-12-06 Thread Romain Manni-Bucau
Hi don't drop an ear into webapps, you can drop it in folder $CATALINA_BASE/apps if you add in tomee.xml the line that said your declaration should work if you have a META-INF/application.xml Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn 2017-12-06 16:52 GMT+01:00

Re: Static deployment/EAR with 2 WARs

2017-12-06 Thread awmurray
I'd love to- any help is appreciated... we are trying to jump ahead 4 years worth of updates :). How do I get it? -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Users-f979441.html

Re: Static deployment/EAR with 2 WARs

2017-12-06 Thread Jonathan Gallimore
Are you willing to try a 7.0.5-SNAPSHOT for us? I patched some issues with deploying ears in the webapps folder a couple of weeks ago, so that aspect at least might be fixed (and if you still have issues, I'd like to try and resolve them). Cheers Jon On Wed, Dec 6, 2017 at 3:49 PM, awmurray

Static deployment/EAR with 2 WARs

2017-12-06 Thread awmurray
I'm converting from an old version of TomEE to the newest stable version of TomEE+ and I think I have most of the problems resolved, except one. I have been deploying statically with this in $CATALINA_HOME/conf/tomee.xml: When I start TomEE, it doesn't deploy this app like it used to -

RE: [++SPAM++]: Re: TomEE supported on Java 9: when ?

2017-12-06 Thread COURTAULT Francois
Hello Romain, Interesting ... ;-) Best Regards. -Original Message- From: Romain Manni-Bucau [mailto:rmannibu...@gmail.com] Sent: mercredi 6 décembre 2017 14:30 To: users@tomee.apache.org Subject: [++SPAM++]: Re: TomEE supported on Java 9: when ? @François: if it helps, EE 8 doesnt use

Re: TomEE supported on Java 9: when ?

2017-12-06 Thread Romain Manni-Bucau
@François: if it helps, EE 8 doesnt use it - and tomcat/spring doesnt integrates it at all. It also uses more memory than a default flat classpath. Probably don't loose time with that now. Hopefully a coming EE version will handle it. Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github |

RE: TomEE supported on Java 9: when ?

2017-12-06 Thread COURTAULT Francois
Hello, Yes for sure but the path for TomEE 7.0.x (x>4) to be supported on Java 9 could be shorter than the path to TomEE 8 / Java EE 8 /Java 9. Just for you to understand where my request comes from: we are using TomEE as the infra for some of our µServices and quite recently we talked about

Re: TomEE supported on Java 9: when ?

2017-12-06 Thread Matthew Broadhead
i would be happy to help.  what level of expertise do you need though? On 06/12/2017 13:10, Mark Struberg wrote: Btw, if we get a few more helping hands up then I'd be happy if someone could help me with the TomEE8 branch ;) LieGrue, strub Am 06.12.2017 um 13:08 schrieb Mark Struberg

Re: TomEE supported on Java 9: when ?

2017-12-06 Thread Mark Struberg
Btw, if we get a few more helping hands up then I'd be happy if someone could help me with the TomEE8 branch ;) LieGrue, strub > Am 06.12.2017 um 13:08 schrieb Mark Struberg : > > I can roll an OWB-1.7.x release with Java9 support. > > LieGrue, > strub > > >> Am

Re: TomEE supported on Java 9: when ?

2017-12-06 Thread Mark Struberg
I can roll an OWB-1.7.x release with Java9 support. LieGrue, strub > Am 06.12.2017 um 13:03 schrieb Romain Manni-Bucau : > > 2017-12-06 12:34 GMT+01:00 COURTAULT Francois > : >> Hello, >> >> I have seen that Tomcat 8.5.24 is supported on

Re: TomEE supported on Java 9: when ?

2017-12-06 Thread Romain Manni-Bucau
2017-12-06 12:34 GMT+01:00 COURTAULT Francois : > Hello, > > I have seen that Tomcat 8.5.24 is supported on Java 9. > > I don't see in the TomEE 7.0.5 backlog any issue about Java 9 support. No plan yet AFAIK even if xbean is now released and ready. >

TomEE supported on Java 9: when ?

2017-12-06 Thread COURTAULT Francois
Hello, I have seen that Tomcat 8.5.24 is supported on Java 9. I don't see in the TomEE 7.0.5 backlog any issue about Java 9 support. Nevertheless, I have seen something linked to Tomcat 8.5.23 update. Should it be better to update directly to Tomcat 8.5.24 instead ? Best Regards.