Re: jsp:include buffers generated data?

2005-11-13 Thread Jacob Hookom
This has come up in the JSF RI and was recently corrected with Glassfish, you might want to check their dev mailing lists On 11/13/05, Simon Kitching <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm working with JSF, and am having some problems related to jsp:include. > > It appears that jsp:include alw

Re: Windows, Runtime.exec() problems

2005-10-20 Thread jacob hookom
You might be experiencing the same issues I just had with FTP sockets-- make sure your windows firewall is disabled. --- David Teran <[EMAIL PROTECTED]> wrote: > Hi, > > i am trying to call a native application from a > servlet application > (specifically an webservice based on axis 1.3) with

Re: FTP from Servlet

2005-10-20 Thread jacob hookom
FYI, it ended up being the Microsoft Firewall, once disabled, everything floated fine. It still confuses me that Eclipse had permission, but Tomcat didn't. Cheers, Jacob --- jacob hookom <[EMAIL PROTECTED]> wrote: > I'm attempting to write an HTTP->FTP Servlet Proxy.

FTP from Servlet

2005-10-20 Thread jacob hookom
I'm attempting to write an HTTP->FTP Servlet Proxy. I know the remote host works fine and I'm able to contact it, but I'm having problems with the sockets timing out. Basically, the same code (Commons Net) connects/transfers fine from within Eclipse, but as soon as the code is dropped into a Se

FTP from Tomcat Servlet: Socket Timeouts

2005-10-20 Thread Jacob Hookom
I'm attempting to create an HTTP->FTP proxy servlet. The remote FTP server works fine and is accessible, in addition, the Java code I have (Commons Net) is able to connect fine to the remote FTP from eclipse. The problem with connection timeouts only occurs when the same code is placed in a servle

Tomcat HTTP->FTP Proxy

2005-10-20 Thread Jacob Hookom
I'm attempting to create an HTTP->FTP proxy servlet. The remote FTP server works fine and is accessible, in addition, the Java code I have (Commons Net) is able to connect fine to the remote FTP from eclipse. The problem with connection timeouts only occurs when the same code is placed in a servle

FTP from Tomcat Servlet: Socket Timeouts

2005-10-20 Thread Jacob Hookom
I'm attempting to create an HTTP->FTP proxy servlet. The remote FTP server works fine and is accessible, in addition, the Java code I have (Commons Net) is able to connect fine to the remote FTP from eclipse. The problem with connection timeouts only occurs when the same code is placed in a servle