Re: Tomcat error at run-time.

2018-08-03 Thread noel joseph
Thanks Luis. Will definitely try it. On Fri, Aug 3, 2018 at 2:23 PM, Luis Rodríguez Fernández wrote: > Hello Noel, > > mmm, perhaps you could consider to use spring-boot for this. It provides a > nice out-of-the-box embedded tomcat: >

Re: Tomcat error at run-time.

2018-08-03 Thread Luis Rodríguez Fernández
Hello Noel, mmm, perhaps you could consider to use spring-boot for this. It provides a nice out-of-the-box embedded tomcat: https://spring.io/blog/2014/03/07/deploying-spring-boot-applications Hope it helps, Luis 2018-08-03 7:06 GMT+02:00 noel joseph : > Hey Chris, > > This is my code... > >

Re: Tomcat error at run-time.

2018-08-02 Thread noel joseph
Hey Chris, This is my code... package com.TomCat.EmbTC; import java.io.File; import javax.servlet.ServletException; import org.apache.catalina.LifecycleException; import org.apache.catalina.startup.Tomcat; public class App { public static void main(String[] args) throws LifecycleException,

Re: Tomcat error at run-time.

2018-08-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Noel, On 8/1/18 1:13 AM, noel joseph wrote: > Hey Chris, I am having a little difficulty in logging. As mentioned > before I am new to tomcat and don't exactly know how to enable > logging. Could you please instruct me on how to do so. Can you

Re: Tomcat error at run-time.

2018-07-31 Thread noel joseph
Hey Chris, I am having a little difficulty in logging. As mentioned before I am new to tomcat and don't exactly know how to enable logging. Could you please instruct me on how to do so. Thanks, Noel On Tue, Jul 31, 2018 at 7:49 PM, noel joseph wrote: > Thank you so much Cris I will try your

Re: Tomcat error at run-time.

2018-07-31 Thread noel joseph
Thank you so much Cris I will try your methods and let you know off the results. Thanks for the quick response! Cheers Noel On Tue, Jul 31, 2018, 6:44 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Noel, > > On 7/31/18 2:54

Re: Tomcat error at run-time.

2018-07-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Noel, On 7/31/18 2:54 AM, noel joseph wrote: > Hi, I am rather new to tomcat, I've been trying to embed tomcat in > a java application. I further want to convert this into a java web > start file so that on deploying it I can have a separate tomcat

Tomcat error at run-time.

2018-07-31 Thread noel joseph
Hi, I am rather new to tomcat, I've been trying to embed tomcat in a java application. I further want to convert this into a java web start file so that on deploying it I can have a separate tomcat server for my application. The error I am facing is... org.apache.catalina.LifecycleException: A