Re: Java Server Pages

2005-12-29 Thread Soo-Hyun Choi
TED]> wrote: > > > On Thu, 2005-12-29 at 20:38 +, Soo-Hyun Choi wrote: > > > > hi, > > > > > > > > apart from apache, what sort of things do i need to get JSP (java > > > > server pages) working? (maybe, do i need to manually inst

Re: Java Server Pages

2005-12-29 Thread Andy W Clements
; this correct? > > On 12/29/05, Jon Brisbin <[EMAIL PROTECTED]> wrote: > > On Thu, 2005-12-29 at 20:38 +, Soo-Hyun Choi wrote: > > > hi, > > > > > > apart from apache, what sort of things do i need to get JSP (java > > > server pag

Re: Java Server Pages

2005-12-29 Thread Soo-Hyun Choi
So what you mean is that I need to install Tomcat alongside Apache? Is this correct? On 12/29/05, Jon Brisbin <[EMAIL PROTECTED]> wrote: > On Thu, 2005-12-29 at 20:38 +, Soo-Hyun Choi wrote: > > hi, > > > > apart from apache, what sort of things do i need to get

Re: Java Server Pages

2005-12-29 Thread Jon Brisbin
On Thu, 2005-12-29 at 20:38 +, Soo-Hyun Choi wrote: > hi, > > apart from apache, what sort of things do i need to get JSP (java > server pages) working? (maybe, do i need to manually install tomcat on > top of apache?) It doesn't actually work that way. You install

Java Server Pages

2005-12-29 Thread Soo-Hyun Choi
hi, apart from apache, what sort of things do i need to get JSP (java server pages) working? (maybe, do i need to manually install tomcat on top of apache?) thanks, ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: JAVA Server

2005-03-08 Thread Corey Brune
On Tue, 08 Mar 2005 11:59:00 -0500, MikeM <[EMAIL PROTECTED]> wrote: > On 3/8/2005 at 10:06 AM Grant Peel wrote: > > |Hello all, > | > |I have a number of simple FreeBSD Hosting boxes running FBSD 4.x and have > |had a request to add a Java Server to one of them. > | &

Re: JAVA Server

2005-03-08 Thread MikeM
On 3/8/2005 at 10:06 AM Grant Peel wrote: |Hello all, | |I have a number of simple FreeBSD Hosting boxes running FBSD 4.x and have |had a request to add a Java Server to one of them. | |I am not experienced with JAVA at all. | |My Boxes run simple Apache 1.3.36, EXim, ProFTP vmpop3d, and are

JAVA Server

2005-03-08 Thread Grant Peel
Hello all, I have a number of simple FreeBSD Hosting boxes running FBSD 4.x and have had a request to add a Java Server to one of them. I am not experienced with JAVA at all. My Boxes run simple Apache 1.3.36, EXim, ProFTP vmpop3d, and are tuned and running well. I am looking for advise on

Re: natd ip redirect confuses Java server behind the firewall.

2003-01-10 Thread jdroflet
lient initiated > jcc> To: a.b.c.d > jcc> from: 10.150.0.24 <= Java box attempts to 'reach' it's public IP. > > jcc> At this point the client gets an error 'Form not found' > > jcc> So, is this really a NATD problem or could it actually

Re: natd ip redirect confuses Java server behind the firewall.

2003-01-10 Thread jdroflet
e the server sends it its IP in the data? The firewall won't send those packets on because its set to stop spoofing on the inside interface. "add deny all from ${onet}:${omask} to any in via ${iif}" > > > So, is this really a NATD problem or could it actually be a problem in

Re: natd ip redirect confuses Java server behind the firewall.

2003-01-10 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-01-09 20:50:52 -0800: > A bit long... indeed :) > FreeBSD 4.3 running with IPFW and NATD > One of the IP addresses is redirected to the apache/tomcat/java server. > "redirect_address 10.150.0.24 a.b.c.d" > No other fancy proxy stuff or f

natd ip redirect confuses Java server behind the firewall.

2003-01-09 Thread jdroflet
A bit long... FreeBSD 4.3 running with IPFW and NATD One of the IP addresses is redirected to the apache/tomcat/java server. "redirect_address 10.150.0.24 a.b.c.d" No other fancy proxy stuff or fw rules. Clients on the internal network have no problems with the internal server. Acc