RE: Tomcat 4.1.18 won't reload deleted and re-created JSP pages, returns 404 error though JSP is there

2003-06-26 Thread Florian G. Haas
Hello Peter, | -Original Message- | From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] | Sent: Wednesday, June 25, 2003 12:44 PM | | do you have reloadalble set to true | in your server.xml ? Not quite sure if that question was addressed to Paul or me. As for my part, as indicated

ISAPI integration: Tomcat 4.1.24, IIS 5 with HTTP PUT request

2003-06-26 Thread Hartmut Bernecker
Hello, I am faced to the problem that the Tomcat-IIS integration doesn't work when doing some HTTP PUT Request! HTTP GET and HTTP POST requests works well. Also HTTP PUT Request works well when running Tomcat standalone (w/o IIS, Port 8080). You have some Idea? I do not. Hartmut Bernecker

Re: How I can slove this problem??

2003-06-26 Thread Bikash Paul
Hi, From my client interface Iam taking the message of my servlet from outputstream which has written by servlet(by out.println)incase of connection broken during uploading and then my client pop up a dialogbox of connection broken to inform user.My application architecture is Tomcat is install

RE : isapi_redirector2.dll not loading correctly

2003-06-26 Thread Hertenstein Alain
Hi, Just noticed that all registry entries you entered are for JK Version 1 !! The Registry Entries for JK2 are different : [HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi Redirector\2.0] serverRoot=c:\tomcat extensionUri=/jakarta/isapi_redirector2.dll

Re: Redirection loop

2003-06-26 Thread Jon Haugsand
* Bill Barker This should make you happy, since, indeed, TC 4.1.x will figure this out and allow access to the form-login-page even if it is otherwise protected. The TC 3.x line doesn't have this feature (although it would be easy enough to add to TC 3.3.2 if anyone actually wanted it :).

Re: corrupt sessions

2003-06-26 Thread Hartwig, Thomas
Whom it may concern, I want to report that I did not resolve this problem with Tomcat 4.x. However I have switched to Tomcat 5.0.3a and the session management seems to be quite different. Until now it works far better. Thomas Hartwig, Thomas wrote: I have sometimes problems with corrupt

RE : IIS 5 + Tomcat 4.1.24 + JK2 Connector problem - RESOLVED

2003-06-26 Thread Hertenstein Alain
Hi guys, Well, simply said, the Server Reboot magical solution made it work... (thanks David for that one) Now, did all the previous modifications (shm file, etc) also make the JK2 connector work too !? I don't know. In any case, all URLs are now working fine : http://localhost:8080/examples/

dtd's directory

2003-06-26 Thread Georges Roux
Hi, Have some .dtd file to put in my webapp but I don't know where create the dtd directory can somebody tell me? Where normaly is the best place. Thanks. Georges - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE : IIS 5 + Tomcat 4.1.24 + JK2 Connector problem

2003-06-26 Thread Hertenstein Alain
To answer your questions (maybe it might help others ?) : - No, no Firewall running - Yes, I created a blank workers2.properties file and copied the text into it - The error page was (don't know the HTTP Error code for it) : The page cannot be displayed The page you are looking for is currently

Re: dtd's directory

2003-06-26 Thread Riaan Oberholzer
I don't think there is a fixed rule. I have seen some applications put it under /WEB-INF/lib, then others do it /WEB-INF/dtd and yet others under the project root, eg /dtds or /tags or /jsp/tags (depending on the nature). I'd like to get more info on this myself --- Georges Roux [EMAIL

index.html

2003-06-26 Thread Oki DZ
Hi, I just installed Tomcat 5.0.3. The index page showed the version as 4.0-b4. I think it would be neater if the index page were a servlet, so that it could retrieve the version number from the config files and have the right number. BTW, the wrong version display is some kind of a show

Re: [OT] How to know Know the amount of memory used by Tomcat froma JSP page ?

2003-06-26 Thread Antony
What is the command to get the status page ?. i an't find it in Tomcat docs. - Original Message - From: Tim Funk [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 4:49 PM Subject: Re: [OT] How to know Know the amount of memory used by Tomcat froma JSP

Re: Cookie handling in IE6 and session handling of tomcat 4.1.24

2003-06-26 Thread Suraj Berwal
Dear Tim, thanks for your reply. well I have checked the genearted java code for my jsp page. I see no instance variables being declared there only local varaiables. the variables we have defined are also being declared locally inside the doservice() method. however i would like to point

Urgent Doubt!!!

2003-06-26 Thread Ponniah Mari
hi, I have a serious problem. I have developed a site using jsp and servlets, the server is tomcat 4.0. i uploaded the files with a DNS name provider. now i cannot access any of the JSP and Servelt files. But the inetresting part is that its woriking fine in my local machine. Let me explain

Re: java.net.UnknownHostException: jakarta.apache.org

2003-06-26 Thread Flo
Oh ... Yes !! Thanks :) - Original Message - From: Bill Barker [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 26, 2003 6:46 AM Subject: Re: java.net.UnknownHostException: jakarta.apache.org It's a simple typo. You have: -//Apache Software Foudation//DTD Struts

GD Lib for TC or Java ?

2003-06-26 Thread Power-Netz \(Schwarz\)
Hi, I seek something like the gdlib , in best case the gdlib :) , for java. Has anyone an idea whats best for tc/java ? It should scale images and create images, should handle texts. It does not need to be full of functions , just some basic routines .. Thx M.Schwarz POWER-NETZ®

servlet response.sendRedirect() illegal state exception

2003-06-26 Thread Shanta B
Hi In my servlet response.sendRedirect i am getting illegal state exception ...could pl tell me how to avoid this...whats does it mean... Thanks Shanta.B -Original Message- From: Hartmut Bernecker [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 9:40 AM To: [EMAIL PROTECTED]

RE: tomcat 4.1.24 + sdk 1.4.1_03 + Win 2000

2003-06-26 Thread Mark Hayes
Jason - Related to this issue: class loading. If a JAR is required by a web-app, the JAR should be placed in the web-app's WEB-INF/lib directory. If said JAR is required by multiple web-apps, the JAR should go in TOMCAT_HOME/common/lib. If said JAR is required by multiple web-apps, as well as,

Re: Where to place the tomcat distribution in file system

2003-06-26 Thread Hayo Schmidt
off-topicI have a Folder C:\Programme and a Folder C:\Program Files on my windows system, just because some installers are not programmed correctly./off-topic. The point is, i can do what i like with my personal system. But i am working together with colleagues and clients, i might use several

RE: servlet response.sendRedirect() illegal state exception

2003-06-26 Thread Tim Davidson
It means a response has already been committed (i.e. you have already committed to sending HTML from that servlet). Somewhere it your code you are using the printWriter or response.sendRedirect or you are already forwarding to another servlet. You should avoid having more than one

Re: Urgent Doubt!!!

2003-06-26 Thread Sriram N
--- Ponniah Mari [EMAIL PROTECTED] wrote: hi, I have a serious problem. I have developed a site using jsp and servlets, the server is tomcat 4.0. i uploaded the files with a DNS name provider. now i cannot access any of the JSP and Servelt files. But the inetresting part is that its

Multiple webapp locations

2003-06-26 Thread Mike Hulse
I haven't read through all of the documentation yet, but while I was looking at the manager app and trying to understand how it works I noticed something. The manager app is not in /jakarta-tomcat-4.1.24/webapps. Instead there is a manager.xml that has a context Context path=/manager

HELP Too many open files??

2003-06-26 Thread g4
Hi list, just had a strange error occour, I got an internal server error in Tomcat. Now when I try to start Tomcat again, nothing! Here is the localhost_admin_log: 2003-06-26 12:05:12 StandardManager[/admin] Exception unloading sessions to persistent storage java.io.FileNotFoundException:

Re: HELP Too many open files??

2003-06-26 Thread Mike Hulse
- Original Message - From: g4 [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 26, 2003 7:33 AM Subject: HELP Too many open files?? Hi list, just had a strange error occour, I got an internal server error in Tomcat. Now when I try to start Tomcat again, nothing!

Re: What are the possible attributes of the Context element ?

2003-06-26 Thread Tim Funk
Use the javadocs. http://jakarta.apache.org/tomcat/tomcat-4.1-doc/catalina/docs/api/org/apache/catalina/core/StandardContext.html Anything public that starts with set can be included in server.xml (within the contraints of Digester) -Tim Antony wrote: When I searched the net I found some

RE: servlet response.sendRedirect() illegal state exception

2003-06-26 Thread Shanta B
Hi Tim We have one download servlet ..which is called from different servletsin download servlet we used out.println() for downloading csv files...so each servlets calls one servlet ..this servlets redirects request to download servlet... Ex: FirtServlet calls CentralServlet

RE: InstanceListener

2003-06-26 Thread Angus Mezick
Turns out I had two problems: 1) InstanceListener className=/ DOESN'T work!!! I had to use InstanceListenerclass-name/InstanceListener. This gets a BIG WTF! Should EVERY server.xml element that takes a class work the same way? 2) I needed to put my classes in a jar (untested, I made these two

multiuser setup: please help

2003-06-26 Thread Neil Zanella
Hello, I have successfully setup Tomcat but now I want the following: Suppose some Linux based system has a dynamic and constantly changing number of users ranging in the thousands. I would like to set up tomcat so that: Each user gets a context root in a directory such as:

Re: [OT] How to know Know the amount of memory used by Tomcat fromaJSP page ?

2003-06-26 Thread Tim Funk
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/manager-howto.html#List%20OS%20and%20JVM%20Properties -Tim Antony wrote: What is the command to get the status page ?. i an't find it in Tomcat docs. - To unsubscribe, e-mail:

[ot] Re: GD Lib for TC or Java ?

2003-06-26 Thread Tim Funk
http://jcharts.sourceforge.net/ -Tim Power-Netz (Schwarz) wrote: Hi, I seek something like the gdlib , in best case the gdlib :) , for java. Has anyone an idea whats best for tc/java ? It should scale images and create images, should handle texts. It does not need to be full of functions , just

Re: index.html

2003-06-26 Thread Tim Funk
Are you sure you installed the right tomcat? The index page is a JSP (a precompiled JSP too). But I do see that the home page is wrong that it does say: = As you may have guessed by now, this is the default Tomcat home page. It can be found on the local filesystem at:

Re: HELP Too many open files??

2003-06-26 Thread Tim Funk
You'll need to tweak OS parameters and use ulimit. (That is if your are using a *nix) Google on java ulimit or similar for lots of similar conversations. -Tim g4 wrote: Hi list, just had a strange error occour, I got an internal server error in Tomcat. Now when I try to start Tomcat again,

AW: [ot] Re: GD Lib for TC or Java ?

2003-06-26 Thread Power-Netz \(Schwarz\)
http://jcharts.sourceforge.net/ that's for charts, i meat more makeing complet images alone.. self drawn.. Power-Netz (Schwarz) wrote: Hi, I seek something like the gdlib , in best case the gdlib :) , for java. Has anyone an idea whats best for tc/java ? It should scale

RE: servlet response.sendRedirect() illegal state exception

2003-06-26 Thread Tim Davidson
h... I'm not sure that out.println() is the best way for downloading files (sending files to the client), but i dont know enough about file downloading and servlets to be able to help. I know there is another approach (or several appraches for that matter including setting something in the

Re: AW: [ot] Re: GD Lib for TC or Java ?

2003-06-26 Thread Tim Funk
In that case - You can use awt to an offscreen buffer and just use all the awt methods. Then conver the buffer to an image. There are plenty google links about this. -Tim Power-Netz (Schwarz) wrote: http://jcharts.sourceforge.net/ that's for charts, i meat more makeing complet images

jk/jk2: can't locate VM error

2003-06-26 Thread Atreya Basu
I'm getting a weird error where it says: [Fri Jun 20 17:05:34 2003] [error] env.createBean2(): Factory error creating vm: ( vm, ) [Fri Jun 20 17:05:34 2003] [error] config.update(): Can't create vm: Anyone have any ideas about this? _ Atreya Basu Developer,

RE: ServletException

2003-06-26 Thread Cox, Charlie
I pass the request around quite a bit as well. Did you compile your classes against the servlet.jar that is distributed with Tomcat? at org.apache.jsp.nav_jsp._jspService(nav_jsp.java:61) what is on line 61 of jsp_nav.java? look in the tomcat\work directory to find the java file for your

AW: AW: [ot] Re: GD Lib for TC or Java ?

2003-06-26 Thread Power-Netz \(Schwarz\)
In that case - You can use awt to an offscreen buffer and just use all the awt methods. Then conver the buffer to an image. There are plenty google links about this. Interresting idea. Thx. - To unsubscribe, e-mail:

Re: Where to place the tomcat distribution in file system

2003-06-26 Thread John Turner
That's why the best practice is to set CATALINA_HOME and JAVA_HOME and be done with it. The only time your multiple environments (many operating systems) cause problems is if developers are lazy and hardcode paths into their properties and source code. If you don't hardcode paths, you can

Re: Multiple webapp locations

2003-06-26 Thread John Turner
A Context's docBase can be anywhere, absolute or relative. The disadvantage to absolute is you may run into OS issues, such as a docBase of C:\webapps not existing on a Solaris system. I'm sure the gurus can explain other disadvantages. In my experience, the best thing to do is create

Re: Multiple webapp locations

2003-06-26 Thread Mike Hulse
Thanks, that's what I was looking for. Mike - Original Message - From: John Turner [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, June 26, 2003 8:32 AM Subject: Re: Multiple webapp locations A Context's docBase can be anywhere, absolute or relative. The

Re: tomcat 4.1.24 + sdk 1.4.1_03 + Win 2000

2003-06-26 Thread John Turner
This should all be covered in the ClassLoader HOWTO: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html John On Thu, 26 Jun 2003 17:55:57 +0800, Mark Hayes [EMAIL PROTECTED] wrote: Jason - Related to this issue: class loading. If a JAR is required by a web-app, the JAR

Re: Where to place the tomcat distribution in file system

2003-06-26 Thread John Turner
Oops...that should be Context's docBase. John On Thu, 26 Jun 2003 08:28:45 -0400, John Turner tomcat- [EMAIL PROTECTED] wrote: That's why the best practice is to set CATALINA_HOME and JAVA_HOME and be done with it. The only time your multiple environments (many operating systems) cause

RE: Cookie handling in IE6 and session handling of tomcat 4.1.24

2003-06-26 Thread David Keyes
IN GENERAL: For any two domains, A and B, if B is a subdomain of A (e.g., B.A), and if two different J2EE app servers are hosting those domains, the following will be true, assuming that the two appservers create session cookies that are identical except for the domain (note that a cookie

RE: InstanceListener

2003-06-26 Thread Shapira, Yoav
Howdy, Turns out I had two problems: 1) InstanceListener className=/ DOESN'T work!!! I had to use InstanceListenerclass-name/InstanceListener. This gets a BIG WTF! Should EVERY server.xml element that takes a class work the same way? It'd be nice if they were consistent, yes. Of course,

Re: [OT] How to know Know the amount of memory used by Tomcat froma JSP page ?

2003-06-26 Thread Antony paul
I think it is supported in 4.1.24. I am using 4.1.18. It returns FAIL - Unknown command /serverinfo Antony From: Tim Funk [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: [OT] How to know Know the amount of memory used by

RE: servlet response.sendRedirect() illegal state exception

2003-06-26 Thread Shapira, Yoav
Howdy, In my servlet response.sendRedirect i am getting illegal state exception ...could pl tell me how to avoid this...whats does it mean... It's actually pretty clearly indicates in the JavaDoc for HttpServletResponse#sendRedirect. Don't write to the response before redirecting it. If

RE: Tomcat with Axis

2003-06-26 Thread Shapira, Yoav
Howdy, Remove everything from the webapps directory except your axis webapp. Remove all the Context elements from server.xml except the one for your axis webapp, if you have one. Remove all unused Connector elements from server.xml. Don't mess with tomcat's directory structure. That should

Re: cannot get Remote User

2003-06-26 Thread Eulogio Robles
I am using Basic authentication with Apache, creating login and passwords with $APACHE_HOME/bin/htpasswd. The browser displays the standard authentication dialog. Richey, Clark wrote: What exactly are you doing to prompt for login/password? -Original Message- From: Eulogio Robles

Re: [OT] How to know Know the amount of memory used by Tomcat fromaJSP page ?

2003-06-26 Thread Tim Funk
In that case - either: - Your SOL until you upgrade - You can use the manager source to get just that functionality in a new servlet just for you -Tim Antony paul wrote: I think it is supported in 4.1.24. I am using 4.1.18. It returns FAIL - Unknown command /serverinfo Antony From: Tim

Re: What are the possible attributes of the Context element ?

2003-06-26 Thread Antony paul
What is the use of caching allowed ? What is its default value if I didn't set it in server.xml ? Antony From: Tim Funk [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: What are the possible attributes of the Context element ?

Re: multiuser setup: please help

2003-06-26 Thread John Turner
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/host.html The section marked User Web Applications should be what you want. John On Thu, 26 Jun 2003 09:17:33 -0230 (NDT), Neil Zanella [EMAIL PROTECTED] wrote: Hello, I have successfully setup Tomcat but now I want the following:

Unable to compile JSP on Win 2k sp3, tc 4.1.24 as service, sdk 1. 4.1_03 - Is there a solution?

2003-06-26 Thread White, Joshua A (HTSC, CASD)
This is urgent. Your help would be much appreciated. As mentioned above, I have installed tomcat 4.1.24 as a service on Win 2k sp3 using sdk 1.4.1_03. JAVA_HOME and CATALINA_HOME have been defined as an enviromental variable. I am able to run all the jsp examples. When I run my app and hit the

RE: servlet response.sendRedirect() illegal state exception

2003-06-26 Thread Shanta B
Hi I find the problem ...and i rectify it ... -Original Message- From: Tim Davidson [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 12:17 PM To: Tomcat Users List Subject: RE: servlet response.sendRedirect() illegal state exception It means a response has already been

RE: What are the possible attributes of the Context element ?

2003-06-26 Thread Shapira, Yoav
Howdy, The cachingAllowed property defaults to true. It means the context can cache resources, e.g. when you do ServletContext#getResource(/x) it can cache the result in a Map whose key is /x and whose value is the URL you get from the getResource call. (This caching implementation is not

java out of f memory exception

2003-06-26 Thread Shanta B
Hi Whats the reason behind java out of memory exception...How to solve it?When java runs GC internally why we are getting this type of exceptionWhat happens if i increase the Heap size...does it effect java GC. Shanta.B

Log4j problem mixing 2 apps

2003-06-26 Thread Jim Lynch
I've two different applications running, using log4j to log. For some reason output destined for one app gets in the others log. It looks like only one application can have a log at a time. What might I have done to cause this problem? It looks like the application that has been deployed last

Re: Unable to compile JSP on Win 2k sp3, tc 4.1.24 as service, sdk 1. 4.1_03 - Is there a solution?

2003-06-26 Thread Vladimer Shioshvili
when defining the environmental variables (path as well for jdk/bin directory), instead of c:\Program Files\... try putting the same thing in double quotes... so you will have something like this: for path e.g. C:\WINNT;C:\program files\jdk1.4.. see if this helps.. cheers Vlad At 09:34 AM

RE: java out of f memory exception

2003-06-26 Thread Shapira, Yoav
Howdy, Whats the reason behind java out of memory exception...How to solve The JVM doesn't have enough memory to accomplish what it's trying to do. This happens either because your program simply requires more memory than the heap has, or because your program is flawed with regard to

Re: java out of f memory exception

2003-06-26 Thread Tim Funk
First all the threads on this page: http://jakarta.apache.org/tomcat/faq/memory.html -Tim Shanta B wrote: Hi Whats the reason behind java out of memory exception...How to solve it?When java runs GC internally why we are getting this type of exceptionWhat happens if i increase the Heap

RE: Log4j problem mixing 2 apps

2003-06-26 Thread Shapira, Yoav
Howdy, Make sure the log4j jar is in each app's WEB-INF/lib directory, not in tomcat's common/lib directory. Make sure each app has its own configuration files and that the log files for the apps are different. Alternatively, you could use a servlet context repository selector, but the above

Re: Log4j problem mixing 2 apps

2003-06-26 Thread Vladimer Shioshvili
easiest solution is to use log4j in the context scope, instead of application scope. meaning that you put your log4j.jar file in web-inf/lib of every context, instead of some central location. each application will have to configure the logger separately after that, and you will have no

RE: Log4j problem mixing 2 apps

2003-06-26 Thread Donie Kelly
I have this problem as well but my log4j.jar is in WEB-INF/lib in both contexts. The problem happens exactly the same way. The last app to load sets the logging for each webapp and all the logs go to the same location. Donie -Original Message- From: Vladimer Shioshvili [mailto:[EMAIL

Integrate Tomcat 5 with JBuilder9

2003-06-26 Thread Sylvain Renaudon
We are trying to use Tomcat 5 with jbuilder 9 as this IDE do for Tomcat 4.X . To do this, we've tried to clone the tomcat 4.1 server configuration of jbuilder ... I can see now we where a bit naive ... Does anybody knows how to integrate Tomcat 5 with jbuilder 9 ?? thanks, Sylvain

Anyone done? Tomcat iis on separate machines

2003-06-26 Thread Paresh Varatkar
Hi Is it possible to configure iis and tomcat when each of them are running = on different machines using tomcat iis connector. I am able to run my application on same machine Regards Paresh - To unsubscribe, e-mail: [EMAIL

Re: Cookie handling in IE6 and session handling of tomcat 4.1.24

2003-06-26 Thread Suraj Berwal
Hi All, I have resolved the problem today. The problem was that the cache in the proxy at the client side was not getting refreshed with each request whereas it was on the browser. So the proxy was at first instance serving the pages from the cache itself. But on refreshing the page the

JK2 question again + context in a different partition

2003-06-26 Thread Hertenstein Alain
Hi again, I've got a couple of questions : - is it possible to create a context whose path goes to another partition ? Let's say Tomcat is installed in the c:\tomcat4 folder. Is it possible to have a Web Application on the d:\myWebApps folder ? - in the uri mapping section of the

java.lang.IllegalArgumentException: addChild: Child name 'default' is not unique

2003-06-26 Thread Gregory, Carlton
Has anyone encountered the problem listed as my subject line before? I do believe my tags are in the right order. I printed out the dtd frm Sun. I just keep recieving http 404 Im running Tomcat 4.1.24 on Win3k Pro and Apache 2.0.45. I have cleared my logs. Stopped Tomcat and Apache then

Re: cannot get Remote User

2003-06-26 Thread Eulogio Robles
I had added the attribute some weeks ago. Some kind soul over here commented it out and did not inform. My falut, I did not check it before. Regards, E. Robles Bill Barker wrote: I'm assuming that you've set: request.tomcatAuthentication=false in your jk2.properties file. Eulogio Robles

referenced files such as images, js and css files seem to randoml y not get downloaded by the users browser

2003-06-26 Thread White, Joshua A (HTSC, CASD)
Hello all, I am proxying through IIS to Tomcat. I have noticed that referenced files such as images, js and css files seem to randomly not get downloaded by the users browser. Has anyone else had such a problem? Refreshing the page usually fixes the problem. I have cleared users cache and

RE: InstanceListener

2003-06-26 Thread Angus Mezick
Yup, saw that message. I also found one written by Craig that had the syntax I was expecting. As for why I am using it, I am writing a JDBC session manager. The sessions are only in memory when actively being used and then stored in the DB. I figure that 1 network transaction per page to the

RE: Log4j problem mixing 2 apps

2003-06-26 Thread Prabhat Kumar (IT)
Alternatively, you could use a servlet context repository selector, but the above should be sufficient. Curious about what you mean by this (servlet context repository selector)? -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 9:47 AM To:

Re: Anyone done? Tomcat iis on separate machines

2003-06-26 Thread John Turner
Change the .host parameter of workers.properties to the IP address of the machine with Tomcat installed. John On Thu, 26 Jun 2003 08:01:47 -0700, Paresh Varatkar [EMAIL PROTECTED] wrote: Hi Is it possible to configure iis and tomcat when each of them are running = on different machines using

Re: JK2 question again + context in a different partition

2003-06-26 Thread John Turner
Answer #1: Yes. Answer #2: I think so, but I don't use JK2. Should be easy to test. John On Thu, 26 Jun 2003 17:24:44 +0200, Hertenstein Alain [EMAIL PROTECTED] wrote: Hi again, I've got a couple of questions : - is it possible to create a context whose path goes to another partition ?

Re: referenced files such as images, js and css files seem to randoml y not get downloaded by the users browser

2003-06-26 Thread John Turner
Some of our users encounter the same problem, but only with GIF and JPEG. As far as we have been able to determine, it is due to minor version of IE. Microsoft seems incapable of releasing minor versions of IE with any sort of consistency. That is, in our testing, we encountered things like:

RE: Log4j problem mixing 2 apps

2003-06-26 Thread Shapira, Yoav
Howdy, See http://jakarta.apache.org/log4j/docs/api/org/apache/log4j/spi/Repository Selector.html and then the sandbox implementations at http://cvs.apache.org/viewcvs/jakarta-log4j-sandbox/src/java/org/apache/ log4j/selector/ Yoav Shapira Millennium ChemInformatics -Original Message-

Coyote or Catalina for SSL socket factory/connector?

2003-06-26 Thread K.C. Baltz
Which classes should I be using for my HTTPS port? Some of the documentation indicates the Catalina classes, namely: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/ssl-howto.html Other pages indicate the Coyote classes are preferred:

Log4j and Tomcat howto?

2003-06-26 Thread Joe Reger, Jr.
Does anybody know of a Log4j and Tomcat HOWTO? I've seen lots of info out there on Log4j and command line Java but little on Log4j in a Tomcat container. I'd like to see sample Logger... config tags for context.xml, sample log4j.properties files and where to put the log4j.jar file so that it's

RE: Log4j and Tomcat howto?

2003-06-26 Thread Shapira, Yoav
Howdy, It's pretty much all covered in the log4j documentation. It's covered in depth in the full log4j book which you can purchase. Don't confuse the Logger tags in tomcat's server.xml with log4j Loggers. They're not the same. Here's a way to get started: - Go through the log4j introduction

RE: Log4j problem mixing 2 apps

2003-06-26 Thread Prabhat Kumar (IT)
Thanks, I read Ceki's article at http://qos.ch/logging/sc.html . Tomcat already has an implementation of the CRS, right? Is there a how-to document somewhere that explains how to configure Tomcat to use it? -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent:

RE: Log4j problem mixing 2 apps

2003-06-26 Thread Shapira, Yoav
Howdy, I read Ceki's article at http://qos.ch/logging/sc.html . Tomcat already has an implementation of the CRS, right? Is there a how-to document somewhere that explains how to configure Tomcat to use it? No to the first question, and therefore no to the second one as well. Yoav Shapira

Re: where to get mod_jk2.so, jkjni.so

2003-06-26 Thread Wolfgang Woger
Thank you very much, Wolfgang - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

GenericPrincipal Realms

2003-06-26 Thread Tomcat User
Is there a reason why org.apache.catalina.realm.GenericPrincipal is always used to mask the true principal behind the authenticaion process within each realm? Why does Tomcat limit the ability to provide a more complex Principal when HttpServletRequest.getUserPrincipal() is called? If anyone

RE: GenericPrincipal Realms

2003-06-26 Thread Shapira, Yoav
Howdy, Just out of curiosity, what prevents you from extending / wrapping GenericPrincipal in one of your own classes, and using that in a custom realm you write? Yoav Shapira Millennium ChemInformatics -Original Message- From: Tomcat User [mailto:[EMAIL PROTECTED] Sent: Thursday, June

RE: Log4j and Tomcat howto?

2003-06-26 Thread Mike Curwen
I really liked this page: http://www.vipan.com/htdocs/log4jhelp.html It helped me get started with log4j. One warning though, it is out of date, so you'll have to change some of the code examples. But otherwise, the other stuff is still pretty relevant. -Original Message- From:

RE: Cookie handling in IE6 and session handling of tomcat 4.1.24

2003-06-26 Thread Craig R. McClanahan
On Thu, 26 Jun 2003, David Keyes wrote: Date: Thu, 26 Jun 2003 08:59:46 -0400 From: David Keyes [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: Cookie handling in IE6 and session handling of tomcat 4.1.24 IN GENERAL: For any two domains, A

RE: Log4j problem mixing 2 apps

2003-06-26 Thread Joe Reger, Jr.
Thanks to all for the recommendations. Good reading. Bottom line goals I have: 1) All exceptions logged through one package... jsp compilation errors, sql errors... errors that are caught by try/catch... errors that are not caught by try/catch... debug and trace that coders write... 2) I want

Tomcat and SSL

2003-06-26 Thread Daniel Zhang
I have a tomcat(4.1.12) running on RedHat Linux with SSL works fine on my Intranet testservers. However when I configure it to public servers(public IPs), the HTTP works but HTTPS does not work. When I type a HTTPS URL in IE browser, the browser simply returned a The page cannot displayed

Tomcat's classloaders

2003-06-26 Thread Dave Naden
I have a slick little JSP script that dumps the class/jar files found by the various classloaders: boot, extension, system, and application. But I'm aware that Tomcat also has it's own set of class loaders. Is there a way to identify these from a JSP script, so that I can actually see what

chgTarg: Conditional

2003-06-26 Thread Tien-Lung . Liu
Hi, Has anyone seen the chgTarg:Conditional error message? I'd appreciate any thoughts you may have. Thanks. Tien A nonfatal internal JIT (3.10.107(x)) error 'chgTarg: Conditional' has occurred in : 'com/sun/jndi/ldap/Connection.unpauseReader ()V': Interpreting method. Please report

Running multiple tomcat services

2003-06-26 Thread Jagan S
Hello I am a newbie to apache-tomcat and I am sorry if this has been answered before. I have one instance of tomcat server running on Windows NT server. It uses port 8080. Since there are more than one developers, I need to configure it such that each developer can run his/her own service,

RE: Cookie handling in IE6 and session handling of tomcat 4.1.24

2003-06-26 Thread David Keyes
Unfortunately, IE does NOT disobey the spec. The spec is ambiguous about what to do in this scenario, and Microsoft (big surprise) just chose to do things differently than everyone else. The spec (RFC 2109) says in section 4.3.4: If multiple cookies satisfy the criteria above, they are

current thread not owner

2003-06-26 Thread Tien-Lung . Liu
Hi, I'm running jakarta-tomcat-3.2.4 on Windows 2000. The error below happens erratically. Can someone give me some pointers as to how to fix it? (Thu Jun 26 13:18:54 EDT 2003) Processing SOAP request... java.lang.IllegalMonitorStateException: current thread not owner at

RE: current thread not owner

2003-06-26 Thread Shapira, Yoav
Howdy, Wrong list to ask: this is a thread contention problem in an internal (non-JDK) Sun class. Their tech support is responsible for it. Yoav Shapira Millennium ChemInformatics -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 2:56

How to use HTTP1.0 by default

2003-06-26 Thread sandeep arshanapally
Hi, I want Tomcat to generate HTTP 1.0 responses by default. What config needs to be changed on tomcat for this? Thanks, Sandeep _ The new MSN 8: advanced junk mail protection and 2 months FREE*

Host problem...

2003-06-26 Thread Martín Mauri
Hi, I've got Tomcat 4.1 and Apache 2.0.43 running together in my images host, so when I type http://images/examples/, it works allright in the local server though, but when I try the same from a remote machine (with the hosts file properly configured) it can access the http://images/ apache

JNDI and Active Directory.....

2003-06-26 Thread Pitre, Russell
I'm trying to setup my webapp to authenticate to Active Directory. After searching and googling I still cannot resolve my problem. I've created a user named tomcatuser and security group called tomcat in the Users container. I've put my logon in that group tomcat and no success logging into the

RE: JNDI and Active Directory.....

2003-06-26 Thread Pitre, Russell
Also, prior to setting up my webapp to use Active Directory, I had the webapp successfully authenticating to a JDBC realm. -Original Message- From: Pitre, Russell Sent: Thursday, June 26, 2003 4:05 PM To: [EMAIL PROTECTED] Subject: JNDI and Active Directory. I'm trying to setup

RE: JNDI and Active Directory.....

2003-06-26 Thread Pitre, Russell
I also referenced this site.. http://www.java-internals.com/code/jndi_realm.html Thanx again -Original Message- From: Pitre, Russell Sent: Thursday, June 26, 2003 4:10 PM To: Tomcat Users List Subject: RE: JNDI and Active Directory. Also, prior to setting up my

RE: Connectors for IIS/Tomcat SHOULD make sense - THE END

2003-06-26 Thread Januski, Ken
Well I've admitted defeat and shot not the server but the connector. After 5 days experimenting with various versions of isapi_redirect and isapi_redirector I finally gave up on both and instead installed isapi_redirector2. It was working within 30 minutes. -Original Message- From:

  1   2   >