Re: How to specify Tomcat error encoding?

2005-09-02 Thread Volker Krebs
Hi there, Hiroshi Iwatani wrote: Our environment is LANG=ja_JP.UTF-8 on Linux Fedora Core 3. My question is: how could we have Tomcat display correct Japanese error message when JSP java code has errors for java compiler et al? Thanks in advance. We have the same problem. IMO the

How to specify Tomcat error encoding?

2005-09-01 Thread Hiroshi Iwatani
Our environment is LANG=ja_JP.UTF-8 on Linux Fedora Core 3. --below are copies from browser screen-- Tomcat error output for JSP page is garbled for Japanese: [Tomcat(5.0.19) with javac]--compiler error mesg part quoted: /usr/jakarta-tomcat-5.0.19/work/Catalina/localhost/testapp/org/apache/jsp

RE: How to specify Tomcat error encoding?

2005-09-01 Thread Hildegard Bronkhorst XH (ZA/ESA)
, amendment, tampering or viruses or any consequences thereof. -Original Message- From: Hiroshi Iwatani [mailto:[EMAIL PROTECTED] Sent: 01 September 2005 05:24 To: Tomcat Users List Subject: How to specify Tomcat error encoding? Our environment is LANG=ja_JP.UTF-8 on Linux Fedora Core 3

RE: How to specify Tomcat error encoding?

2005-09-01 Thread Hildegard Bronkhorst XH (ZA/ESA)
, amendment, tampering or viruses or any consequences thereof. -Original Message- From: Hildegard Bronkhorst XH (ZA/ESA) [mailto:[EMAIL PROTECTED] Sent: 01 September 2005 08:59 To: Tomcat Users List Subject: RE: How to specify Tomcat error encoding? I never asked anybody to subscribe me

RE: How to specify Tomcat error encoding?

2005-09-01 Thread pacea
) [mailto:[EMAIL PROTECTED] Sent: 01 September 2005 08:59 To: Tomcat Users List Subject: RE: How to specify Tomcat error encoding? I never asked anybody to subscribe me to your web site / service. Please delete my details IMMEDIATELY! Hildegard Bronkhorst Senior Facilities Manager

tomcat-error

2005-06-03 Thread Christian Stalp
Hello together, I have a problem, concerning the normal call of the Tomcat-Startpage. Each time I call the localhost:8180 ( 8180 is my port for tomcat, debian-tomcat ) I get this weired output on my Browser. I don't understand this, the servelt were not compiled in runtime like a PHP or

Tomcat Error Log

2005-04-05 Thread Vaneet Sharma
Hello all, I am running centos 3.4 I am using Apacher Web Server 2.0.46 .. And running tomcat 5.5.4 with jakarta-tomcat-connector-1.2.10 Well, Apache and tomcat are communicating .. ... well. :) But ... when I see the logs, I see the this log generated in my custom log file (

Strange Tomcat Error

2005-03-15 Thread Larry Johnson
Hi all, Recently I lost the hard drive on one of my production tomcat servers. I've since reinstalled and setup the effected machine to mirror the configuration of one of my other servers that I know to be working fine. I know for a fact that my servlet code is fine and that the tomcat

Write file to browser tomcat error

2005-03-02 Thread Gia Thornton
Hi, I am using the code below in a jsp to write a jar file to the browser so that user can download it. However, after the user hit download to save the file, the tomcat server display an error caused by flushing the buffer. Does anyone know why it happens? Thank you for your help

Re: Tomcat Error: java.lang.NoClassDefFoundError:

2005-01-24 Thread Kathie Manson
. -- Forwarded message -- From: QM [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Date: Thu, 20 Jan 2005 05:55:09 -0600 Subject: Re: Tomcat Error: java.lang.NoClassDefFoundError: org/apache/naming/JndiPermission On Thu, Jan 20, 2005 at 10:01:18AM +1100, Kathie Manson

Re: Tomcat Error: java.lang.NoClassDefFoundError: org/apache/naming/JndiPermission

2005-01-20 Thread QM
On Thu, Jan 20, 2005 at 10:01:18AM +1100, Kathie Manson wrote: : Up until yesterday, I was happily running tomcat 4.1.30. Then, for : some reason, I started getting this error. I'm not sure why. It's : likely that I somehow changed the class path, or installed something : else that affected

Tomcat Error: java.lang.NoClassDefFoundError: org/apache/naming/JndiPermission

2005-01-19 Thread Kathie Manson
Hi, Up until yesterday, I was happily running tomcat 4.1.30. Then, for some reason, I started getting this error. I'm not sure why. It's likely that I somehow changed the class path, or installed something else that affected some other java classes, but I just don't know how to fix it. So,

tomcat error page

2004-12-29 Thread alis asma alias
When there is an error in our web application, Tomcat will produce and error page that list down all the Exception stack trace and also THe version of the Apache Tomcat. To avoid displaying the default error page and to customize the error page, where should we configure it?

Re: tomcat error page

2004-12-29 Thread Ben Souther
On Wed, 2004-12-29 at 21:33, alis asma alias wrote: When there is an error in our web application, Tomcat will produce and error page that list down all the Exception stack trace and also THe version of the Apache Tomcat. To avoid displaying the default error page and to customize the error

tomcat error

2004-12-25 Thread Muhammad Hamizi Jaminan
hi, i've succesfully setup tomcat on by rh9 box. when i try upload the file test.jsp to my boxm, i try to access my domain1 tomcat show the error 404. but the files is exist in my host domain1. i try add 1 more host domain2 and upload it. it still same. when i put the test.jsp to

Re: Embedded Tomcat error (tomcat 5.5.4)

2004-11-23 Thread Vy Ho
Yes, I see this error before myself, and did the same tracing. Instead of patching the code, I just created the connector externally (instead of calling createConnector). That may not be the right thing to do though. Strangely that so many things that works with the version 5.028 is broken

RE: Embedded Tomcat error (tomcat 5.5.4)

2004-11-23 Thread Shapira, Yoav
Hi, I think the problem with developers is lack of concrete documentation on this area. As always, your (and anyone else's) help is welcome. Feel free to submit documentation and code patches to your heart's content. Or alternatively, feel free to pay people to write documentation for you ;)

Re: Embedded Tomcat error (tomcat 5.5.4)

2004-11-23 Thread Remy Maucherat
On Tue, 23 Nov 2004 10:31:07 -0500, Shapira, Yoav [EMAIL PROTECTED] wrote: Hi, I think the problem with developers is lack of concrete documentation on this area. As always, your (and anyone else's) help is welcome. Feel free to submit documentation and code patches to your heart's

Embedded Tomcat error (tomcat 5.5.4)

2004-11-21 Thread Peik Feng
Hi, I'm getting the following error when trying to run Embedded tomcat v5.5.4 (I have modified Embedded.java to print out the error) java.lang.NullPointerException at org.apache.tomcat.util.IntrospectionUtils.setProperty(IntrospectionUt ils.java:267) at

Re: Customizing Tomcat error page

2004-10-16 Thread Lukas Bradley
Unfortunately, the exception-type does not catch return code. I already have one exception-typejava.lang.Exception/exception-type which is a good umbrella for all exception an alike. However, it does not catch 404, for example. Try this in your web.xml error-page

RE: Customizing Tomcat error page

2004-10-15 Thread Shapira, Yoav
be a visual web.xml editor out there that can help you. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Rick Wong [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 8:43 PM To: Tomcat Users List Subject: Customizing Tomcat error page Hi, I am trying to replace

Re: Customizing Tomcat error page

2004-10-15 Thread Rick Wong
. There might be a visual web.xml editor out there that can help you. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Rick Wong [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 8:43 PM To: Tomcat Users List Subject: Customizing Tomcat error page Hi, I am trying

RE: Customizing Tomcat error page

2004-10-15 Thread Shapira, Yoav
Hi, Unfortunately, the exception-type does not catch return code. I I didn't say it does ;) I was just offering an alternative, and it looks like you'd already taken advantage of it, so that's a good thing. web applications. I really don't look forward to managing a long list of error-page

Customizing Tomcat error page

2004-10-14 Thread Rick Wong
Hi, I am trying to replace the default Tomcat error page for my web applications. I understand that I can specify error-page in the web.xml deployment descriptor, but that would require me to do that for every single error code. Looking at the HTTP response code, there is a potentially long

RE: Tomcat error

2004-08-04 Thread Schalk Neethling
Hey there all I get the following line when running my servlet on Tomcat version 5.0.25: java.lang.UnsupportedClassVersionError: org/volume4/searchEngine/lawSearch (Unsupported major.minor version 49.0) What exactly does this mean and how do I go about fixing this? Thanks! -- Kind Regards Schalk

RE: Tomcat error

2004-08-04 Thread Shapira, Yoav
Hi, Make sure you compile the class with JDK 1.4 or earlier, not JDK 1.5. Yoav Shapira Millennium Research Informatics -Original Message- From: Schalk Neethling [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 04, 2004 8:16 AM To: Tomcat Users List Subject: RE: Tomcat error Hey

Re: Tomcat error

2004-08-04 Thread David Smith
Off handed guess -- it means your classes were compiled with a version of a JDK not compatible with the JDK running your Tomcat install. Recompile with the same JDK you're using with Tomcat and the whole issue should be solved. --David Schalk Neethling wrote: Hey there all I get the following

Re: Tomcat error

2004-08-04 Thread QM
On Wed, Aug 04, 2004 at 02:16:20PM +0200, Schalk Neethling wrote: : I get the following line when running my servlet on Tomcat version 5.0.25: : : java.lang.UnsupportedClassVersionError: org/volume4/searchEngine/lawSearch : (Unsupported major.minor version 49.0) : : What exactly does this mean

RE: Tomcat error

2004-08-04 Thread Shapira, Yoav
, August 04, 2004 9:40 AM To: Shapira, Yoav Subject: Re: Tomcat error Yoav Thanks, I assume I can have more then one version of the jdk installed on my system correct? Is this error caused by Tomcat or that there is an older version of the jdk on the server? Shapira, Yoav wrote: Hi, Make sure you

RE: Tomcat error

2004-08-04 Thread Caldarale, Charles R
From: Schalk Neethling [mailto:[EMAIL PROTECTED] Subject: RE: Tomcat error java.lang.UnsupportedClassVersionError: org/volume4/searchEngine/lawSearch (Unsupported major.minor version 49.0) What exactly does this mean and how do I go about fixing this? Thanks! Looks like someone has

Re: Tomcat error

2004-08-04 Thread Jon Wingfield
The 49.0 is a magic number within the class bytecode. This type of error typically means the class was compiled using a newer version of the jdk than the runtime that is interpreting the bytecode. So, did you, say, compile the lawSearch class using jdk 1.5 but are running Tomcat against jdk

Re: Tomcat error

2004-08-04 Thread Sunitha Kumar
PROTECTED] Sent: Wednesday, August 04, 2004 8:16 AM To: Tomcat Users List Subject: RE: Tomcat error Hey there all I get the following line when running my servlet on Tomcat version 5.0.25: java.lang.UnsupportedClassVersionError: org/volume4/searchEngine/lawSearch (Unsupported major.minor

Re: Tomcat error

2004-08-04 Thread Schalk Neethling
-Original Message- From: Schalk Neethling [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 04, 2004 9:40 AM To: Shapira, Yoav Subject: Re: Tomcat error Yoav Thanks, I assume I can have more then one version of the jdk installed on my system correct? Is this error caused by Tomcat

RE: Tomcat error

2004-08-04 Thread Dale, Matt
Not officially but it should work. Why not use 5.0.27 too as this is the latest stable release. Ta Matt -Original Message- From: Sunitha Kumar [mailto:[EMAIL PROTECTED] Sent: 04 August 2004 18:23 To: Tomcat Users List Cc: [EMAIL PROTECTED] Subject: Re: Tomcat error Yoav: For Run time

RE: Tomcat error

2004-08-04 Thread Shapira, Yoav
List Cc: [EMAIL PROTECTED] Subject: Re: Tomcat error Yoav: For Run time, can JDK 1.5 work with tomcat 5.0.25 or 5.0.19? thanks, -sunitha Shapira, Yoav wrote: Hi, Make sure you compile the class with JDK 1.4 or earlier, not JDK 1.5. Yoav Shapira Millennium Research Informatics -Original

Overidding Tomcat error pages

2004-07-14 Thread EXT-Patel, Rajesh M
I would like to override tomcats' error messages for all webapps. I added the following to conf/web.xml: error-page error-code503/error-code location/error/error.jsp/location /error-page error-page error-code404/error-code

RE: Tomcat error-page not working (was: RE: Tomcat and checked vs. unchecked exceptions)

2004-03-16 Thread Wendy Smoak
A while ago, Yoav Shapira wrote: I asked if it's the nice IE error pages or the actual tomcat ones. There's an IE setting in Internet Options along the lines of Display Friendly Error Pages that can mask the server's error pages if enabled, and it's enabled by default on some platforms. I

RE: Tomcat error-page not working (was: RE: Tomcat and checked vs.

2004-03-16 Thread Michael Davis
Hi, This is really easy with jsp. I'm doing something similar. I don't have the code here, but it goes something like: in servlet.java: HttpRequest req; // this is passed to you HttpSession sess = req.getSession(); sess.setAttribute( errorMessage, Something terrible has happened. ); And I

RE: Tomcat error-page not working (was: RE: Tomcat and checked vs. unchecked exceptions)

2004-02-26 Thread Shapira, Yoav
Howdy, Yoav, this is Tomcat-only, on my development box, so no Apache error pages. Great, but that's not what I asked ;) I asked if it's the nice IE error pages or the actual tomcat ones. There's an IE setting in Internet Options along the lines of Display Friendly Error Pages that can mask

RE: Tomcat error-page not working (was: RE: Tomcat and checked vs. unchecked exceptions)

2004-02-25 Thread Shapira, Yoav
Howdy, error-page exception-typejavax.servlet.ServletException/exception-type location/WEB-INF/jsp/exceptions/ServletException.jsp/location /error-page (in the appropriate place, at the bottom just above /web-app) When this code executes: if ( report == null ||

RE: Tomcat error-page not working (was: RE: Tomcat and checked vs. unchecked exceptions)

2004-02-25 Thread Evgeny Gesin
This is JSP rather than Tomcat question, but I hope for a reply. I have a JSP with the following jsp:plugin code: jsp:plugin type=applet code=com.package.Applet.class codebase=/application1/applets/ width=50 height=50 /jsp:plugin Web applications, which run this applet, specify different

Re: Tomcat error-page not working (was: RE: Tomcat and checked vs. unchecked exceptions)

2004-02-25 Thread Jerry Ford
Wendy: Here's your problem: location/WEB-INF/jsp/exceptions/ServletException.jsp/location JSPs can't be run from inside the WEB-INF directory. Try moving your jsp/exceptions directory up one level. Jerry Wendy Smoak wrote: From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Try

RE: Tomcat error-page not working (was: RE: Tomcat and checked vs. unchecked exceptions)

2004-02-25 Thread Wendy Smoak
From: Jerry Ford [mailto:[EMAIL PROTECTED] Wendy: Here's your problem: location/WEB-INF/jsp/exceptions/ServletException.jsp/location JSPs can't be run from inside the WEB-INF directory. Try moving your jsp/exceptions directory up one level. All of my JSP's are under WEB-INF, and they work

Tomcat error-page not working (was: RE: Tomcat and checked vs. unchecked exceptions)

2004-02-24 Thread Wendy Smoak
From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Try exception-typejava.lang.RuntimeException/exception-type, as that's the superclass for unchecked exceptions and you probably want to handle them all the same (if you want to handle them at all, which apparently you do). I don't understand.

Apache+Tomcat error -101 cannot connect to tomcat

2004-01-29 Thread Charles Daniel
I get an error -101 when Apache attempts to get a *.jsp from Tomcat. Please Help! [EMAIL PROTECTED] SUSE Linux 8.0, Apache 2.048, Tomcat 4.1.29, mod_jk. Installation Instructions @ http://www.johnturner.com/howto/apache2-tomcat4127-jk-rh9-howto.html The http.conf is reverted to the original

Tomcat error when accessing Apache Web Manager

2004-01-08 Thread Alicia Forsythe
Netware 6.5 Apache/2.0.48 mod_jk/1.2.5 Tomcat/4.1.28 When using the Apache Web Manager, some pages are inaccessible due to 500 errors (exact error follows...). None of the files for Web Admin have been modified nor has Tomcat orApache. One day it worked, the next it didn't. Error: HTTP

Tomcat error while using a class with JSP!

2003-12-09 Thread GuptaD
Title: Tomcat error while using a class with JSP! Hi All, I am new to Tomcat so I would really appreciate if somebody could help me in this. I have Tomcat 4.1.29 installed on my windows 2000 machine. At the same level as examples is in Tomcat path, I've created a directory called boots

RE: Tomcat error while using a class with JSP!

2003-12-09 Thread jakarta
I believe that you have to package your class ie boots.PVDatabase as I recall unpackaged classes are not valid John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 9:42 AM To: [EMAIL PROTECTED] Subject: Tomcat error while using

RE: Tomcat error while using a class with JSP!

2003-12-09 Thread GuptaD
[mailto:[EMAIL PROTECTED] Sent: 09 December 2003 15:04 To: 'Tomcat Users List' Subject: RE: Tomcat error while using a class with JSP! I believe that you have to package your class ie boots.PVDatabase as I recall unpackaged classes are not valid John -Original Message- From: [EMAIL

RE: Tomcat error while using a class with JSP!

2003-12-09 Thread GuptaD
Title: RE: Tomcat error while using a class with JSP! Hi John, I have put the classes in the package and Tomcat is now able to recognize that. Now It is not recognizing the Oracle drivers which I have them in C:\Jdbcdrivers as classes12.zip and added in CLASSPATH but When I call it from

shutting down tomcat, Error

2003-11-20 Thread Sunitha Kumar
Folks, Any pointers to this.thanks, Stopping service Tomcat-Standalone Nov 20, 2003 1:18:50 AM org.apache.coyote.http11.Http11Protocol destroy INFO: Stoping http11 protocol on 4040 Catalina:type=ThreadPool,name=http4040 Nov 20, 2003 1:18:50 AM org.apache.jk.common.ChannelSocket destroy INFO: Error

Tomcat error: org.apache.coyote.http11.Http11Processor process SEVERE: Error processing request

2003-09-16 Thread Lucas, Maurice
I am running Tomcat 4.1.27 on Windows 2000. Installation/setup came out fine. A few days ago I load SAP DB on the same pc. Outside of that nothing has changed. Tomcat starts fine, no errors. But when I open IE to view localhost:8080 I get an HTTP 500 Internal error within IE. In

Tomcat error: org.apache.coyote.http11.Http11Processor process SEVERE: Error processing request

2003-09-15 Thread Lucas, Maurice
I am running Tomcat 4.1.27 on Windows 2000. Installation/setup came out fine. A few days ago I load SAP DB on the same pc. Outside of that nothing has changed. Tomcat starts fine, no errors. But when I open IE to view localhost:8080 I get an HTTP 500 Internal error within IE. In the shell

JDBC, SQL Server 2000 and Tomcat Error

2003-09-04 Thread Jeremy Lewis
I'm currently experiencing a strange error with some JSP pages that have been built in Dreamweaver MX. The pages retrieve data from a SQL Server 2000 database using the Sun JDBC-ODBC driver. I currently get the following error message reported by Tomcat when I try to display more than 6 data

Re: JDBC, SQL Server 2000 and Tomcat Error

2003-09-04 Thread Christopher Williams
Have you tried using the native SQL Server driver from Microsoft? The JDBC-ODBC bridge is simply awful. You can the native driver from Microsoft: http://msdn.microsoft.com/library/default.asp?url=/downloads/list/sqlserver.asp

Tomcat error [Fatal Error] :2:5118: Content is not allowed in trailing section.

2003-07-26 Thread Venkatesh K. Kesavan
Hi, I have been using tomcat 4.0 till date and recently I upgraded to 4.1.24. My application is working in 4.1.24 but tomcat server screen shows the error "[Fatal Error] :2:5118: Content is not allowed in trailing section." whenever I open any jsp.(error repeated till the jsp is completely

tomcat error

2003-07-24 Thread Steven Garrett
Hi, I'm getting the following error and I'm not sure how to fix it. StandardServer.await: create[8005]: java.net.BindException: Cannot assign requested address I'm starting the server as root. Running tomcat 4.1.24 on RH9. Thanks, Steve

Re: tomcat error

2003-07-24 Thread John Turner
The address Tomcat is trying to use to startup does not exist on the machine. This can happen if you are using NAT or have some other address masking/forwarding going on. Are you sure that the IP address Tomcat is using exists on the machine? If you've given Tomcat a hostname, does the IP

RE: tomcat error

2003-07-24 Thread Steven Garrett
it doesn't work and I continue to get that error. The hostname is md11 -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 3:32 PM To: Tomcat Users List Subject: Re: tomcat error The address Tomcat is trying to use to startup does not exist

RE: tomcat error

2003-07-24 Thread Mike Curwen
: RE: tomcat error The IP address resolves to the hostname and vice versa. There is no masking going on. and this box is not natted. What is really strange is that my tomcat instance was working just fine yesterday, then we rebooted this box (it's a development server, gets rebooted

Re: tomcat error

2003-07-24 Thread John Turner
Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 3:32 PM To: Tomcat Users List Subject: Re: tomcat error The address Tomcat is trying to use to startup does not exist on the machine. This can happen if you are using NAT or have some other address masking

RE: tomcat error

2003-07-24 Thread Steven Garrett
default version is uninstalled by me a while ago -Original Message- From: Mike Curwen [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 3:40 PM To: 'Tomcat Users List' Subject: RE: tomcat error RH has a version of Tomcat that installs with the 'default' install of RH. Is this one

RE: tomcat error

2003-07-24 Thread Steven Garrett
no dhcp, it has a hardcoded ip address and the loopback address looks normal 127.0.0.1 netmask 255.0.0.0 -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 3:43 PM To: Tomcat Users List Subject: Re: tomcat error ifconfig -a shows you the IP

Re: tomcat error

2003-07-24 Thread John Turner
: John Turner [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 3:43 PM To: Tomcat Users List Subject: Re: tomcat error ifconfig -a shows you the IP address you expect? Sounds to me like DHCP got switched on somehow, then when you rebooted it picked up a new IP address and it isn't the one

RE: tomcat error

2003-07-24 Thread srevilak
StandardServer.await: create[8005]: java.net.BindException: Cannot assign requested address Is there something else that's already bound to the port? The hostname is md11 If you do $ telnet md11 PORT where PORT is the port number tomcat wants to use, do you get a connected message? If

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

Tomcat error message with EspressReport

2003-06-10 Thread Chad Lemmen
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 error on my screen when I try to load the EspressReport servlet in a browser. The

Re: Tomcat error when starting after enabling Ajp13Connector

2003-03-21 Thread John Turner
- [EMAIL PROTECTED]turner.com cc: Subject: Re: Tomcat error when starting after enabling Ajp13Connector 03/20/2003 11:14 AM

Tomcat error when starting after enabling Ajp13Connector

2003-03-20 Thread QJian
All I am trying to plugin tomcat with IIS 5 using jk1.0 which requires enabling org.apache.ajp.tomcat4.Ajp13Connector. I commented out the org.apache.coyote.tomcat4.CoyoteConnector and uncommented org.apache.ajp.tomcat4.Ajp13Connector. Then I got a exception below when tomcat started. What's

Re: Tomcat error when starting after enabling Ajp13Connector

2003-03-20 Thread John Turner
Ajp13Connector is not compatible with MBeans. Either use CoyoteConnector, or disable the MBean lines in your server.xml. John On Thu, 20 Mar 2003 11:00:11 -0500, [EMAIL PROTECTED] wrote: All I am trying to plugin tomcat with IIS 5 using jk1.0 which requires enabling

Re: Tomcat error when starting after enabling Ajp13Connector

2003-03-20 Thread QJian
]To: Tomcat Users List [EMAIL PROTECTED] turner.com cc: Subject: Re: Tomcat error when

Is this a tomcat error?

2003-03-12 Thread pcampaigne
Has anyone seen this error before? I can access the Postgresql database from the command line. Error accessing the database Backend start-up failed:FATAL: Databasenba does not exist in the system catalog. thanks, Phil Campaigne

Tomcat error

2003-03-04 Thread Adam Denenberg
Has anyone seen this error before and know what it means? thanks Adam INFO: Initializing Coyote HTTP/1.1 on port 8080 ServerLifecycleListener: createMBeans: MBeanException java.lang.Exception: ManagedBean is not found with Ajp13Connector at

RE: Tomcat error

2003-03-04 Thread Mike Jackson
Subject: Tomcat error Has anyone seen this error before and know what it means? thanks Adam INFO: Initializing Coyote HTTP/1.1 on port 8080 ServerLifecycleListener: createMBeans: MBeanException java.lang.Exception: ManagedBean is not found with Ajp13Connector

Re: Tomcat error

2003-03-04 Thread Jacob Kjome
Either use the Coyote connector for AJP (the one configured for port 8009) and comment out the Ajp13Connector config or keep using the Ajp13Connector config and comment out the mbean stuff near the top of server.xml. Either will solve the problem. Or, you can just ignore the error. Jake At

RE: Tomcat error

2003-03-04 Thread Harry Gehring
] Sent: Tue 3/4/2003 3:26 PM To: Tomcat Users List Cc: Subject: Re: Tomcat error Either use the Coyote connector for AJP (the one configured for port 8009) and comment out the Ajp13Connector config or keep using the Ajp13Connector

RE: Tomcat error

2003-03-04 Thread Jacob Kjome
PROTECTED] Sent: Tue 3/4/2003 3:26 PM To: Tomcat Users List Cc: Subject: Re: Tomcat error Either use the Coyote connector for AJP (the one configured for port 8009) and comment out the Ajp13Connector config or keep using the Ajp13Connector

RE: Tomcat error

2003-03-04 Thread Harry Gehring
-Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Tue 3/4/2003 4:27 PM To: Tomcat Users List Cc: Subject: RE: Tomcat error The CoyoteConnector is compatible with both mod_jk and jk2. And if you

tomcat Error

2003-01-08 Thread Elif Akten
Hi, anybody knows is error? The requested method POST is not allowed for the URL /XX.jsp infact this jsp file is working with IPlanet webServer _ The new MSN 8: smart spam protection and 2 months FREE*

SSL Config on Tomcat (Error)

2002-11-13 Thread Manoj Kithany
Hi Experts: I want to Configure my TOMCAT for SSL and was reading the SSL Config How-To posted at http://jakarta.apache.org/tomcat/tomcat-4.0-doc/ssl-howto.html#Edit%20the%20Tomcat%20Configuration%20File; I made all the changes as was mentioned above and when excute Catalina I get following

RE: SSL Config on Tomcat (Error)

2002-11-13 Thread Peter Romianowski
] Subject: SSL Config on Tomcat (Error) Hi Experts: I want to Configure my TOMCAT for SSL and was reading the SSL Config How-To posted at http://jakarta.apache.org/tomcat/tomcat-4.0-doc/ssl-howto.htm l#Edit%20the%20Tomcat%20Configuration%20File I made all the changes as was mentioned

SSL Config on Tomcat (Error)

2002-11-13 Thread Manoj Kithany
Message- From: Peter Romianowski [mailto:megapero;gmx.de] Sent: Wednesday, November 13, 2002 11:53 AM To: 'Tomcat Users List' Subject: RE: SSL Config on Tomcat (Error) The error message you got indicates that there is already a service listening on that port. Please send your server.xml for further

Tomcat Error - taglibrary URI

2002-11-08 Thread Brian Radovich
Howdy We have built a custom install for tomcat, it has worked fine for the past few months, but suddenly giving this error: Error: Unable to open taglibrary /Tag : Parse Error in the tag library descriptor: Relative URI ./webapps/StorageProfiler/WEB-INF/web-jsptaglib_1_1.dtd; can not be

Tomcat error: JAVA.ENDORSED.DIRS

2002-10-13 Thread Eric Jackson
I am trying to run Tomcat 4.1.12 on Windows 98 2nd Edition with JRE1.3.1. After setting my JAVA_HOME and try to start Tomcat, I get the following error E:\tomcat\binstartup The JAVA_HOME environment variable is not defined correctly This environment variable is needed to run this

RE: Apache+Tomcat Error (No Context configured)

2002-09-19 Thread Turner, John
parameter in your Host element. This is CLEARLY stated in the Tomcat 4.0.x documentation. John -Original Message- From: Manoj Kithany [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 4:47 PM To: [EMAIL PROTECTED] Subject: RE: Apache+Tomcat Error (No Context configured

RE: Apache+Tomcat Error (No Context configured)

2002-09-18 Thread Manoj Kithany
Hi Experts, With reference to John's last email, I created the CONTEXT in SERVER.XML file and added a following CONTEXT: Context path=/kithany docBase=kithany debug=0 / Also, my Directory structure is as follows: /kithany /kithany/META-INF/application.xml /kithany/WEB-INF/web.xml

RE:Ref: John's reply - Apache+Tomcat Error (No Context configured)

2002-09-18 Thread Manoj Kithany
Hi Experts, Greetings! With reference to John's last email, I created the context in SERVER.XML file and added a following CONTEXT: Context path=/kithany docBase=/kithany debug=0 / When I run my Jboss(Tomcat) I get following ERROR at the console:

RE: tomcat error

2002-06-20 Thread Turner, John
? John Turner [EMAIL PROTECTED] http://www.aas.com -Original Message- From: Halil AKINCI [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 12:05 PM To: Tomcat Users List Subject: tomcat error Hi all, I'm installed my computer jakarta-tomcat-3.3.1

Re: tomcat error

2002-06-20 Thread Yu Ye Zhou
After you change the autoexec.bat files, did you execute it before you start tomcat? If you didn't, your change won't take any effect. --- Halil AKINCI [EMAIL PROTECTED] wrote: Hi all, I'm installed my computer jakarta-tomcat-3.3.1 and changed my Autoexec.bat file

Customize Tomcat error pages

2002-06-11 Thread Markus Kirsten
How do I configure standard error pages like 403, 404 etc. for Tomcat? I've gone through the Tomcat documentation breifly but can't find anything about it. Markus -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Customize Tomcat error pages

2002-06-11 Thread Tim Funk
Its part of the Servlet Specification and not unique to Tomcat. Place this snippet into web.xml to redirect page not found errors to /errorpage_404.jsp. error-page error-code404/error-code location/errorpage_404.jsp/location /error-page -Tim Markus Kirsten wrote: How do I configure

tomcat error on https

2002-04-24 Thread M.Hanizan
HI, good day Gurus :) I am new in the list. I have a problem running tomcat (.jsp file) with apache + mod_ssl. I had configure the httpd.conf inside virtual _default:443 segment by adding a few lines (as i followed most of tomcat + apache + mod_ssl documentation). The problem is, the .jsp

mod_jk tomcat error pages (bug in tomcat error pages?)

2002-04-16 Thread rob
When tomcat displays error messages after an exception in the underlying application typically does some formatting on the error produced (ie adding styles). I use mod_jk to run my application where the jsp/servlets function fine over the connector to tomcat. However if an error occurs

Re: mod_jk tomcat error pages (bug in tomcat error pages?)

2002-04-16 Thread Pascal Forget
In Apache's httpd.conf, replace: DefaultType text/plain with: DefaultType text/html rob wrote: When tomcat displays error messages after an exception in the underlying application typically does some formatting on the error produced (ie adding styles). I use mod_jk to run my

tomcat error when compile [urgent!]

2002-03-18 Thread Nancy Crisostomo Martinez
HI! Because I need to run tomcat in a headless mode, I had tried to apply all the advice that some of you gave me to run graphics under Solaris. I just want to ask why isn't it possible to me? I had tried but it doesn't works and always the same error appear: /tomcat.sh:

Stopping tomcat error

2002-03-13 Thread Chris Woods
I have no problem starting tomcat but when I try to stop tomcat using shutdown.sh command I get this output: [jakarta@linux lib]$ /var/jakarta/jakarta-tomcat/build/tomcat/bin/shutdown.sh Using classpath: /var/jakarta/jakarta-tomcat/build/tomcat/bin/../lib/tomcat.jar Using JAVA_HOME:

Re: Stopping tomcat error

2002-03-13 Thread rsequeira
List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] cc: Subject: Stopping tomcat error I have no problem starting tomcat but when I try to stop tomcat using shutdown.sh command I get this output: [jakarta@linux lib]$ /var/jakarta/jakarta-tomcat/build/tomcat/bin/shutdown.sh Using

IIS/Tomcat - Error: The specified module could not be found.

2002-03-11 Thread Shawn Lindstrom
Hello, I'm a newcomer to Tomcat. I have installed v3.3a on Win2k w/ the isapi_redirect.dll. I have followed the IIS HowTo to the letter. I have the green up arrow indicating the filter is working, but something must be amiss elsewhere and I'm at wits end -- I'm sure it's something simple and

Jakarta Tomcat Error Message Information Disclosure Vulnerability?

2002-02-20 Thread Jonathan Eric Miller
Does anyone know if this vulnerability still exists? It says that 4.0.1 suffers from this vulnerability, but, I don't see anything out of the ordinary when I try it on mine. http://online.securityfocus.com/cgi-bin/vulns-item.pl?section=infoid=3199 Jon -- To unsubscribe: mailto:[EMAIL

RE: Jakarta Tomcat Error Message Information Disclosure Vulnerability?

2002-02-20 Thread Ricky Leung
User List Subject: Jakarta Tomcat Error Message Information Disclosure Vulnerability? Does anyone know if this vulnerability still exists? It says that 4.0.1 suffers from this vulnerability, but, I don't see anything out of the ordinary when I try it on mine. http://online.securityfocus.com/cgi

  1   2   >