-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Tom,

On 1/13/17 6:14 AM, Tom Eugelink wrote:
> I'm trying to migrate a very old ANT based project into the future,
> the ANT scripts I inherited are (of course) very complex, so I need
> to make babysteps. The first thing I did was compile the Java code
> with Maven and thus replaced a lot of copy statements and checked
> in lib directories with dependencies. This is working fine, but it
> also means that there is no single directory anymore where all the
> classfiles, jars, configuration files, etc are copied to. So now I
> need a way to start Tomcat for developers using (still) separated
> directories.

Are you trying to build a WAR file/directory, or are you trying to
launch a Tomcat instance? Or both?

> The best approach seemed like to start Tomcat embedded, this also
> allows me to use it for running cucumber and integration tests
> against.

Ultimately, you will not be able to deploy a web application unless it
is properly-assembled into a WAR-like structure. You can't get around
that, embedded or not.

- -chris
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBCAAGBQJYeO2XAAoJEBzwKT+lPKRYo9YP/3iWdfVJcbNNr2MubmmbTxAy
rD4qE8UNK+JXKD3YusuKXzeQvON00Syh5ttKLWfcN37LpWbwfOjRILp8Ln7zcyRG
YMUIw9CqQkxLYG8Cz7G/guAilE3+4AnUG24/0s/UFQKsj3S2llQ9q9o0DHnysB0t
Ocu6+ErZR/K8Kt4Mke8whh11FyC/qYCRrY0iNAcPuBhZ13kumJ69Y55m4FwczwpY
EZUQEL1xZ2WA1xQ3P22uuZkYnGuLyVAxxurv64tAikHe1fneGchzzs21BKHHOwHS
UKZ/zfi6Mzqk509UqY4E4/XY1Ji2qTglAMSpVfko5IxvEA1L+3vKi7wJEZD4LIH6
gHl0xcwcMireybRrayelmHlNIYC0NjWePGUbQJpCcrhzmdCtAGpDFKRapWTpUSNe
Vrps9+wGJcZEYNxAlHdJKy58d2g680rG3yn8y7Bl9Ez2W7KZ+kIenxs6yJRhRQ2j
kG2q/GZ2zTWN0CF50wPQtROW9d308U1+tu7xhbi9+P9HwJoK+Kq620xT6zuhzApH
mQp8Aq/wml2+N+ULLCVXmOidMU7x9SoGihc2Dq2rhKXnkQXdcocdN0UQEBoRQmTI
enREMH46RA6liy+N0wx0t+sMFv/yqwUCbnYWkvDL4STwjVZht3jY/As3N3wBbxGz
8TkL2w2pgNXPAG6ia6J4
=Ht0E
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to