Re: Uploading files to another server

2005-06-17 Thread Anna Bikkina
-17 at 02:35, Nikola Milutinovic wrote: Anna Bikkina wrote: Hi, We have an application which uploads files to a machine where tomcat is running. Now we want to change it to upload files to a central server in the network. We were using multipart request to upload the files till now. How

Uploading files to another server

2005-06-16 Thread Anna Bikkina
Hi, We have an application which uploads files to a machine where tomcat is running. Now we want to change it to upload files to a central server in the network. We were using multipart request to upload the files till now. How can we upload files to a different server than where the tomcat is

Apache Tomcat accessing JSP Problem

2005-01-10 Thread Anna Bikkina
Hi, I have a very strange problem accessing jsp pages in tomcat with apache. When I access a jsp file from tomcat it works fine. When I access the same file from apache which talks to tomcat I get wierd results. I checked the localhost_access_ file in tomcat to see what requests are coming/going

HttpSession and ROOT context path

2004-04-20 Thread Anna Bikkina
Hi, I have a very peculiar situation. I have an webapplication whose main page(login.jsp) contains 2 frames. Each frame loads pages from different web application .Frame1 has index.jsp which is loaded from the same webapp as login.jsp and frame2 loads search.jsp from a different application