Custom Realm, /admin webapp

2003-06-11 Thread Oliver Wulff
I wrote my custom realm and registred my custom mbeans-descriptors.xml. When I open the admin webapp and click on my realm in the treeview I get an error 500 because the attribute digest hasn't been found. Why is Tomcat looking for this attribute? I haven't defined it in my

Tomcat application performance load

2003-06-11 Thread Mindaugas Genutis
Hello, I have a JSP application that is lagging once in a while on the server. How could I profile or look at the performance of my application? For instance, how much network and machine load my JSP files induce. Thanks, -- Kaunas Regional Distance Education Center Programmer Phone: +370

Alias definition in Tomcat standalone

2003-06-11 Thread Karsten Krieg
Hi list! Newbie question: I'm using Tomcat as a standalone webserver (without Apache) and need to configure alias paths as in Apache. Here's an excerpt from my httpd.conf (entries in Apache): Alias /myworkingdir/ C:/Programme/server/workingdir/bin/ Alias /mydocdir/

Re: Custom Realm, /admin webapp

2003-06-11 Thread Bill Barker
The admin webapp in TC 4.x doesn't play well with custom Realms/Valves. Hopefully this will change in TC 5.x (but it is much the same at the moment). Since the developer currently in charge of JMX regularly hangs out on this list, it might even be a good bet :). The alternative is to enable the

Re: MemoryRealm.java, HashMap synchronized???

2003-06-11 Thread Bill Barker
Probably. However MemoryRealm is deprecated. Oliver Wulff [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] com... Shouldn't the variable principals of type HashMap be synchronized in MemoryRealm??? *** BITTE BEACHTEN *** Diese Nachricht (wie

tomcat domino server

2003-06-11 Thread harm
Hi all, In our production environment we are (slowly) switching from the Lotus Domino Webserver to Tomcat (and JBoss). But for now we have to use both because we can't switch all applications at once. Therefore some of our webpages (applications) use both the Domino webserver and the Tomcat

RE: Having a problem with IIS and Tomcat 4.1.24 config

2003-06-11 Thread David Legg
Jeff, I downloaded the JK2 binary from: - http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0. 2/bin/win32/ and installed it from the JK2 quick start guide at: - http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/doc/jk2/confi ghowto.html However, the

Newbie: Apache Tomcat Configuration.

2003-06-11 Thread Sohail Muhammad
Hello All, Newbie Question: I believe these questions have been answered before but i have not been able to grasp the procedure. 1) I want to use Tomcat 4.0 with Apache 2.0.43 . How do i integrate the two? 2) After these are integrated what should i do to make the Apache webserver transfer

mod_jk2 compatible with apache 1.3?

2003-06-11 Thread Emmanuel.Leguy
Hello, I can't use mod_jk2 with apache 1.3.27. Is it compatible? Thanx, Manu. smime.p7s Description: S/MIME Cryptographic Signature

Antwort: Re: Custom Realm, /admin webapp

2003-06-11 Thread Oliver Wulff
I've set mx.port=9000 in jk2.properties but I get the following error: [ERROR] JkMX - -Can't load the MX4J http adapter javax.management.ReflectionException: nested exception is java.lang.ClassNotFoundException: mx4j.adaptor.http.HttpAdaptor [ERROR] JkMX - -Can't load the JMX_RI http adapter

Re: Newbie: Apache Tomcat Configuration.

2003-06-11 Thread Michele Neylon :: Blacknight Solutions
Hello All, Newbie Question: I believe these questions have been answered before but i have not been able to grasp the procedure. 1) I want to use Tomcat 4.0 with Apache 2.0.43 . How do i integrate the two? If you look in the archive some links to tutorials were posted yesterday.

Re: PHP and JSP on Tomcat

2003-06-11 Thread Nikola Milutinovic
On Wed, 11 Jun 2003 01:03, Isai Arasu wrote: Is it possible to run both JSP and PHP on Apache Tomcat 5.0? No, to do that you would have to install the Apache webserver and connect it to Tomcat with mod_jk2: Or to employ PHP servlet. Search Google. Nix.

UnsatisfiedLinkError with DB2 app driver and JDK1.4.1

2003-06-11 Thread Jochen Schweflinghaus
Hi, I am SUCCESSFULLY running a web Application with the following environment: - Redhat Linux 7.1 - DB2/LINUX 7.2.3 Database - Tomcat 4.0.4 - JRE 1.3.1 But when just I switch $JAVA_HOME variable for tomcat to use JDK 1.4.1 instead of JRE 1.3.1 I get a java.sql.SQLException:

Re: tomcat domino server

2003-06-11 Thread Jesper B. Kiær
Hi I was wonderring why is this a big problem? When your session is timed out in Domino you are redirected to the login page and thereafter to the page originaly requested. You could rise the the default time out periode from 30 minuttes on the Domino server. This would help the users, but

RE: UnsatisfiedLinkError with DB2 app driver and JDK1.4.1

2003-06-11 Thread Roberts, Eric
Where is the jar file containing your db drivers? Sounds as though you have it in your jdk1.3.1 installation - it should be in common/lib. HTH -Original Message- From: Jochen Schweflinghaus [mailto:[EMAIL PROTECTED] Sent: 11 June 2003 11:39 To: [EMAIL PROTECTED] Subject:

Re: tomcat domino server

2003-06-11 Thread harm
Consider the following scenario: The user logs in our web application (which runs on both Tomcat and Domino) using the Domino authentication services. Then a Domino HttpSession is created. Then the user clicks a link which redirects the user to the Tomcat application. Then the user clicks

Tomcat 4 control panel

2003-06-11 Thread Michele Neylon :: Blacknight Solutions
Hi all I was just wondering if anybody had come across a control panel of any type (even simple) for Tomcat 4 We offer JSP/Servlet support in a shared environment, but not all our technical staff feel comfortable configuring it. Any links or suggestions would be much appreciated. -- Mr.

JK2 crashes IIS on win2000

2003-06-11 Thread Tim Robinson
Hi, I am trying to get JK2 ISAPI working on my windows 2000 box. IIS starts up but when I try to access a servlet I get an HTTP 500 response with The handle is invalid. The next request IIS gets (regardless of whether it's a servlet request or not) causes inetinfo.exe to crash with a memory

RE: tomcat domino server

2003-06-11 Thread Roberts, Eric
As per a previous reply: Increase the timeout on the domino session. This is not ideal, but you are in a transition phase, and the situation will not last forever. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 11 June 2003 12:34 To: Tomcat Users List

RE: How to UTF-8 your site.

2003-06-11 Thread Roberts, Eric
I would just like to say thanks. I have a magazine site which I recently upgraded from 3.2 to 4.1.24, and all quotation marks in the text were being replaced with the dreaded ? The prospect of editing manually over 100 pages was not a prospect I was looking forward to. Following your advice,

RE: Tomcat 4 control panel

2003-06-11 Thread Roberts, Eric
Er.. manager app and admin app? -Original Message- From: Michele Neylon :: Blacknight Solutions [mailto:[EMAIL PROTECTED] Sent: 11 June 2003 12:42 To: [EMAIL PROTECTED] Subject: Tomcat 4 control panel Hi all I was just wondering if anybody had come across a control panel of any type

RE: tomcat domino server

2003-06-11 Thread harm
This won't work, because the same thing happens the other way around When the user clicks the link to go to the 'tomcat-part' of the applications. Stays there for a few minutes. Then goes back to the 'domino-part' of the application. He then stays there for about an hour. The when he want's

Re: tomcat domino server

2003-06-11 Thread Jesper B. Kiær
Hi Yes. I do see the problem. The simple answer would again be to raise the timeut periode. Other workarounds could be. - Users work in a frameset (portal) where both the Domino and the Tomcat applications a reached from. A very tiny frame could refresh a page on the Domino or Tomcat

RE: Tomcat 4 control panel

2003-06-11 Thread Michele Neylon :: Blacknight Solutions
Er.. manager app and admin app? I mean something that will write to server.xml etc. We offer virtual hosting, so easy control for our admins is important. My understanding of manager and admin app is that they can control the existing apps etc., not setup new vhosts in server.xml -- Mr.

RE: Tomcat 4 control panel

2003-06-11 Thread Roberts, Eric
Admin app - create new host? -Original Message- From: Michele Neylon :: Blacknight Solutions [mailto:[EMAIL PROTECTED] Sent: 11 June 2003 12:57 To: [EMAIL PROTECTED] Subject: RE: Tomcat 4 control panel Er.. manager app and admin app? I mean something that will write to server.xml

Re: How to UTF-8 your site.

2003-06-11 Thread Mark F
Is someone collecting the posts like this one? Information like this needs to be indexed. -Mark - Original Message - From: Roberts, Eric [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 5:47 AM Subject: RE: How to UTF-8 your site. I would just

RE: Alias definition in Tomcat standalone

2003-06-11 Thread Dave Naden
At least two ways: 1) when you define your contexts, you supply an alias for a directory, as in: Context path= /DSSJ docBase = C:\DSSJ\app debug = 0 reloadable = true crossContext= true

Re: Urgent : Can we restrict access to a directory in tomcat

2003-06-11 Thread sato
If the tomcat is running behind a apache server you could use the SetEnvIf directive to block the loading of images directly from other sites. Take a look at this article: http://www.serverwatch.com/tutorials/article.php/10825_1132731_2 -- Fábio Sato - [EMAIL PROTECTED] Em Ter 10 Jun 2003

Re: MBean Server Failure

2003-06-11 Thread Michael Duffy
I agree that the IllegalArgumentException would suggest that perhaps something has changed with parameters to a method. (I thought that, too.) But it's exactly the same JMX JAR that's running fine on two other machines. What explains that? --- Bill Barker [EMAIL PROTECTED] wrote: The

OutOfMemoryError under high load

2003-06-11 Thread Ian McFarland
Hello, We're running into the following problem when our Tomcat instances are under heavy load. SEVERE: Caught exception executing [EMAIL PROTECTED], terminating thread java.lang.OutOfMemoryError: unable to create new native thread The exception is always on thread creation, and correlates a

Session variable returns null in non-SSL page

2003-06-11 Thread manjunath
I am transporting the webapp which was running on IIS+Tomcat3.x to TOmcat4.1.24. I have used SSL session using HTTPS for login and some user specific jsp pages. I maintains session using HttpSession. there are some non-SSL HTTP pages where i access session variables. I am getting the session

Re: Newbie: Apache Tomcat Configuration.

2003-06-11 Thread John Turner
On Wed, 11 Jun 2003 14:13:46 +0500, Sohail Muhammad [EMAIL PROTECTED] wrote: I believe these questions have been answered before but i have not been able to grasp the procedure. They're answered daily. 1) I want to use Tomcat 4.0 with Apache 2.0.43 . How do i integrate the two? With a

Re: mod_jk2 compatible with apache 1.3?

2003-06-11 Thread John Turner
AFAIK, no. John On Wed, 11 Jun 2003 11:15:39 +0200, Emmanuel.Leguy [EMAIL PROTECTED] wrote: Hello, I can't use mod_jk2 with apache 1.3.27. Is it compatible? Thanx, Manu. -- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

Re: JK2 crashes IIS on win2000

2003-06-11 Thread Dominic Parry
Hi Tim I had the same problem. I'm not sure why it happened, but I had to remove all the sup-up stuff and start again. One thing I did change was to put the isapi_redirector2.dll file inside tomcat's conf folder, in a connector subfolder, and I have READ and EXECUTE rights to the IUSR to the

Re: Newbie: Apache Tomcat Configuration.

2003-06-11 Thread Jason Bainbridge
On Wed, 11 Jun 2003 20:27, John Turner wrote: 3) Is it possible to adjust both Apache and Tomcat in such a way that whenever Apache is started Tomcat starts automatically and whenever Apache stops Tomcat also shutsdown? Possible, yes. Actually accomplished in production, not that I know

Re: How to UTF-8 your site. FAQ

2003-06-11 Thread Jason Bainbridge
On Wed, 11 Jun 2003 19:19, Mark F wrote: Is someone collecting the posts like this one? Information like this needs to be indexed. -Mark It will get remembered now, I did see it before and earmarked it but now it has FAQ in the subject line it will get recorded. :) If you post anything

Re: mod_jk2 compatible with apache 1.3?

2003-06-11 Thread Michele Neylon :: Blacknight Solutions
AFAIK, no. It is 'compatible' but only if you make your life really complicated as it relies on the APR libraries which are native to Apache 2 not Apache 1.3* For Apache 1.3* you should use mod_jk 1 series -- Mr. Michele Neylon Blacknight Solutions http://www.blacknightsolutions.com/ Shell

Re: Session variable returns null in non-SSL page

2003-06-11 Thread Jacob Kjome
Being able to access your session in non-ssl after coming out of an ssl environment is a security issue. Tomcat4.x.x allows sessions to move from http --- https, but not vice-versa. You may disagree with this behavior. In that case, you'll have to search the archives for the relevant

Re: UnsatisfiedLinkError with DB2 app driver and JDK1.4.1

2003-06-11 Thread Jochen Schweflinghaus
I use a link named db2java.jar in $CATALINA_HOME/common/lib referring to the db2java.zip (JDBC 1) file comming along with DB2. For the Standalone java program I include this link into the classpath. Neiter of my two Java installations have a db2java.zip installed in their extensions. Also the DB2

javabeans and awt

2003-06-11 Thread Michael Ni
when i use java applets, i dont have to place them in my web-inf/classes folder, i can just specify the codebase. However if the files are not in the classes folder, can I still call the packages of my java beans in the java applet? Basically I want to use my javabeans in the java applet.

nullpointer when precompile jsp with tag

2003-06-11 Thread Fan, Hong
Hi I tried to precompile a jsp page which uses tags by using ant jspc task documented in tomcat 4.1.24, but it generated nullpointer exception. I believe there is similar post regarding the same problem. Does any one know the cause? Thanks http://www.mail-archive.com/[EMAIL

Custom error pages Internet Explorer

2003-06-11 Thread Lee W
Hi, I have just started learning JSP Tomcat so please be gentle. I am currently designing a webapp and was trying to get some custom error pages working (currently just to handle 404, page cannot be found). However they don't seem to work in Internet Explorer. All of the default Tomcat

RE: tomcat domino server

2003-06-11 Thread Dave Weitzel
I would suggest including in each partition of the application an image or other element from the other partition. Hence whenever they use a tomcat page they are actually touching the Domino application and vice versa. Neither side should time out Dave

RE: Custom error pages Internet Explorer

2003-06-11 Thread Tim Robinson
try tools/internet options/advanced uncheck 'show friendly HTTP error messages' and you should see the actual error returned. If it is checked, IE masks all errors with it's blanket 'friendly' (i.e. useless message). Unfortunately this is a browser setting, so nothing you can do about it on the

Re: Custom error pages Internet Explorer

2003-06-11 Thread Michael Duffy
Hi Lee, Do you have error-page tags in your web.xml? You can tell Tomcat to send 404 errors to a JSP of your choosing by adding something like this to web.xml, after welcome-file-list and before taglib: error-page error-code404/error-code location/not-found.jsp/location /error-page Put your

RE: OutOfMemoryError under high load

2003-06-11 Thread Shapira, Yoav
Howdy, How much have you played around with the JVM tuning parameters? Yoav Shapira Millennium ChemInformatics -Original Message- From: Ian McFarland [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 8:05 AM To: Tomcat List Cc: Ian McFarland Subject: OutOfMemoryError under high

error starting app

2003-06-11 Thread Alexander Chernyakov
I have setup tomcat and it seems to run with simple servlets (ie helloworld) but as soon as i put in some external libraries it gives me errors, such as: ERROR reading [EMAIL PROTECTED] At Line 12 /web-app/filter-mapping/ on startup and the application i run will not start.. can anyone think of

How to create separate groups with mod_jk2?

2003-06-11 Thread Keith Ulrich
In Apache2 httpd.conf: Location /foo/* JkUriSet group ajp13 /Location We use 'group' because the recommened method is to map to an lb group, even if you have a single instance. Each ajp13 worker you define is automatically part of the default worker ( named 'lb'), or you can specify

RE: JK2 crashes IIS on win2000

2003-06-11 Thread Tim Robinson
Thanks dominic. I have now got it working but I'm not exactly sure what was the problem tomcat 4.1.18-LE did not work 4.1.24 full when running as a service did work so it was either the service, the newer version or not using LE edition. --- Tim -Original Message- From: Dominic

Re: Custom error pages Internet Explorer

2003-06-11 Thread Lee W
Michael Duffy wrote: Hi Lee, Do you have error-page tags in your web.xml? You can tell Tomcat to send 404 errors to a JSP of your choosing by adding something like this to web.xml, after welcome-file-list and before taglib: error-page error-code404/error-code location/not-found.jsp/location

Re: Custom error pages Internet Explorer

2003-06-11 Thread Lee W
What is going on with my typing today :- Do you think to is any OK was to have done it or could it cause problems ? Should have read as: Do you think is was OK to have done it like this or could it cause problems ? - To

Tomcat 4.03

2003-06-11 Thread Reis, Tom
Are there any updates to Tomcat 4.03 for virus or denial of service attacks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat error message with EspressReport

2003-06-11 Thread Chad Lemmen
Upgrading to Tomcat 4.1.24 fixed my problem. On Tue, 10 Jun 2003, Chad Lemmen wrote: I'm trying to set up a servlet with EspressReport. EspressReport is a report writer that connects to a database and generates a report. I'm using Tomcat 3.2.1 and Apache 1.3.19. Tomcat is writing this

Re: Tomcat 4.03

2003-06-11 Thread Tim Funk
IIRC - If you are using an older jk and not using the coyote connectors - an invalid POST content length could cause an infinite loop between apache and tomcat. Causing lots of network bandwith(not sure) but it definitely takes the CPU to 100%. This condition also requires a kill of tomcat

Re: Custom error pages Internet Explorer

2003-06-11 Thread Michael Duffy
Nope, perfectly okay. One other thing you might want to know: if your JSPs use an error page, your servlet will have to set the request attribute javax.servlet.jsp.jspException in your doPost(), like this: try { // useful stuff here } catch (Exception e) { servletContext.log(e.getMessage(), e);

Re: UnsatisfiedLinkError with DB2 app driver and JDK1.4.1

2003-06-11 Thread Chong Yu Meng
Which JDK are you using ? IBM's Java or Sun's Java ? There is a difference in the way the classes are organized. Regards, pascal chong Jochen Schweflinghaus wrote: I use a link named db2java.jar in $CATALINA_HOME/common/lib referring to the db2java.zip (JDBC 1) file comming along with DB2. For

Code Red

2003-06-11 Thread Reis, Tom
Is there a update to Tomcat 4.03 to fix a problem with Code Red virus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

NullPointerException

2003-06-11 Thread Steve Harris
Hi all, I'm getting the following error appearing quite a lot in one of my tomcat log files - does anyone have an opinion whether it's a coding problem or a config problem ? I always get the java.lang.NullPointerException but the rest of the message can vary. java.lang.NullPointerException

RE: Alias definition in Tomcat standalone

2003-06-11 Thread Phillip Qin
Isn't your context's path the alias? -Original Message- From: Karsten Krieg [mailto:[EMAIL PROTECTED] Sent: June 11, 2003 5:27 AM To: [EMAIL PROTECTED] Subject: Alias definition in Tomcat standalone Hi list! Newbie question: I'm using Tomcat as a standalone webserver (without Apache)

RE: Newbie: Apache Tomcat Configuration.

2003-06-11 Thread Phillip Qin
Is there a connector called ajp14? -Original Message- From: Michele Neylon :: Blacknight Solutions [mailto:[EMAIL PROTECTED] Sent: June 11, 2003 5:24 AM To: [EMAIL PROTECTED] Subject: Re: Newbie: Apache Tomcat Configuration. Hello All, Newbie Question: I believe these questions

RE: win2000 issue with tomcat4.1.24

2003-06-11 Thread Srinivasu Gandu
Hi all, I am using win2000 and trying to install and run the tomcat4.1.24, I am getting an parser exception as follows when I try to access the home page http://localhost:8080. I also tried not to install as service, in that case it is unable to see the JSP parser servlet. Could some one help on

Re: Code Red

2003-06-11 Thread Tim Funk
Tomcat is unaffected by the code red virus. -Tim Reis, Tom wrote: Is there a update to Tomcat 4.03 to fix a problem with Code Red virus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Code Red

2003-06-11 Thread Shapira, Yoav
Howdy, Last I checked tomcat wasn't vulnerable, but it's been a couple of years so my memory is fuzzy on this issue... Yoav Shapira Millennium ChemInformatics -Original Message- From: Reis, Tom [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 10:26 AM To: Tomcat Users List

RE: NullPointerException

2003-06-11 Thread Shapira, Yoav
Howdy, This is much more likely to be a coding problem in your JSP than a configuration or tomcat internal problem. Post the JSP source code if you can, and you'll likely get more exact advice. Yoav Shapira Millennium ChemInformatics -Original Message- From: Steve Harris

RE: Auto Login Using Form Based Authentication

2003-06-11 Thread Raible, Matt
1) Your Filter will not get called, since authentication happens before Filters (you'd need to use a Valve, but then you are locked into Tomcat). In my experience, and my current working app, this is not the case. The following code works for me in a filter (mapped to /*) to auto-login a

Re: Auto Login Using Form Based Authentication

2003-06-11 Thread vtobin
Hi Bill and Matt, There are two problems with this: 1) Your Filter will not get called, since authentication happens before Filters (you'd need to use a Valve, but then you are locked into Tomcat). 2) Unless you are using Tomcat 5.x nightly, Request attibutes won't be available to the

Re: win2000 issue with tomcat4.1.24 FAQ

2003-06-11 Thread Jason Bainbridge
Hi, Try adding JAVA_HOME/bin to your PATH, this has cropped up as a problem for some installs of 4.1.24... Regards, -- Jason Bainbridge http://jblinux.org On Wed, 11 Jun 2003 22:27, Srinivasu Gandu wrote: Hi all, I am using win2000 and trying to install and run the tomcat4.1.24, I am

request.getParameter( x ) returns null

2003-06-11 Thread julius_p_cramp
Dear, I have a webpage that posts to a Servlet. But for one browser; Internet Explorer 5.5 on Windows NT 4 (ancient stuff, but it should work) I just get null values in the servlet. What could be the cause for this ? I 'm thinking in the direction of encodings. Thank you, Frankie

Re: Upgraded to Tomcat 4.1.24 and J2SE1.4_02, JSP's failing

2003-06-11 Thread Jeff Self
On Tue, 2003-06-10 at 08:25, [EMAIL PROTECTED] wrote: Hi All, I just upgraded my production box to Tomcat 4.1.24 and j2SE1.4_02 from TC4.1.18 and J2SE1.3_x, and now my JSP's are failing: org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: -1 in

Error in Tomcat

2003-06-11 Thread Sarkar, Sudipta
Hi, I am getting the following error with Tomcat 4.1.24 threads.ThreadPool - All threads are busy, waiting. Please increase maxThreads or check the servlet status75 75 and the tomcat server stopped responding. Can any one help me solve this problem. Thanks Sudipta

Re: UnsatisfiedLinkError with DB2 app driver and JDK1.4.1

2003-06-11 Thread Jochen Schweflinghaus
I'm using JDK1.4.1_02 and 1.3.1_02 both from SUN. What do you mean by how your classes are organized ? I'm failing to run a webapp in tomcat using the DB2 app driver when setting JAVA_HOME to the JDK1.4.1. There is no problem when JAVA_HOME is set to JDK/JRE 1.3.1. Nothing else was changed except

Re: Newbie: Apache Tomcat Configuration.

2003-06-11 Thread John Turner
No, AJP is a protocol. John On Wed, 11 Jun 2003 10:32:53 -0400, Phillip Qin [EMAIL PROTECTED] wrote: Is there a connector called ajp14? -Original Message- From: Michele Neylon :: Blacknight Solutions [mailto:[EMAIL PROTECTED] Sent: June 11, 2003 5:24 AM To: [EMAIL PROTECTED] Subject:

Re: win2000 issue with tomcat4.1.24

2003-06-11 Thread John Turner
Is this a glitch? This has to be the fourth time in two days this exact message has been posted to the list. John On Wed, 11 Jun 2003 10:27:17 -0400, Srinivasu Gandu [EMAIL PROTECTED] wrote: Hi all, I am using win2000 and trying to install and run the tomcat4.1.24, I am getting an parser

Re: Auto Login Using Form Based Authentication

2003-06-11 Thread John Turner
mod_jk is strictly for Apache, since the mod typically means Apache module. But JK (AJP13) is a protocol. It can be implemented however you like. There are JK connectors for Apache and IIS, for example. John On Wed, 11 Jun 2003 10:53:37 -0400, vtobin [EMAIL PROTECTED] wrote: Hi Bill and

Re: Upgraded to Tomcat 4.1.24 and J2SE1.4_02, JSP's failing

2003-06-11 Thread John Turner
Try adding JAVA_HOME/bin to your PATH. Extend JAVA_HOME to its actual value before adding it to your PATH. John On 11 Jun 2003 10:56:56 -0400, Jeff Self [EMAIL PROTECTED] wrote: On Tue, 2003-06-10 at 08:25, [EMAIL PROTECTED] wrote: Hi All, I just upgraded my production box to Tomcat 4.1.24

Re: win2000 issue with tomcat4.1.24

2003-06-11 Thread Jason Bainbridge
On Wed, 11 Jun 2003 23:37, John Turner wrote: Is this a glitch?  This has to be the fourth time in two days this exact message has been posted to the list. Woah dejavu... What did you just say? *couldn't resist* -- Jason Bainbridge http://jblinux.org

RE: Having a problem with IIS and Tomcat 4.1.24 config (solved)

2003-06-11 Thread Jeff Cummings
Thanks to all. I got things working. I created the registry entries as set out by http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/doc/jk2/insta llhowto.html . Thanks again. Jeff -Original Message- From: Jeff Cummings [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003

Mimetype settings for Tomcat???

2003-06-11 Thread Carlos
Hi Forum, Is there a setting for tomcat that I must activate in order to use pdf files? The application/pdf mime type appears in the configuration for the web server (Apache, pot 80). I am trying to upload a pdf file with a servlet running in Tomcat (port 8080) but the file is uploaded as a text

Where are the messages logged?

2003-06-11 Thread Jeff Cummings
I am using tomcat-4.1.24 with IIS and I set the registry entry for logLevel to DEBUG. Where are the messages logged? Jeff

Re: Mimetype settings for Tomcat???

2003-06-11 Thread Jason Bainbridge
On Thu, 12 Jun 2003 00:06, Carlos wrote: am trying to upload a pdf file with a servlet running in Tomcat (port 8080) but the file is uploaded as a text file rather than pdf. This is probably caused more by your code within your servlet than Tomcat's configuration, have a look at this example

Siteminder integration?

2003-06-11 Thread White, Joshua A (HTSC, CASD)
Hello all, Is there a plug-in available for integrating Tomcat with Siteminder? Has anyone figured this out? Regards, Joshua This communication, including attachments, is for the exclusive use of addressee and may contain proprietary, confidential or privileged information. If you are

Re: Where are the messages logged?

2003-06-11 Thread Jason Bainbridge
On Thu, 12 Jun 2003 00:08, Jeff Cummings wrote: I am using tomcat-4.1.24 with IIS and I set the registry entry for logLevel to DEBUG. Where are the messages logged? From http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/iishowto.html Add a string value with the name log_file and a value

Problem or Tomcat's bug when type casting

2003-06-11 Thread Jose Euclides da Silva Junior - DATAPREVRJ
Hi gurus, my JSP app doesnt show my tags property contents - like property NM_DICA - see code below. The crazy situation occurs because I always get succeed if i call the getNM_Dica method of the bean DICA. However, this code runs FINE at OC4J (JDeveloper) !! Its very strange to me. My TomCat

RE: Mimetype settings for Tomcat???

2003-06-11 Thread Reynir Hübner
Hi, Try adding a mapping for .pdf (if it's not there) into tomcat_home/conf/web.xml It's possible if you are using a servlet to deliver the file, that the response ContentType is not the correct one. If you use RequestDispatcher.include at some point while processing the request the default

RE: Error in Tomcat

2003-06-11 Thread Reynir Hübner
Hi, Well, I don't know how many threads you are using, if your website is under a lot of load you might want to increase the maxProcessors settings in tomcat_home/conf/server.xml in the config for the connector you are using. This could also be result of requests locking up threads, which in

RE: request.getParameter( x ) returns null

2003-06-11 Thread Reynir Hübner
Hi, I don't think I've ever seen this problem with IE5.5 (but I use it a lot), so my guess is that the problem has something to do with a broken javascript or the actual form submition. Do you use Get or Post ? Try cleaning out all the cache of the browser (etc.).. -reynir -Original

Session difficulty please help

2003-06-11 Thread Steve Sahak
I have installed Tomcat 5.0 on RedHart 9.0 and using IE6.0 to browse a JSP application that I created in the webapps folder. The application works as does almost everything else except sessions. Sessions are enabled in the server.xml file and the web.xml file. I have tried my best in

tomcat linker error

2003-06-11 Thread Alexander Chernyakov
hi.. i'm new to all this so hopefully someone can help me out.. i'm trying to simply setup and retrieve an environment variable and i get a linker error i have included all the jar files that are necessary.. this is the error it gives me java.lang.UnsatisfiedLinkError: no

RE: tomcat linker error

2003-06-11 Thread Shapira, Yoav
Howdy, i'm trying to simply setup and retrieve an environment variable and i Then what's all this JNI stuff ;) Consider using the System.getProperty() approach, and launching java with the environment variable as a system property. For example, say you want to retrieve the value of the PATH

Loosing bean property at JSP

2003-06-11 Thread Jose Euclides da Silva Junior - DATAPREVRJ
Hi gurus, my JSP app doesnt show my tags property contents - like property NM_DICA ( bean Dica )- see the complete code below. This crazy situation occurs at the same time when I get succeed if i call the getNM_Dica method of the bean DICA. It really seems very strange since this code runs FINE at

does swallowOutput work?

2003-06-11 Thread Greg Dennis
Anyone get swallowOutput to work? I am using Tomcat 4.1.24, and I've set the swallowOutput attribute to true, yet it still doesn't redirect standard out and error messages to the application logger. Here's the snippet from my server.xml file: Context path= docBase=www debug=0 reloadable=true

Precompile of JSPs no longer works with Tomcat 4.1.24

2003-06-11 Thread Rob Stoecklein
I'm running Tomcat on a Debian Linux box and have an Ant build script that automatically recompiles JSP files to java (using jspc) and then from these java files to class files (using javac). This worked great in Tomcat 4.1.18, but when I upgraded to 4.1.24, this no longer works. The symptom:

RE: OutOfMemoryError under high load

2003-06-11 Thread Ryan Chambers
Linux is the problem here. As you increase the mx JVM flag to be, the number of threads the java process can create decreases. This not a tomcat thing but a java on linux thing. For example, setting mx to be 1028 MBytes results in a thread ceiling of something like 427, which is really low for

Re: tomcat linker error

2003-06-11 Thread Alexander Chernyakov
Well I wish it was that simple.. the problem is that i have some prewritten classes which i have to be using (they are compiled already ) and i cannot change the source code. the line that causes the error is the line that retrieves the environment variable.. do you know what could be causing

Re: tomcat linker error

2003-06-11 Thread Alexander Chernyakov
also.. why do you believe that its a dll and not a jar error? thanks. --alex Shapira, Yoav wrote: Howdy, i'm trying to simply setup and retrieve an environment variable and i Then what's all this JNI stuff ;) Consider using the System.getProperty() approach, and launching java with the

RE: Where are the messages logged?

2003-06-11 Thread Jeff Cummings
I am using jk2 (isapi_redirector2.dll) not jk1 and a log_file string in the registry has no effect. Jeff -Original Message- From: Jason Bainbridge [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 12:22 PM To: Tomcat Users List Subject: Re: Where are the messages logged? On Thu,

Valve as Custom Authenticator

2003-06-11 Thread Scott Kelley
We've had an Apache/Tomcat configuration deployed for a couple years now. Authentication is handled by a custom Apache plugin written in C. Everything works great and has been quite reliable. Now we would like to move to a standalone Tomcat configuration and have been investigating writing a

Problem with webapp connector

2003-06-11 Thread Alberto Puerta
Hi list. I've installed apache 2.0.45 and Tomcat 4.1.24, compiled webapp connector and it works fine but when i put the sistem in production i get this error: [Wed Jun 11 09:11:55 2003] [notice] Apache/2.0.45 (Unix) mod_webapp/1.2.0-dev configured -- resuming normal operations [Wed Jun 11

Help Running Tomcat

2003-06-11 Thread Ivon Gonzalez
I have set up a few computers with Tomcat on a network and local machines. I am having problems running Tomcat on this particular machine which is on a network. I have moved the servlet.jar file to the java sdk home/jre/lib/ext. I have set up JAVA_HOME to point to my sdk location and the

Re: Help Running Tomcat

2003-06-11 Thread Jason Bainbridge
On Thu, 12 Jun 2003 02:18, Ivon Gonzalez wrote:  I have moved the servlet.jar file to the java sdk home/jre/lib/ext. Why did you do that? That is probably causing your problem... Try: startup.bat -- startup_error.log to capture the errors and then see what the problem is by reviewing the

  1   2   >