RE: subdomain name redirect to different context path

2007-05-26 Thread Caldarale, Charles R
> From: Rashmi Rubdi [mailto:[EMAIL PROTECTED] > Subject: Re: subdomain name redirect to different context path > > I think he wants to redirect or forward all requests from > 'forums.mysite.com' to 'www.mysite.com:8080/forums' > > in that case wouldn't he be setting up a Filter that redirects o

Re: subdomain name redirect to different context path

2007-05-26 Thread Rashmi Rubdi
On 5/26/07, Pid <[EMAIL PROTECTED]> wrote: Rashmi Rubdi wrote: > On 5/26/07, Ran <[EMAIL PROTECTED]> wrote: >> Hi all, >> I would like to point 'forums.mysite.com' to 'www.mysite.com:8080/forums' >> How could I do that with tomcat conf ? or I need to match the >> requested url >> in a redirect se

Re: Excluding JSP compiler from Tomcat

2007-05-26 Thread Bill Barker
"lightbulb432" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > The JSP spec says that if you precompile JSPs you can reduce the JSP > container footprint by excluding the JSP compiler. How can this be done in > Tomcat? You should be able to remove jasper-compiler.jar and jasper-c

Re: JSP pages mixing for concurrent users

2007-05-26 Thread Bill Barker
"Tim Funk" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Me thinks this is your problem. You have some variables being shared which > are not thread safe. > Most common reason why, but intermediate caching proxies can do this too. > > -All JSP pages extend a common class which

Re: 404 message when trying to test a servlet

2007-05-26 Thread Bill Barker
"Dean" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Greetings, > > > > I suspect the class file may be in the wrong directory. I get the message > /basic-servlet/servlet/CurrencyConverter , which is confusing in that the > class file is in the following directory C:\Program Fil

404 message when trying to test a servlet

2007-05-26 Thread Dean
Greetings, I suspect the class file may be in the wrong directory. I get the message /basic-servlet/servlet/CurrencyConverter , which is confusing in that the class file is in the following directory C:\Program Files\Apache Software Foundation\Tomcat 4.1\webapps\basic-servlet\WEB-INF\classes.

Re: JSP pages mixing for concurrent users

2007-05-26 Thread Tim Funk
Me thinks this is your problem. You have some variables being shared which are not thread safe. > -All JSP pages extend a common class which writes the header and footer > using the JspWriter. -Tim Florian wrote: Hi. I have a group of developers that are experiencing an intermitent problem

Tomcat Netbeans Project... WildCat

2007-05-26 Thread Johnny Kewl
Everyone probably knows by now that I think Tomcat is pure magic. I been trying to find a way to bridge the gap between the super keen user and the developer. One can become and expert user, and still find those guru's in the dev list intimidating. It probably isnt as big a deal for the linux use

Re: JSP pages mixing for concurrent users

2007-05-26 Thread Pid
Rashmi Rubdi wrote: On 5/22/07, Florian <[EMAIL PROTECTED]> wrote: Hi. I have a group of developers that are experiencing an intermitent problem with some of the their JSP pages when concurrent users are using the application. They have had a hard time reproducing the issue in the development

Re: subdomain name redirect to different context path

2007-05-26 Thread Pid
Rashmi Rubdi wrote: On 5/26/07, Ran <[EMAIL PROTECTED]> wrote: Hi all, I would like to point 'forums.mysite.com' to 'www.mysite.com:8080/forums' How could I do that with tomcat conf ? or I need to match the requested url in a redirect servlet ? or is it even a DNS zone file question ? You co

Re: subdomain name redirect to different context path

2007-05-26 Thread Rashmi Rubdi
On 5/26/07, Ran <[EMAIL PROTECTED]> wrote: Hi all, I would like to point 'forums.mysite.com' to 'www.mysite.com:8080/forums' How could I do that with tomcat conf ? or I need to match the requested url in a redirect servlet ? or is it even a DNS zone file question ? You could write a redirect ja

subdomain name redirect to different context path

2007-05-26 Thread Ran
Hi all, I would like to point 'forums.mysite.com' to 'www.mysite.com:8080/forums' How could I do that with tomcat conf ? or I need to match the requested url in a redirect servlet ? or is it even a DNS zone file question ? Thanks, ran

Re: JSP pages mixing for concurrent users

2007-05-26 Thread Rashmi Rubdi
On 5/22/07, Florian <[EMAIL PROTECTED]> wrote: Hi. I have a group of developers that are experiencing an intermitent problem with some of the their JSP pages when concurrent users are using the application. They have had a hard time reproducing the issue in the development environement so the de

Re: Upgrading to Tomcat 6 problems

2007-05-26 Thread Rashmi Rubdi
On 5/25/07, Joe <[EMAIL PROTECTED]> wrote: Hello, I just upgraded to Tomcat 6.0.13 from 5.5.9 (no particular reason for the upgrade, just keeping up to date). I am running Java 1.6. However, instantly I'm having trouble that > I cannot resolve regardless of endless hours of searching for and

http request header through iis 6

2007-05-26 Thread Marco Baiguera
Hello everyone, i can't manage to get a custom http-request header to reach tomcat from a applet through iis 6 and latest isapi_redirect JK-1.2.23. tha applet with tomcat works ok using port 8080 (direct tomcat connection) but doesn't using port 80 (virtual folder on iis 6 and isapi filter) eve

Re: DBCP

2007-05-26 Thread Mohammed Zabin
Thank you Pid for your patience with me, Thank you all guys, the problem finally sovled, and the connection established. The problem was because of i didn't state the , I put it like this: in Context.xml, and i removed all occurences of jdbc class drivers but in CATALINA_HOME/lib. By the way,

Re: DBCP

2007-05-26 Thread Pid
Mohammed Zabin wrote: Thank you (Please just reply to the list, not 'all') You know what, all that advises made me somewhat confused, i have reread Tomcat Documentation, now, am not sure about the following: 1. Which is best, servlet.xml or context.xml? You must add information to all of co

Re: DBCP

2007-05-26 Thread Mohammed Zabin
Thank you You know what, all that advises made me somewhat confused, i have reread Tomcat Documentation, now, am not sure about the following: 1. Which is best, servlet.xml or context.xml? 2. If it is servlet.xml, which servlet.xml, is it the config file for the container, or my web application s

Re: DBCP

2007-05-26 Thread Pid
Mohammed Zabin wrote: Thank you Christ For instance, I usually see "oracle.jdbc.driver.OracleDriver" instead of what you have above. It's as you stated above. But with Oracle 9i and onwards, the driver must be oracle.jdbc.OracleDriver, anyways, i am looking for a solution, and I am sure that

Re: invalid reference to login form

2007-05-26 Thread Pid
Propes, Barry L wrote: on that note, it's also showing "The request sent by the client was syntactically incorrect." My web.xml is correct and I haven't changed it recently. I'm almost thinking that the Tomcat server could use a restart, but hopefully that's all there is to it. -Original