Re: [6.0.16] JNDI, MSSQL, context.xml, server.xml, web.xml, common/lib, DataSources, exceptions, configuration hell, vague tutorials, hidden documentation, lions, tigers, bears, oh my...

2008-07-05 Thread Jason Cipriani
On Sun, Jul 6, 2008 at 12:59 AM, Jason Cipriani <[EMAIL PROTECTED]> wrote: > I am now in hour 6 of attempting to configure a single JNDI DataSouce > resouce to connect to an MSSQL database, with Tomcat 6.0.16 (jre > 1.6.0_04, windows xp sp3). I have finally gotten MS SQL 2005 Express working with

[6.0.16] JNDI, MSSQL, context.xml, server.xml, web.xml, common/lib, DataSources, exceptions, configuration hell, vague tutorials, hidden documentation, lions, tigers, bears, oh my...

2008-07-05 Thread Jason Cipriani
I am now in hour 6 of attempting to configure a single JNDI DataSouce resouce to connect to an MSSQL database, with Tomcat 6.0.16 (jre 1.6.0_04, windows xp sp3). I'll skip the gory details, the point I am at now: 1. I have META-INF/context.xml with the resource parameters (I've included this fi

Re: Access Local File System

2008-07-05 Thread Johnny Kewl
- Original Message - From: "bperquku" <[EMAIL PROTECTED]> To: Sent: Saturday, July 05, 2008 11:13 PM Subject: Access Local File System I have written i simple web application using Eclipse and Tomcat 6. I'm trying to stream a flv video in jsp page. It works good if flv file is loca

Re: configuring tomcat6.0.16 for MS Access

2008-07-05 Thread Johnny Kewl
- Original Message - From: "T.K.Thiyagarajan" <[EMAIL PROTECTED]> To: Sent: Saturday, July 05, 2008 5:24 PM Subject: configuring tomcat6.0.16 for MS Access Dear Sir My Name:- T.K Thiyagarajan, My Address:- A-15, Ranjani, Anusakthinagar, Mumbai- 400094, India I want to know how to

Re: nsapi_redirector.so file

2008-07-05 Thread sandeep gelli
Hi Rainer, The URL's are correct. Everything working fine with my windows pc. Not sure what is going wrong with this one . Thanks Sandeep On Sat, Jul 5, 2008 at 6:01 PM, Rainer Jung <[EMAIL PROTECTED]> wrote: > sandeep gelli schrieb: > >> Hi Rainer, >> >> Any advise on this? >> > > The log look

Access Local File System

2008-07-05 Thread bperquku
I have written i simple web application using Eclipse and Tomcat 6. I'm trying to stream a flv video in jsp page. It works good if flv file is located under webroot, but when i change location ex. c:/ the file is not loaded. I'm using jw player so i opened a question in that forum, and i received

Re: configuring tomcat6.0.16 for MS Access

2008-07-05 Thread Mark Thomas
T.K.Thiyagarajan wrote: Please help me by giving the instructions to configure tomcat server to use MS-Access through JDBC in a java servlet program. .This is required for my project work which is to be submitted to my college as part of my undergraduate engineering course Google for JDBC-ODBC

configuring tomcat6.0.16 for MS Access

2008-07-05 Thread T . K . Thiyagarajan
Dear Sir My Name:- T.K Thiyagarajan, My Address:- A-15, Ranjani, Anusakthinagar, Mumbai- 400094, India I want to know how to configure Tomcat Server(Tomcat-6.0.16) for java servlet program that uses Microsoft Access Database through JDBC. I am using the Microsoft ODBC driver for MS-Access which i

RE: Graceful shutdown

2008-07-05 Thread Martin Gainty
go to server.xml determine the shutdown port in server.xml Can you confirm the default shutdown TC port of 8005 is listening? so at command line typenetstat -a | grep 8005?Martin_ Disclaimer and confidentiality note Everything in this e-mail and any at

RE: Tomcat + subdomain

2008-07-05 Thread Caldarale, Charles R
> From: ouzo [mailto:[EMAIL PROTECTED] > Subject: Tomcat + subdomain > > I want the following. I want people to tell us what version of Tomcat they're asking about. > How can I redirect the support.domain.com to another tomcat webapp?? Read the docs: http://tomcat.apache.org/tomcat-6.0-doc/virtu

Re: cgi problem

2008-07-05 Thread Vangelis Katsikaros
André Warnier wrote: Vangelis Katsikaros wrote: [...] When I go to http://foo.site.com/dir1/ I see the directory listing and the script.cgi . However when I visit http://foo.site.com/dir1/ I get a 404 - The requested resource () is not available. Hmm.. can you tell us the difference betwe

Re: Tomcat + subdomain

2008-07-05 Thread André Warnier
ouzo wrote: I want the following. For example, my domain is www.domain.com and it has a subdomain support.domain.com How can I redirect the support.domain.com to another tomcat webapp?? ouzo, your usage of the terms "domain" and "webapp" above is a bit confusing, and makes it difficult to gi

Re: cgi problem

2008-07-05 Thread André Warnier
Vangelis Katsikaros wrote: [...] When I go to http://foo.site.com/dir1/ I see the directory listing and the script.cgi . However when I visit http://foo.site.com/dir1/ I get a 404 - The requested resource () is not available. Hmm.. can you tell us the difference between the two URLs above

Re: cgi problem

2008-07-05 Thread Vangelis Katsikaros
Mark Thomas wrote: Vangelis Katsikaros wrote: I have Tomcat 5.0.27 That is old and unsupported. I'd move to a new version if you can. Hi and thanks for the reply I currently can't, since I don't know details about the web apps that already run and the risks of changing version. I would prefe

Re: nsapi_redirector.so file

2008-07-05 Thread Rainer Jung
sandeep gelli schrieb: Hi Rainer, Any advise on this? The log looks fine. All requests, that are processed by the plugin are forwarded to the backend and return a result to the client. Those requests are: 10.111.33.24 port=443 uri=/XXX/balance_transfer/form_bt0.jsp 10.111.33.24 port=443 ur

Re: cgi problem

2008-07-05 Thread Mark Thomas
Vangelis Katsikaros wrote: I have Tomcat 5.0.27 That is old and unsupported. I'd move to a new version if you can. But since I want the script to be inside $CATALINA_HOME/webapps/ROOT/dir1 I changed cgiPathPrefix to dir1/ . I also changed cgi servlet-mapping from /cgi-bin/* to *.cgi Try cg

cgi problem

2008-07-05 Thread Vangelis Katsikaros
Hello I have Tomcat 5.0.27 with java 1.6.0_05-b13 on Win2003. Tomcat has a couple of webapps running but these are not my concern. My problem has to do with some static web pages which don't belong to a webapp. They are simply a bunch of static pages that you can see on http://foo.site.com/di

Tomcat + subdomain

2008-07-05 Thread ouzo
I want the following. For example, my domain is www.domain.com and it has a subdomain support.domain.com How can I redirect the support.domain.com to another tomcat webapp?? Or do I have to do this with apache? -- View this message in context: http://www.nabble.com/Tomcat-%2B-subdomain-tp1