RE: admin question

2001-05-21 Thread Posey, Dan
Try something like this: Process p1 = rt.exec("cmd /c start Tomcat.bat"); -Original Message- From: Venkatesh Sangam [mailto:[EMAIL PROTECTED]] Sent: Monday, May 21, 2001 1:01 PM To: [EMAIL PROTECTED] Subject: RE: admin question Hi Randy. I am actually trying to execute like this ..

RE: Tomcat 3.2.1 JSP compile problem - A quick look, please?

2001-05-21 Thread Posey, Dan
Try this: session = (HttpSession)pageContext.getSession(); -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, May 21, 2001 11:29 AM To: [EMAIL PROTECTED] Subject: Tomcat 3.2.1 JSP compile problem - A quick look, please? Thanks to anyone out there in t

RE: mod_jserv.so

2001-05-18 Thread Posey, Dan
Renato, I tried for more than 8 hours to get Tomcat running on RH7.1. I gave up an reinstalled RH6.1 and everything was fine except I can not get the mod_jk to work. Dan -Original Message- From: Renato Salazar [mailto:[EMAIL PROTECTED]] Sent: Friday, May 18, 2001 2:52 PM To: [EMAIL PROT

RE: [Apa/TomC] Context switching in servers ???

2001-05-17 Thread Posey, Dan
Jon, You need to run apache in conjunction with tomcat using the mod_jk.dll/so. Your static web pages will of course get whatever files you jsp tells them to point to. You need to set up a context that maps your web page path to the appropriate jsp. Your web server will be running on port 80. To

mod_jk compile

2001-05-17 Thread Posey, Dan
I have compiled mod_jk on RedHat 6.1. I used this command: ./apxs -o mod_jk.so -I../jk -I/usr/local/jdk/include -I/usr/local/jdk/include/linux -c *.c ../jk/*.c with the exception that I had to remove the *.c afer the ../linux -c. I would not work other wise. I copied the mod_jk into the apache