Re: Issues upgrading to tomcat 9.0.17

2019-04-03 Thread Burghard Britzke
have a look at the log files. What do they tell you? -- Gruß burghard.britzke https://britzke.berlin/ > Am 03.04.2019 um 17:18 schrieb Kim, Chang H (JMD) > : > > My OS is AIX 7.2.0.0. I already have tomcat 8.0.35 working. However, I am > in the middle of upgrading it to tomcat 9.0.17. I down

Re: Simple Deploy Not Working (for me)

2018-12-23 Thread Burghard Britzke
gt; > I'm (again) lost, and would appreciate any ideas on how to get this > thing running. > > Terry > > PS: The /home/terry/TC subdirectory and its contents were copied from > another computer running an earlier version of Tomcat - it works fine. >

Re: Simple Deploy Not Working (for me)

2018-12-23 Thread Burghard Britzke
Just copy your Web-App Files Tora sub directory of the webapps folder ( May be TC). It should deploy automatically. Otherwise restart tomcat after copying. -- Gruß burghard.britzke https://britzke.berlin/ > Am 23.12.2018 um 14:54 schrieb Terry Steichen : > > I have installed Tomcat 8.5.37 in

Re: Error: Could not find or load main class org.apache.catalina.startup.Bootstrap

2018-09-10 Thread Burghard Britzke
That might not be be a Tomcat problem. Just import your project files into a new Eclipse project to regain a .project file. But this will probably not fix your issue. To fix it, you have to define a new „Runtime Environment“ and a new server in Eclipse (see Window->Preferences->Server->Runtime

Re: Persist authenticated sessions across tomcat restarts

2018-07-31 Thread Burghard Britzke
that is, what „transient“ means... -- Gruß burghard.britzke https://britzke.berlin/ > Am 31.07.2018 um 13:39 schrieb Tim K : > > On Tue, Jul 31, 2018, 7:31 AM Felix Schumacher < > felix.schumac...@internetallee.de> wrote: > >> Am 30.07.2018 17:57, schrieb Tim K: >>> On Mon, Jul 30, 2018, 4:26 AM

Re: Avoiding some classes being load for webapps

2016-05-09 Thread Burghard Britzke
Hi Kalpa, > Am 09.05.2016 um 19:31 schrieb Christopher Schultz > : > > Signierter PGP-Teil > Kalpa, > > On 5/9/16 6:26 AM, Kalpa Welivitigoda wrote: > > Hi, > > > > I am using tomcat 8.0.28. I am using a custom valve which has a > > dependency for slf4j (slf4j jar in in tomcat/lib). I also has

Re: jsf validator not found when using maven tomcat 7 plugin

2014-05-18 Thread Burghard Britzke
Am 18.05.2014 um 02:35 schrieb Dafinoiu Iulian : > > > Hey guys, > > > I'm developing a web application using latest version of spring 3.2 and > latest version of jsf 2.2 (on Mac Mavericks). I defined a custom validator > and give it an id using the faces exception annotation. If I run the