Re: Help with tomcat and windows 2000 server

2006-09-16 Thread 0 8
I think you'll need to be more specific before anyone can even try to help. On 9/15/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Help Im trying to execute tomcat in windows 200 server, it doesnt show any problem, and i found nothing in the log file. Thoes any one knows?? Alberto Larr

Re: Create an object that's shared with multiple applications?

2006-08-09 Thread 0 8
Pid, I'm sure this is a stupid question but...what? I don't follow. I can store the object in a database? I'm limited to SQL Server. Does that matter? On 8/9/06, Pid <[EMAIL PROTECTED]> wrote: put it in a database? 0 8 wrote: > Hello, > > I currently have

Re: Create an object that's shared with multiple applications?

2006-08-09 Thread 0 8
I did, but then I get more than I get one object created for each application. I literally just stumbled a mention of a "crossContext" setting in Tomcat, but I'm still trying to figure out if that will help here. On 8/9/06, Ryan O'Hara <[EMAIL PROTECTED]> wrote: > How can I create a single obje

Create an object that's shared with multiple applications?

2006-08-09 Thread 0 8
Hello, I currently have a JSP application under Tomcat that uses an object created when Tomcat starts up. The object is created using a class that implements ServletContextListener and I can call the object from my JSPs. All is well. Originally, I thought I could have one of these objects per

How do I create and re-create an object for the entire application?

2006-07-20 Thread 0 8
Hi, I've created a ServletContextListener object to run a piece of code once a web app of mine starts up -- and thanks to this list for pointing me in that direction. The core code is pretty simple: ClientServices cs = com.mycompany.searchapp.ClientServicesFactory.getInstance("RMI", parms); // G

Re: URL Redirection in tomcat

2006-07-10 Thread 0 8
Look into mod_rewrite. On 6/29/06, santhoshs <[EMAIL PROTECTED]> wrote: Hi Everybody, Am using Tomcat 5.0 . My requirement is to redirect the URL "http://username.mysite.com"; to "http://username.site.com/application.do?login_name=username";. The URL should be nice URL , in the sense the New U

Running code on Tomcat startup

2006-06-22 Thread 0 8
Hello, I have a newbie Tomcat question. A search application I need to work with uses RMI. When I start Tomcat, is there a way I can run the code to create an object that I can reference in a JSP later? What I need to run is straight forward: ClientServices cs = com.mycompany.searchapp.Client

Fwd: Tomcat 5.5 / IIS 6 web server log question

2006-06-17 Thread 0 8
Does anyone know where I can go to get an answer to this question? Thanks, Matt -- Forwarded message -- From: 0 8 <[EMAIL PROTECTED]> Date: Jun 16, 2006 12:43 PM Subject: Tomcat 5.5 / IIS 6 web server log question To: Tomcat Users Hello, I have Tomcat 5.5 and

Tomcat 5.5 / IIS 6 web server log question

2006-06-16 Thread 0 8
Hello, I have Tomcat 5.5 and IIS 6 integrated using isapi_redirect.dll. So far, they are working together just fine. I noticed in my IIS web server logs that the GET requests are not being recorded as I would expect. I'm currently seeing... GET /jakarta/isapi_redirect.dll ...when I expected

Tomcat 5.5 / IIS 6 web server log question

2006-06-15 Thread 0 8
Hello, I have Tomcat 5.5 and IIS 6 integrated using isapi_redirect.dll. So far, they are working together just fine. I noticed in my IIS web server logs that the GET requests are not being recorded as I would expect. I'm currently seeing... GET /jakarta/isapi_redirect.dll ...when I expected