Re: org.apache.catalina.startup.Catalina.process(args)... method in Tomcat 6 but not 7 nor 8

2015-01-22 Thread Terry Medearis
Chris,    Another question... So, I understand that the Tomat class has been introduced, but is there anything in the Catalina class that remains that can be utilized in place of the .process method? Thanks, Terry From: Terry Medearis To: Tomcat Users List Sent: Thursday, January 22

Re: org.apache.catalina.startup.Catalina.process(args)... method in Tomcat 6 but not 7 nor 8

2015-01-22 Thread Terry Medearis
- Hash: SHA256 Terry, On 1/21/15 5:33 PM, Terry Medearis wrote: > Greetings,I have inherited code that calls: > org.apache.catalina.startup.Catalina.process(args). So... embedded? > I now need to upgrade this code to Tomcat 8. Currently, we are > using Tomcat 6. I have previ

org.apache.catalina.startup.Catalina.process(args)... method in Tomcat 6 but not 7 nor 8

2015-01-21 Thread Terry Medearis
 I am counting on the idea that there must be some replacement for the .process() method that I am just not comprehending.  If you know the replacement for org.apache.catalina.startup.Catalina.process(args) and could share it with me, I would be very grateful. Thank You, Terry Medearis