Re: Tomcat error at run-time.

2018-08-03 Thread noel joseph
ing-spring-boot-applications > > Hope it helps, > > Luis > > 2018-08-03 7:06 GMT+02:00 noel joseph : > > > Hey Chris, > > > > This is my code... > > > > package com.TomCat.EmbTC; > > > > import java.io.File; > > import javax.ser

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-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 y

Re: Tomcat error at run-time.

2018-07-31 Thread noel joseph
gt; > 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