Re: Page not redirected after waitFor() call on Process object.

2012-12-04 Thread Konstantin Kolinko
2012/11/23 Christopher Schultz : > On 11/21/12 4:42 AM, Andrei Petru Mura wrote: >> TheProcessing.logoutSubscriberByMac(mac) has that code on it: >> >> public static void logoutSubscriberByMac(String mac) { try { >> >> Process proc = Runtime.getRuntime().exec("logout subscriber >> command"); proc.w

Re: Page not redirected after waitFor() call on Process object.

2012-11-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrei, On 11/21/12 4:42 AM, Andrei Petru Mura wrote: > TheProcessing.logoutSubscriberByMac(mac) has that code on it: > > public static void logoutSubscriberByMac(String mac) { try { > > Process proc = Runtime.getRuntime().exec("logout subscriber >

Re: Page not redirected after waitFor() call on Process object.

2012-11-22 Thread Andrei Petru Mura
On Thu, Nov 22, 2012 at 10:33 AM, Konstantin Kolinko wrote: > 2012/11/21 Andrei Petru Mura : > > In my servlet's post method I have the following: > > > > protected void doPost(HttpServletRequest request, HttpServletResponse > > response) throws ServletException, IOException { > > > > if > >

Re: Page not redirected after waitFor() call on Process object.

2012-11-22 Thread Konstantin Kolinko
2012/11/21 Andrei Petru Mura : > Hello, > > My issue can be related to Servlets, but it also can be related to Tomcat. > I'm using tomcat 7.0.27. > In my servlet's post method I have the following: > > protected void doPost(HttpServletRequest request, HttpServletResponse > response) throws ServletE

Page not redirected after waitFor() call on Process object.

2012-11-21 Thread Andrei Petru Mura
Hello, My issue can be related to Servlets, but it also can be related to Tomcat. I'm using tomcat 7.0.27. In my servlet's post method I have the following: protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { if (this.hasCred