How to perform a forced reload of Tomcat ?

2003-06-27 Thread Antony
Hi, I am using Tomcat 4.1.18 , j2sdk 1.4.1, win2k. It is a remote server physical access is very limited. I am using it as the development server. Two developers are using the same server. The problem is if by mistake the enter key or the refresh key is kept preseed or if a database lock is eng

Re: REALM question - please help

2003-06-27 Thread Bill Barker
Ok, so I forgot that TC 4.1 doesn't allow access to the Request in Realm :-(. So the easiest way to do this is to put a reference to Realm in your own custom Principal, and in your Servlet, cast up and get it from there. Or, better, just store the USER in your principal when you create it. This i

Re: Howto compile mod_jk2 under windows?

2003-06-27 Thread Bill Barker
"John Turner" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Best place for this is the tomcat-dev list, not tomcat-user. An even better place is http://nagoya.apache.org/bugzilla/. Sorry, I can't help. I don't do this sort of stuff in Windows. > > John > > On Fri, 27 Jun 2003

RE: How to use HTTP1.0 by default

2003-06-27 Thread Stefan Radzom
Yoav, RFC 2145 seems do be more relevant since RFC 2616 explicitly refers to it for a fuller explanation of the HTTP Version. Moreover, RFC 2145 says that "In any case where either of those two documents is ambiguous regarding the use and interpretation of HTTP version numbers, this document shoul

Sessions resetting and flushed buffers

2003-06-27 Thread Michael Muratet
Greetings Bear with me, I'll try to be as succinct as possible. I have been experiencing a problem with new sessions popping up. I installed the HttpSessionListener and verified that a new session is getting created between pages, which is a problem because I lose the session data. I found a coup

Tomcat on Linux HOWTO

2003-06-27 Thread Michael Cardon
I have compiled a HOWTO using Linux 8.0, Tomcat 4.1.24, and mod_jk2. I hope this will help some people. I would also like to hear from anyone with any suggestion on how I could improve the setup I've done. I'm always learning Thanks. http://www.cardon.biz/docs/tomcat/

Re: running tomcat offline ...now ok thanks

2003-06-27 Thread P.Ruijters
Thanks, it works now. Problem was the browser asked me to connect to the internet or stay offline. I pushed offline since obviously I don't have the connection. This never worked. But realising now it should work I tried the "connect" button it workedit's that simple. Jee thanks this brings

Deploying a WAR

2003-06-27 Thread Christian Hvid
Hi. I am trying to deploy a WAR using the Tomcat Manager but I keep getting "FAIL - Invalid application URL ... was specified." regardless of what I type in WAR URL: http://vredungmand.dk/programming/orange/orange.war http://vredungmand.dk:80/programming/orange/orange.war jar:http://vredungmand

Re: Tomcat usage stats

2003-06-27 Thread Tim Funk
Close enough to maybe get ballpark ideas ... http://www.securityspace.com/s_survey/data/man.200305/apachemods.html http://news.netcraft.com/archives/web_server_survey.html -Tim Lajos wrote: Hi all - Has anyone seen any stats that show how widely Tomcat is used as opposed to Weblogic, Websphere,

RE: running tomcat offline

2003-06-27 Thread Goehring, Chuck Mr., RCI - San Diego
Pierre, You may also have to turn lookups off in the server.xml (enableLookups="false") on the connectors. You will still probably need the network card and driver. Chuck -Original Message- From: Goehring, Chuck Mr., RCI - San Diego Sent: Friday, June 27, 2003 2:12 PM To: Tomcat Users

RE: running tomcat offline

2003-06-27 Thread Goehring, Chuck Mr., RCI - San Diego
Pierre, I use a hosts file to name the machine whatever I want. I think this would also eliminate the need for an internet connection (to get to DNS). I put the same name in the server.xml everywhere that localhost appears. Seams to work for me. Chuck -Original Message- From: P.Ruij

RE: running tomcat offline

2003-06-27 Thread mike jackson
You should be able to use tomcat via "localhost". If that doesn't work try the address of 127.0.0.1. --mikej -=-- mike jackson [EMAIL PROTECTED] > -Original Message- > From: P.Ruijters [mailto:[EMAIL PROTECTED] > Sent: Friday, June 27, 2003 1:03 PM > To: [EMAIL PROTECTED] > Subject

RE: JDBC Pooling Clarification

2003-06-27 Thread mike jackson
Personally I've had problems with Oracle's connection pooling (didn't cleanup the connections before handing them out, the connects were arriving dirty to begin with). But, barring those issues, if you use a "generic" connection pooling system, rather than the oracle one, it'll make it easier to m

running tomcat offline

2003-06-27 Thread P.Ruijters
Hello, Is it possible to develop servlets in tomcat offline? Currently I do need an internet connection to be able to run my servlets/jsp. Without the connection it does not. This is inconvenient if you want to work on say a laptop temporarily not being able to connect to the internet. If it is

RE: JDBC Pooling Clarification

2003-06-27 Thread Gregory, Carlton
thanks Yoav, Oracle has some good example on there technet.oracle.com site but the use OC4J instead of Tomcat. With the many docs I was coming across on the web it became confusing as to what is a MUST and what is a CHOICE. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED

[ANNOUNCE] Tomcat FAQ

2003-06-27 Thread John Turner
Greetings -   Before posting to the list, please consult the Tomcat documentation, as well as the Tomcat FAQ.   Tomcat FAQ: http://jakarta.apache.org/tomcat/faq/index.html   Tomcat 3.3 documentation: http://jakarta.apache.org/tomcat/tomcat-3.3- doc/index.html   Tomcat 4.0 documentation: http://j

RE: JDBC Pooling Clarification

2003-06-27 Thread Shapira, Yoav
Howdy, > Question 1. This package is used REGARDLESS of what database you >are using? You can configure what package is used by altering the factory setting in the section for your data source. > Question 2. If DBCP does not have to be used then I could use >Oracles connection

JDBC Pooling Clarification

2003-06-27 Thread Gregory, Carlton
After googling to countless pages on connection pooling I figured I should ask the list for some clarification. According to this doc: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-how to.html DBCP is what Tomcat uses to perform connection pooling. Question

Tomcat usage stats

2003-06-27 Thread Lajos
Hi all - Has anyone seen any stats that show how widely Tomcat is used as opposed to Weblogic, Websphere, Resin etc? I can't find any web server survey that covers servlet containers. As an alternative, does any one know if there are any stats on how many times Tomcat has been downloaded? TIA

Re: jkmounts screwing up my namevirtualhost

2003-06-27 Thread Lajos
Hi Heather - I didn't see a reply to your post, so here goes. The JkMounts you have will be handled by the that has path="". If you didn't edit server.xml, that means it will go to the ROOT directory. If you want oecon-stprg to be the default , edit it's path in server.xml and set that to ""

Re: performance on Tomcat 4.0.6

2003-06-27 Thread Nate
Check this out, it is an earlier thread that was running on this list regarding my experience with the same problem. I've posted the entire thread below OR If you want to make it easier on yourself, just paste the stuff below into a .bat file and execute it from the bin folder under tomcat, and i

RE: "Persistent attributes"

2003-06-27 Thread Shapira, Yoav
Howdy, >The way I'd do this is to use Properties objects, and a few (perhaps >even one?) files under WEB-INF/props > >On startup, on the setup page, you'd ask the user to supply the filepath >to use. >Then you'd write that info to WEB-INF/props/application.properties. > >On subsequent restarts, y

RE: performance on Tomcat 4.0.6

2003-06-27 Thread Shapira, Yoav
Howdy, >I'm doing some tests on performance with TC 4.0.6. My system (W2k IIS5.0 >- >JSDK 1.4.0). I'm expecting my site will have a heavy load (about 20,000 >concurrent connections between several servers) My pages wont have database >connections. That IS a heavy load. Out of curiosity, what

RE: "Persistent attributes"

2003-06-27 Thread Mike Curwen
The way I'd do this is to use Properties objects, and a few (perhaps even one?) files under WEB-INF/props On startup, on the setup page, you'd ask the user to supply the filepath to use. Then you'd write that info to WEB-INF/props/application.properties. On subsequent restarts, your app looks to

RE: "Persistent attributes"

2003-06-27 Thread Shapira, Yoav
Howdy, >I am writing a web application that stores its data in an XML-file. I >am deploying it via Apache Tomcat. I would like to make it easy to >deploy. For it to work the user deploying my application has to set the >file name of the data storage. Just to clarify, let's call the person deploy

performance on Tomcat 4.0.6

2003-06-27 Thread Jose Santiago Oyervides Gonzalez
Hi, I'm doing some tests on performance with TC 4.0.6. My system (W2k IIS5.0 - JSDK 1.4.0). I'm expecting my site will have a heavy load (about 20,000 concurrent connections between several servers) My pages wont have database connections. I've read some documents about it, and I wonder if some

Re: Custom 500 error page

2003-06-27 Thread Nate
I don't know how to fix it on the 5.0.2 release. It works fine on 4.1.24 tho'. From what I could find it was a problem with some request valve. You can also check the url below for another way to handle this http://www.experts-exchange.com/Developer/Web/Web_Languages/JSP/Q_20634798.h tml -

"Persistent attributes"

2003-06-27 Thread Christian Hvid
Hello list. I have tried posting this question to comp.lang.java but I didn't get the answer that I needed: I am writing a web application that stores its data in an XML-file. I am deploying it via Apache Tomcat. I would like to make it easy to deploy. For it to work the user deploying my appl

RE: Redirect HTTP to HTTPS?

2003-06-27 Thread Shapira, Yoav
Howdy, A webapp must have a WEB-INF folder. It's a good idea to put a web.xml file there, even if it only has the element in it. You'd like all port 80 requests (both HTTP and HTTPS) routed to port 8443? Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Latesha Willi

RE: ServletContextListener problem

2003-06-27 Thread augusto . guagliano
Thank you and Yoav! Right after sending the mail I found the mistake. Feel so stupid now :-) Thanks! === Augusto Cesar Guagliano [EMAIL PROTECTED] Project Manager +55 19 9106.9024 Infosoftware Consulting http://www.infosoftware.com.br ==

RE: ServletContextListener problem

2003-06-27 Thread Raible, Matt
You have 2.2 in the first part of your DTD: http://java.sun.com/dtd/web-app_2_3.dtd";> Change it to: http://java.sun.com/dtd/web-app_2_3.dtd";> HTH, Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 12:17 PM To: Tomcat Users List S

RE: ServletContextListener problem

2003-06-27 Thread Shapira, Yoav
Howdy, You have a DTD DOCTYPE mismatch. Your web.xml is fine for a 2.3 container, just change the 2.2 to 2.3 in the DOCTYPE. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] >Sent: Friday, June 27, 2003 2:17 PM >To: Tomcat

Redirect HTTP to HTTPS?

2003-06-27 Thread Latesha Williams
How do you redirect HTTP to HTTPS in a Tomcat Standalone configuration (no Apache WS)? This configuration serves static web content on port 80 and JSP/Java Servlets on port 8080. I would like requests coming in on port 80 to be routed to HTTPS automatically. Although the HTTP connectors are confi

ServletContextListener problem

2003-06-27 Thread augusto . guagliano
Hello people. I am trying to use a ServletContextListener but Tomcat 4.1.24 does not like my web.xml :-) The file follows below. I have no idea what's wrong! The error messages are: 27/06/2003 15:16:25 org.apache.commons.digester.Digester error SEVERE: Parse Error at line 9 column 14: Element

Re: Custom 500 error page

2003-06-27 Thread Jean-Francois Arcand
Joe Reger, Jr. wrote: I'm having the same problem on Tomcat 5.0.2. Tried restarting the app. Then tried restarting Tomcat. Then rebooted the machine. Still getting the stack trace. I assumed for a while that I had a compilation error in my error.jsp so I made error.jsp a very simple page wit

RE: Custom 500 error page

2003-06-27 Thread Joe Reger, Jr.
I'm having the same problem on Tomcat 5.0.2. Tried restarting the app. Then tried restarting Tomcat. Then rebooted the machine. Still getting the stack trace. I assumed for a while that I had a compilation error in my error.jsp so I made error.jsp a very simple page with no code. It still isn'

RE: Servlet mapping error

2003-06-27 Thread KKolle
Thanks, I knew it was somthing simple/stupid. Works now. "Shapira, Yoav"

RE: Servlet mapping error

2003-06-27 Thread Shapira, Yoav
Howdy, >Under /webapps/bugtracker/WEB-INF/web.xml, I have the >following >snippet of lines: > > LoginServlet > >com.bugtracker.servlets.LoginServlet > > > LoginServlet > /servlets/LoginServlet > > >

RE: JDBC Session Manager.

2003-06-27 Thread Filip Hanik
that is for the membership detection of the cluster, session propagates upon each request is finished Filip > -Original Message- > From: Angus Mezick [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 25, 2003 5:09 AM > To: Tomcat Users List > Subject: RE: JDBC Session Manager. > > > I R

RE: Servlet mapping error

2003-06-27 Thread Bodycombe, Andrew
Try the following URL: http:///bugtracker/servlets/LoginServlet Hope this helps, Andy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 27 June 2003 18:17 To: [EMAIL PROTECTED] Subject: Servlet mapping error I'm trying to map a Servlet URL and then invo

Re: REALM question - please help

2003-06-27 Thread Jean-Francois Arcand
Dinh, Chinh wrote: Thanks for your help . I'm new to TOMCAT , so I may have some confusion. I thought it's the way that TOMCAT does. We have to use REALM to authenticate as we define this in web.xml : BASIC MyRealm It will pop up a log in box, and Realm's authentication method will d

Re: Custom 500 error page

2003-06-27 Thread Nate
For future reference, I just upgraded from 4.1.18 to 4.1.24, and that fixed the issue. - Original Message - From: "Nate" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, June 27, 2003 11:38 AM Subject: Re: Custom 500 error page > What version of Tomcat are yo

Servlet mapping error

2003-06-27 Thread KKolle
I'm trying to map a Servlet URL and then invoke that Servlet in my web app. When I attempt this, I'm getting the following error in my browser: [start error] HTTP Status 404 - /servlets/LoginServlet type Status repo

Re: Redirector problem? Apache 2.0.43 - Tomcat 4.1

2003-06-27 Thread John Turner
Change "images" back to "localhost", then try adding images in the Host container in server.xml. Are you sure that "images" resolves to an IP address? John On Fri, 27 Jun 2003 12:45:00 -0300, Martín Mauri <[EMAIL PROTECTED]> wrote: I did like the first, I changed "localhost" to "images" so I

Re: Custom 500 error page

2003-06-27 Thread Nate
What version of Tomcat are you running? Perhaps I need to upgrade. - Original Message - From: "Tim Davidson" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, June 27, 2003 11:34 AM Subject: RE: Custom 500 error page The change notes are in the distribution u

Re: Custom 500 error page

2003-06-27 Thread Nate
I can access the page directly with no problems. - Original Message - From: "Tim Funk" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, June 27, 2003 11:29 AM Subject: Re: Custom 500 error page > What if you try to access /server_err.jsp directly? Is the erro

RE: Custom 500 error page

2003-06-27 Thread Tim Davidson
The change notes are in the distribution under release-notes.txt. This works for me: 500 /jsp/errorPage.jsp -Original Message- From: Nate [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 5:15 PM To: Tomcat Users List Subject: Custom 500 error page Hi al

Re: Custom 500 error page

2003-06-27 Thread Tim Funk
What if you try to access /server_err.jsp directly? Is the error page also throwing an error? -Tim Nate wrote: Hi all, I'm using tomcat 4.1.18 and am having a problem with custom error pages. I have included the following in my global web.xml file 500 /server_err.jsp

Custom 500 error page

2003-06-27 Thread Nate
Hi all, I'm using tomcat 4.1.18 and am having a problem with custom error pages. I have included the following in my global web.xml file 500 /server_err.jsp however, when a 500 error is returned, it still shows the stack trace instead of my custom page. Has anybody

Re: download of csv file

2003-06-27 Thread Antonio Fiol Bonnín
Shanta B wrote: Hi We have a servlet which will download csv file from server.It works fine in some browser. The file type CSV is standard Excel format file. When i click on the link 'file open/save as' dialog appears, i see only html as supported filetype. Why? I expected CSV file as filetype he

RE: Hot deploy does not work?

2003-06-27 Thread Shapira, Yoav
Howdy, Are there any errors in the logs when you redeploy? Does a simple reload (not redeploy) work? Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Jon Haugsand [mailto:[EMAIL PROTECTED] >Sent: Friday, June 27, 2003 11:46 AM >To: Tomcat Users List >Subject: Re: Hot

Re: Hot deploy does not work?

2003-06-27 Thread Jon Haugsand
* Jon Haugsand > * ben jessel >> add reloadable="true" in with the Context parameters > > Did so: >reloadable="true" /> No, I mean this: It does not help though. -- Jon Haugsand, [EMAIL PROTECTED] http://www.norges-bank.no ---

Re: Redirector problem? Apache 2.0.43 - Tomcat 4.1

2003-06-27 Thread Martín Mauri
I did like the first, I changed "localhost" to "images" so I have just one virtual host...but it's still not working :(( - Original Message - From: "John Turner" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, June 27, 2003 12:39 PM Subject: Re: Redirector pro

Re: Redirector problem? Apache 2.0.43 - Tomcat 4.1

2003-06-27 Thread John Turner
So what did you do then: change "localhost" in server.xml to "images", and restart Tomcat, then restart Apache? Or did you add "images" to the already existing "localhost" in server.xml? If the latter, you will need to do what I described in my previous message. If you have "localhost" and "

RE: Encoding - UTF-16 vs ISO-8859-1

2003-06-27 Thread Shanta B
In Java 1.3, the default encoding is set to ISO-8859-1 which includes all the German special characters In Java 1.4, the default encoding is set to ASCII which converts all German special characters to '?' -Original Message- From: Mike Hulse [mailto:[EMAIL PROTECTED] Sent: Friday, June 27

Re: Redirector problem? Apache 2.0.43 - Tomcat 4.1

2003-06-27 Thread Martín Mauri
no, the thing's that I've just got only one virtual host called images that's auto-generated in mod_jk.conf and as that file is included in httpd.conf I assume I don't have to modify it, or is it better than I replace it with a "*" anyway?? and yes, I have all the jkMount directives inside the Vir

Re: Hot deploy does not work?

2003-06-27 Thread Jon Haugsand
* ben jessel > add reloadable="true" in with the Context parameters Did so: /bin/ls -l /var/tomcat4/tilgang/ total 741 -rw-r--r--1 nbulo1 tomcat4754228 Jun 27 17:23 tilgang.war But no deployment :-( -- Jon Haugsand, [EMAIL PROTECTED] http://www.norges-bank.no ---

Re: Redirector problem? Apache 2.0.43 - Tomcat 4.1

2003-06-27 Thread John Turner
Is there more than one name-based virtual host? If so, do the following: - enable NameVirtualHost in httpd.conf, and set it to "*" - change your "VirtualHost images" to "VirtualHost *" I'm assuming you have JkMount directives inside your VirtualHost container? Note that if you have more than o

Re: Redirector problem? Apache 2.0.43 - Tomcat 4.1

2003-06-27 Thread Martín Mauri
ok, in both of them is "images" I've setup the following in mod_jk.conf: ServerName images ... and the following in server.xml: ... any idea? thanks.. - Original Message - From: "John Turner" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday

Re: Redirector problem? Apache 2.0.43 - Tomcat 4.1

2003-06-27 Thread John Turner
What is the VirtualHost container for "server" and what is the Host entity in server.xml for "server"? John On Fri, 27 Jun 2003 11:53:59 -0300, Martín Mauri <[EMAIL PROTECTED]> wrote: Hi, I'm facing the following problem, I'm trying to get Tomcat and Apache working together, everything's fine

RE: "tomcat stop" does not kill all processes

2003-06-27 Thread Shapira, Yoav
Howdy, >I start it with LocateRegistery.createRegistery(1099) and Registery >interface and LocateRegistery haven't got any close or destroy and any >method to stop the RmiRegistery ! >Have you got an idea about it ? Yeah, that's what I figured. They should've included a shutdown() method in tha

Re: Hot deploy does not work?

2003-06-27 Thread ben . jessel
add reloadable="true" in with the Context parameters Jon Haugsand <[EMAIL PROTECTED]> 27/06/2003 15:43 Please respond to "Tomcat Users List" To: <[EMAIL PROTECTED]> cc: Subject:Hot deploy does not work? Running tomcat 4.1 installed from RPM things lo

Redirector problem? Apache 2.0.43 - Tomcat 4.1

2003-06-27 Thread Martín Mauri
Hi, I'm facing the following problem, I'm trying to get Tomcat and Apache working together, everything's fine since I've just set up the server.xml and httpd.conf and included the mod_jk.conf automcatic file in my httpd.conf. But when I try to access http://server/examples I get the 404 error and

RE: Tomcat Classloaders and loading properties files

2003-06-27 Thread Shapira, Yoav
Howdy, >I'm expecting that when I go to load the properties, it will look in >WEB-INF/classes *first*, from this snip from the CLASSLOADER doc > >Therefore, from the perspective of a web application, class or resource >loading lo

Hot deploy does not work?

2003-06-27 Thread Jon Haugsand
Running tomcat 4.1 installed from RPM things look fine, but for some reason or another I cannot get hot (re)deployment to work. Copying a war file into /var/tomcat4/webapps makes it jus lay there. I mean this worked yesterday :-( but I cannot imagine what I have done differently today except chan

Tomcat Classloaders and loading properties files

2003-06-27 Thread Mike Curwen
Hello, So I'm writing a few library classes that I hope I'll be able to use over and over again. Because goodness knows, someone needs to invent the wheel again. ;) Anyways.. I want my classes to use properties files for configuration, and what I really want is something like: 1. Place the libr

Re: "tomcat stop" does not kill all processes

2003-06-27 Thread mourad jaber
I start it with LocateRegistery.createRegistery(1099) and Registery interface and LocateRegistery haven't got any close or destroy and any method to stop the RmiRegistery ! Have you got an idea about it ? Thanks a lot Mourad Shapira, Yoav wrote: Howdy, Well, how are you starting the registry?

Re: Unscubscribe while on holidays

2003-06-27 Thread John Turner
Enjoy your holiday! John On Fri, 27 Jun 2003 15:01:15 +0100, Donie Kelly <[EMAIL PROTECTED]> wrote: Hi all Can anybody remind me how to unsubscribe while I'm away on holidays to avoid you getting me "Out of Office" Tanks Donie **

Maintenance of users and user_roles

2003-06-27 Thread Jon Haugsand
Being greatful for help received on how to use an oracle dbms for authentication. The next obvious thing to do is to make a simple servlet to maintain such a simple database. But before I do so, maybe someone has something like it laying around? -- Jon Haugsand, [EMAIL PROTECTED] http://www

RE: Unscubscribe while on holidays

2003-06-27 Thread Donie Kelly
Ok, I'll admit it. I'm blind :) Thanks -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 27 June 2003 15:14 To: Tomcat Users List Subject: RE: Unscubscribe while on holidays Howdy, As the footer of each list message says:

RE: Unscubscribe while on holidays

2003-06-27 Thread Shapira, Yoav
Howdy, As the footer of each list message says: - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] That's nice, courteous of you. Enjoy your holidays ;) Yoav Shapira Millennium ChemIn

Unscubscribe while on holidays

2003-06-27 Thread Donie Kelly
Hi all   Can anybody remind me how to unsubscribe while I’m away on holidays to avoid you getting me “Out of Office”   Tanks Donie ** This email and any files transmitted with it are confidential and intended sol

RE: PrintServiceLookup And Tomcat

2003-06-27 Thread Shapira, Yoav
Howdy, Glad to help. That was a refreshing departure from the usual "my servlet doesn't work (and I didn't read the release notes or search the archives or the FAQ or anything before posting yet another invoker-servlet-related question)" issue. ;) Yoav Shapira Millennium ChemInformatics >-

Re: Win2003 IIS6 ISAPI filter problem

2003-06-27 Thread John Turner
Possible? Sure. Probable soon? Maybe. Please understand that the pool of people who are capable of understanding and developing a connector and have access to Win 2003 Server is decidedly small. When you consider that the number of overall Win 2003 Server installations is very tiny as well,

RE: Win2003 IIS6 ISAPI filter problem

2003-06-27 Thread connil
On IIS 6? Is there light in this darkness? Is it possible get Tomcat to work with IIS 6 (win 2003)? >-- Original Message -- >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> >Subject: RE: Win2003 IIS6 ISAPI filter problem >Date: Fri, 27 Jun 2003 13:39:55 - >From: Reynir Hübner <[EMAIL PROT

RE: Win2003 IIS6 ISAPI filter problem

2003-06-27 Thread Nick Tatham
To answer my own question, I have now found the -or version: isapi_redirector.dll in /builds/jakarta-tomcat-connectors/jk/release/v1.2.0/bin/win32 I have upgraded to this version and still get the same problem on Win2003. I did earlier have access problems but fixed those in IIS6 by going to P

Re: Encoding - UTF-16 vs ISO-8859-1

2003-06-27 Thread Mike Hulse
There is nothing before it starts on the first line in the first column and that's all that is on that line. I was using ISO-8859-1 because that's what was in all of the tomcat examples. Mike - Original Message - From: "Shapira, Yoav" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL

RE: PrintServiceLookup And Tomcat

2003-06-27 Thread Michael Duffy
Hi Yoav, You gave me the answer. When I looked at my service's log on properties, it was running under the local system account. There's a radio button that allows you to run under the local system account or another one of your own choosing. When I switched to another account and gave it my n

RE: Win2003 IIS6 ISAPI filter problem

2003-06-27 Thread Reynir Hübner
On win2003 ? > -Original Message- > From: Tom Cole [mailto:[EMAIL PROTECTED] > Sent: 27. júní 2003 13:23 > To: Tomcat Users List > Subject: Re: Win2003 IIS6 ISAPI filter problem > > > I'm using the latest isapi_redirector.dll (notice the 'or' at > the end) with no problems. But I'm ru

RE: Win2003 IIS6 ISAPI filter problem

2003-06-27 Thread Nick Tatham
Tom, Where did you get that redirectOR from - I can't find it on the download site? Thanks, Nick -- Nick Tatham Peramon Technology Limited +44 118 984 0506 www.peramon.com -Original Message- From: Tom Cole [mailto:[EMAIL PROTECTED] Sent: 27 June 2003 14:23 To: Tomcat Users List Subj

Re: multiuser setup: please help

2003-06-27 Thread John Turner
I don't use this feature, but a couple of things come to mind: - does the user account that Tomcat uses have read permissions to those directories? - NOTHING under WEB-INF is ever directly accessible, both WEB-INF and META- INF are protected resources as far as tomcat is concerned. I'm not sur

RE: Problem with new 4.1.24 install

2003-06-27 Thread Shapira, Yoav
Howdy, Does it (JSP compilation) work in tomcat stand-alone? Always try that first in order to help distinguish between connector/configuration problems and tomcat internal/configuration problems. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Tom Cole [mailto:[EMAI

Re: Problem with new 4.1.24 install

2003-06-27 Thread Tim Funk
Here might be some reasons why ... http://jakarta.apache.org/tomcat/faq/misc.html#compile -Tim Tom Cole wrote: I'm integrating Tomcat 4.1.24 with IIS in a Windows 2000 Server environment. 1. I downloaded and installed the distribution. 2. Downloaded the isapi_redirector.dll and placed it in /co

RE: Encoding - UTF-16 vs ISO-8859-1

2003-06-27 Thread Shapira, Yoav
Howdy, What content was before ? Is there a specific (e.g. int'l) reason you're not using the conventional UTF-8 encoding in the first place? Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Mike Hulse [mailto:[EMAIL PROTECTED] >Sent: Friday, June 27, 2003 9:25 AM >T

RE: "tomcat stop" does not kill all processes

2003-06-27 Thread Shapira, Yoav
Howdy, Well, how are you starting the registry? >I'm using Rmi with an encapsulated rmiregistery but I don't know how to >stop it. Yoav Shapira This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary

Encoding - UTF-16 vs ISO-8859-1

2003-06-27 Thread Mike Hulse
I am using tomcat 4.1.24 and have several webapps running. When I added anoter webapp and I kept getting SEVERE: Parse Fatal Error at line 1 column 44: Content is not allowed in prolog org.xml.sax.SAXParseException: Content is not allowed in prolog. After a little trial and error and a couple o

Re: Win2003 IIS6 ISAPI filter problem

2003-06-27 Thread Tom Cole
I'm using the latest isapi_redirector.dll (notice the 'or' at the end) with no problems. But I'm running 4.1.24. - Original Message - From: "Eriksen, Kjell" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Friday, June 27, 2003 9:20 AM Subject: RE: Win2003 IIS6 ISAP

Re: jkmounts screwing up my namevirtualhost

2003-06-27 Thread John Turner
If you want multiple name-based virtual hosts with JK, I have found that you need to do the following: - make sure NameVirtualHost is enabled and set to "*" - make sure all VirtualHost containers look like this: ServerName your.host.name ... JkMount /*.jsp ajp13 - make sure that every poss

RE: Win2003 IIS6 ISAPI filter problem

2003-06-27 Thread Eriksen, Kjell
I have been experiencing a similar problem with the ISAPI from 4.1.18. The application works fine when I hit Tomcat's HTTP listener, but going through IIS I receive the error with ACCESS DENIED. I have tried everything imaginable with the permissions. Is there a new ISAPI filter for 2003? Has

Problem with new 4.1.24 install

2003-06-27 Thread Tom Cole
I'm integrating Tomcat 4.1.24 with IIS in a Windows 2000 Server environment. 1. I downloaded and installed the distribution. 2. Downloaded the isapi_redirector.dll and placed it in /conf/ 3. I created the workers.properties and uriworkermap.properties file. 4. Uncommented the APJ13 section of the

fileupload beta+tomcat release or filupload current+tomcat cvs?

2003-06-27 Thread Thomas Weller
Hello, thanks for the link to the tomcat sources. It took a while but we are willing to look at the code. We downloaded all tomcat sources (at least I hope so) and Ant to compile tomcat once, to see if it compiles before we begin to modify it. build-catalina: [javac] Compiling 335 source file

Win2003 IIS6 ISAPI filter problem

2003-06-27 Thread Nick Tatham
I have a Tomcat 3 application and have been running this successfully on several NT and 2000 machines under IIS using the isapi_redirect.dll filter (from Tomcat 3.3). I'm now trying to make it work under IIS 6 on Windows server 2003. Debug to the logfile shows it processing the HttpFilterProc OK

Re: "tomcat stop" does not kill all processes

2003-06-27 Thread mourad jaber
I'm using Rmi with an encapsulated rmiregistery but I don't know how to stop it. Shapira, Yoav wrote: Howdy, Do your applications start any non-daemon threads? Yoav Shapira Millennium ChemInformatics -Original Message- From: mourad jaber [mailto:[EMAIL PROTECTED] Sent: Friday, Jun

RE: PrintServiceLookup And Tomcat

2003-06-27 Thread Shapira, Yoav
Howdy, One has to think it has something to do with the service security model in windows. I used to know a lot about this, but not for current windows platforms. Maybe someone on the list does, maybe someone who wrote the javax.print.spi at Sun does. Yoav Shapira Millennium ChemInformatics >

RE: "tomcat stop" does not kill all processes

2003-06-27 Thread Shapira, Yoav
Howdy, Do your applications start any non-daemon threads? Yoav Shapira Millennium ChemInformatics >-Original Message- >From: mourad jaber [mailto:[EMAIL PROTECTED] >Sent: Friday, June 27, 2003 9:03 AM >To: Tomcat Users List >Subject: "tomcat stop" does not kill all processes > >Hi, >I'm

"tomcat stop" does not kill all processes

2003-06-27 Thread mourad jaber
Hi, I'm using tomcat 4.1.24rpm but I have the same pb with binary installation under linux ( 2.4.21 ) jdk 1.4.1_03. When I shutdown tomcat, it log that the standalone tomcat is down but all processes stay in memory and if I restart tomcat there are more processes I must kill then all if I want t

Re: [TRICK] mod_jk build on Redhat 8.0 / 9.0

2003-06-27 Thread John Turner
Good tip...thanks! John On Fri, 27 Jun 2003 11:43:43 +0200, Henri Gomez <[EMAIL PROTECTED]> wrote: Under Redhat 8.0/9.0, the Apache 2.0 installed is 2.0.40 with security fixes. But the apxs is still the one from 2.0.40 so the apxs -q LIBTOOL, used in configure didn't works. A solution for RH use

Re: Howto compile mod_jk2 under windows?

2003-06-27 Thread John Turner
Best place for this is the tomcat-dev list, not tomcat-user. John On Fri, 27 Jun 2003 14:21:23 +0800, Ares Liu <[EMAIL PROTECTED]> wrote: After I hit build button, the MSVC debug windows displayed as follow: Configuration: mod_jk2 - Win32 Debug-- -- Creatin

Re: Tomcat + Apache Problem

2003-06-27 Thread John Turner
What Tomcat version? For version 4.1.x, See my Win2K/XP HOWTO: http://www.johnturner.com/howto John On Thu, 26 Jun 2003 21:13:32 +0200, David Herranz <[EMAIL PROTECTED]> wrote: Hello, I trying to integrate Tomcat into the Apache server, but i need the file "tomcat-Apache.conf", I read in som

RE: PrintServiceLookup And Tomcat

2003-06-27 Thread Michael Duffy
Hi Yoav, Brilliant advice, as usual. When I shut down the Tomcat service and run it using startup.bat, it finds both printers beautifully and puts the names in the drop down. Now - what do I have to change so my service will behave as nicely? If you know, I'd appreciate hearing it. If not, I'

  1   2   >