Re: Isapi redirector log file is always empty - IIS 7.5 - Tomcat 7.0.26 - Isapi 1.2.30 - Win2008 R2

2012-05-18 Thread André Warnier
ann ramos wrote: Hi, I have set up our system to do SSO. The setup works fine because whenever the user access the system, they are automatically logged in to the system. Following are the steps that I used to set up Isapi: 1. Manually created the folders Apache Software Foundation\Jakarta

Threads in Tomcat

2012-05-18 Thread Vance -
I'm maintaining a Web application for searching multiple wikis, this app runs under Tomcat 6. I need to modify a servlet so it instantiates a 'Thread' subclass to perform a wiki availability check every so often, say every 30 minutes. Given that I'm no expert on the use of threads, a co-worker

Re: Threads in Tomcat

2012-05-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vance, On 5/18/12 12:14 PM, Vance - wrote: I'm maintaining a Web application for searching multiple wikis, this app runs under Tomcat 6. I need to modify a servlet so it instantiates a 'Thread' subclass to perform a wiki availability check every

Re: Threads in Tomcat

2012-05-18 Thread Vance -
Chris, thanks for responding. The servlet I have in mind for modification is the one responsible for performing the search as well as for getting the next page of search results. If one or more of the wikis is unavailable, I want to display an error message on the search results page. The wiki

I have /subapp/a and /subapp/b. Can i have different sessions for them?

2012-05-18 Thread Teo
Hi, first time posting on a mailing list, hope i'm not breaking any rules of some sort. My problem is pretty simple but it seems a lot of people have trouble understanding it in other forums. Let's say i have 2 main entry points into my application: /subapp/a and /subapp/b. They are part of the

Re: Threads in Tomcat

2012-05-18 Thread Tim Watts
On Fri, 2012-05-18 at 12:14 -0400, Vance - wrote: I'm maintaining a Web application for searching multiple wikis, this app runs under Tomcat 6. I need to modify a servlet so it instantiates a 'Thread' subclass to perform a wiki availability check every so often, say every 30 minutes. Given

WebApp on Tomcat recognize automaticely uploaded file

2012-05-18 Thread Ermal Aliraj
Hello, can anyone help me, if there is a configuration parameter in tomcat, which permit to the web application to auto-recognize when I put an image from filesystem into the webapp? I put images in the path of my application: appBase/webAppA/uploads through another webAppB, but seems that

Re: WebApp on Tomcat recognize automaticely uploaded file

2012-05-18 Thread André Warnier
Ermal Aliraj wrote: Hello, can anyone help me, if there is a configuration parameter in tomcat, which permit to the web application to auto-recognize when I put an image from filesystem into the webapp? I put images in the path of my application: appBase/webAppA/uploads through another

Re: WebApp on Tomcat recognize automaticely uploaded file

2012-05-18 Thread Vance -
I've found this article helpful in the past: http://whatwouldnickdo.com/wordpress/157/tomcat-images-directory/ On Fri, May 18, 2012 at 4:53 PM, Ermal Aliraj ermal.ali...@gmail.comwrote: Hello, can anyone help me, if there is a configuration parameter in tomcat, which permit to the web

Re: WebApp on Tomcat recognize automaticely uploaded file

2012-05-18 Thread Ermal Aliraj
Yes, I say webAppA do not recognize the images because do not serve them through the browser via URL. I did the following scneario and writing down in case can make the situation more clear uploaded manualy the following files on: webAppA/uploads/1.jpg webAppB/uploads/1.jpg requesting the files

Re: WebApp on Tomcat recognize automaticely uploaded file

2012-05-18 Thread André Warnier
Ermal Aliraj wrote: Yes, I say webAppA do not recognize the images because do not serve them through the browser via URL. I did the following scneario and writing down in case can make the situation more clear uploaded manualy the following files on: webAppA/uploads/1.jpg webAppB/uploads/1.jpg

Tomcat SPDY Connector

2012-05-18 Thread Konstantin Preißer
Hi! I'm currently experimenting with developing a .Net SPDY Client / IIS SPDY Redirector (written in C#) that could be used as a possible replacement over AJP, to forward HTTP requests from IIS to Tomcat (some time ago I mentioned that I might look into writing such a client when I had some