java.lang.ClassCircularityError

2005-10-05 Thread Jagadeesha T
Hi all, I am using Tomcat 5.0 with JBoss 3.2.6. In a very rare cases I got the error as java.lang.ClassCircularityError(myclass). Does anybody know wahy this error is coming. Thanks, Jagadish - Yahoo! for Good Click here to donate to

Re: java.lang.ClassCircularityError

2005-10-05 Thread Jagadeesha T
{ ... } class ClassTwo extends ClassOne { ... } Obviously there could be many more than two classes involved so it may be best to draw out the class tree. Specially if it is complicated. Hope that helps. Andoni. - Original Message - From: Jagadeesha T To: tomcat-user

Re: java.lang.ClassCircularityError

2005-10-05 Thread Jagadeesha T
probably have your runtime circularity. Try to delete all your class files and recompile your application from scratch. regards Leon On 10/5/05, Jagadeesha T wrote: HI Andoni, Thanks for the reply, It uses association that too unidirectional, I have seen the option in sun forum as have you

Re: Generic Types support in Tomcat?

2005-09-27 Thread Bjørn T Johansen
So how is this affecting the use of Tomcat 5.5.9? I am using Java 5 features with Tomcat 5.5.9 without any problems, so what do I need to do to discover Tomcat 5.5.9 shortcomings with respect to Java 5? Regards, BTJ Christoph Kutzinski wrote: What's what story? Java 5 features are not

Re: Generic Types support in Tomcat?

2005-09-27 Thread Bjørn T Johansen
JSPs. Maybe you have configured tomcat to use Suns javac? Bjørn T Johansen wrote: So how is this affecting the use of Tomcat 5.5.9? I am using Java 5 features with Tomcat 5.5.9 without any problems, so what do I need to do to discover Tomcat 5.5.9 shortcomings with respect to Java 5

Re: Generic Types support in Tomcat?

2005-09-27 Thread Bjørn T Johansen
Nope, I am using it in the java server code, not jsp... Hence my question :) BTJ Christoph Kutzinski wrote: To be clear: You are using Java 5 features (generics, for-each loop etc.) in JSPs? Bjørn T Johansen wrote: Nope, I am just using the default installation and configurations

Charset configurations for JSP pages

2005-09-20 Thread T P
Hello, How to configure the character sets on JSP pages/HTTP replies so that browser connecting to tomcat displays pages correctly? Currently i'm using Tomcat-5.0.28. I am unable to find any decent documentation on this. I have JSP pages with character set ISO-8859-1 on disk. I reinstalled

XPowered BY

2005-09-02 Thread Jagadeesha T
HI all, I use JBoss 3.2.6 and and Tomcat 5.0. It displays X-PoweredBY version in Headers file, There is in web.xml to CommonHeadersFileter, InitParams, Even after deleting it from web.xml, it display, Is there any way to do that in Tomcat 5.0 with JBoss. Thanks, Jagadeesha T

document for upgrade

2005-08-22 Thread Jagadeesha T
HI, Could any body tell me tomcat upgradation document location from 3.x to 4.x or 5.x. Regards, Jagadish - Start your day with Yahoo! - make it your home page

Upgrading from 5.0.28 to 5.5.9?

2005-08-02 Thread Bjørn T Johansen
Anything one should be aware of when moving from 5.0.28 to 5.5.9? Also, any reasons not to make the move? Regards, BTJ -- --- Bjørn T Johansen [EMAIL PROTECTED

Session Security

2005-07-29 Thread Jagadeesha T
with that cookie with the url. It will take the person to directly to that page.How can disable it. Please could anybody tell me how to avoid it. Thanks, Jagadeesha T __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around

Re: Tomcat and SuSE 9.3...

2005-05-12 Thread Bjørn T Johansen
But why do you use the Tomcat that comes with SuSE 9.3?? I am using SuSE 9.3 and Tomcat works like a charm.. (but I don't use SuSE's version...) BTJ Quinton Delpeche wrote: On Thursday 12 May 2005 13:32, Raghupathy,Gurumoorthy wrote: Wht is the problem ? When I install Tomcat 5 (base,

RE: HTTP/POST request body dump

2005-04-27 Thread Gilbert, Luke T
Depending on what is meant by 'configure', the response of 'Nope.' may be incorrect. Logging HTTP POST requests could easily be accomplished with a Filter using getInputStream(). But if you want to capture network traffic, you should probably use a tool that was designed for that purpose.

Re: Container Managed Security?

2005-04-09 Thread Bjørn T Johansen
- From: Bjørn T Johansen [EMAIL PROTECTED] To: 'Tomcat Users List' tomcat-user@jakarta.apache.org Sent: Thursday, April 07, 2005 7:05 AM Subject: Container Managed Security? I have a small question... I am used to providing my own authentication system when developing web systems, but I

Re: Container Managed Security?

2005-04-09 Thread Bjørn T Johansen
the spec. Mark Bjørn T Johansen wrote: I have a small question... I am used to providing my own authentication system when developing web systems, but I am now looking into providing container based security instead. But when writing authentication myself, I have full control and can put

Re: Add Context Path, Tomcat 5.5.7

2005-04-08 Thread P T
Scott, I feel your pain -- I just finished sorting out that whole thing myself. One thing I'd definitely recommend doing is installing the admin tool for tomcat 5 and using it to change something trivial in your server.xml file. When it gets done making the change it strips out all the comments

Container Managed Security?

2005-04-07 Thread Bjørn T Johansen
into the session scope. How do I do this using Tomcat's FORM-based authentication? Is there some listener I can hook onto or similar? Regards, BTJ -- --- Bjørn T Johansen [EMAIL PROTECTED

Which version to use?

2005-04-04 Thread Bjørn T Johansen
-- --- Bjørn T Johansen [EMAIL PROTECTED] --- Someone wrote: I understand that if you play a Windows CD backwards you hear strange Satanic messages To which someone replied

Re: tomcat ssl configuration

2005-04-04 Thread James T. Studebaker
Did you create the keystore while logged on as the root user? Thank you James T. Studebaker - Original Message - From: Mustafa BLKBA [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Monday, April 04, 2005 8:24 AM Subject: tomcat ssl configuration I use tomcat 5.0.28

Re: session management

2005-04-02 Thread Jagadeesha T
not sending the cookie. cookie is not disabled. Scenario 2. If all browser uses different session objects. then it works fine. could you tell me is there any way to get this done? Thanks, Jagadish Lionel Farbos [EMAIL PROTECTED] wrote: On Thu, 31 Mar 2005 11:41:55 -0800 (PST) Jagadeesha T

session management

2005-03-31 Thread Jagadeesha T
of response object, It fails if any where encodeURL is used. If i user encodeURL, every JSP needs to updated with that method. Please if anybody knows tell the way that can be done. Thanks, Jagadeesha T - Do you Yahoo!? Better first dates

Re: Data file owner and group difficulties

2005-03-30 Thread James T. Studebaker
with the owner:group of their own accounts. Can this be done? Thank you James T. Studebaker - Original Message - From: QM [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Wednesday, March 30, 2005 7:15 AM Subject: Re: Data file owner and group difficulties On Tue, Mar 29

using a docBase outside $catalina.home ?

2005-03-29 Thread P T
Hi all, I've checked the archives and google, but come up dry on this. I know that with 5.5 we're no longer supposed to put contexts for individual applications in server.xml, but none of the 'proper' ways have worked. I've got source for an application that we're working on in

RESOLVED - using a docBase outside $catalina.home ?

2005-03-29 Thread P T
putting a foo.xml file into conf\Catalina\localhost eventually worked... not exactly sure why it's working, but thanks for the input all. ~PST - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Data file owner and group difficulties

2005-03-29 Thread James T. Studebaker
not read the data files created. Is the a configuration parameter that will result in data files created with a user of jims and a group of jims. Is there configuration parameters that result in tomcat being able to read data files with the user jims and the group jims. Thank youJames T

Session Handling

2005-03-29 Thread Jagadeesha T
a session for all the browsers. I am using Tomcat version 5.0, Thanks, Jagadeesha T - Do you Yahoo!? Yahoo! Mail - Easier than ever with enhanced search. Learn more.

RE: How to redirect to a different host

2005-03-17 Thread Gilbert, Luke T
There is no way for Tomcat to do this 'out of the box'. But don't despair! Check out: http://www.zlatkovic.com/httpredirectfilter.en.html The author has released it under a very free license. I have been using the filter and can personally recommend it. The site seems to be down right now, so

Configuration of https in tomcat failure

2005-03-16 Thread James T. Studebaker
I have tried over and over again to configure https for tomcat using the instructions found on the apache tomcat web site. I am unable to get https to work. I am running tomcat on a linux core 2 server, version 5.0.28 tomcat and version 1.4.2_05 jdk. I am lost. Help. Thank youJames T

Re: Configuration of https in tomcat failure

2005-03-16 Thread James T. Studebaker
protocolHandlerClassName=org.apache.jk.server.JkCoyoteHandler redirectPort=8443 /Connector Connector port=8443 scheme=https secure=true sslProtocol=TLS keystoreFile=/root/.keystore /Connector How do I view the certificate with keytool? Thank you James T. Studebaker - Original Message - From: Caldarale

how do I correct keytool error

2005-03-13 Thread James T. Studebaker
was incorrect Further I get the same error if I try to generate another certificate. How can I correct this problem? Thank youJames T. Studebaker

Re: How to access web site from other computers

2005-03-09 Thread James T. Studebaker
When you type in http://dummy.dnsalias.net/web/JSP/login.html in the IE do you get a tomcat error or do you get a The page cannot be displayed or do you get some other error? Thank you James T. Studebaker - Original Message - From: U K Laxmi [EMAIL PROTECTED] To: Tomcat Users List

Re: how to make manager available to each virtual host

2005-02-28 Thread James T. Studebaker
Bingo!! That did it. Thanks. Thank you James T. Studebaker - Original Message - From: alis asma alias [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Monday, February 28, 2005 4:12 AM Subject: Re: how to make manager available to each virtual host Try

how to make manager available to each virtual host

2005-02-27 Thread James T. Studebaker
(ThreadPool.java:683) java.lang.Thread.run(Thread.java:534) note The full stack trace of the root cause is available in the Apache Tomcat/5.0.28 logs. Apache Tomcat/5.0.28 Thank youJames T. Studebaker

ClassCastException

2005-02-23 Thread Jagadeesha T
Hi, There is a ClassCastException when we run the JspC class with the proper arguments. I have given the detailed exception at the end of this mail, // In org.apache.jasper.JspC class code private void initServletContext() { try { context = new

JspC exception

2005-02-14 Thread Jagadeesha T
Hi, JspC error while doing PreCompilation, I 'am using ant 1.6.2 and tomcat 5. When I call jspc from ant it is thworing invaid cast exception. In JspRunTimeContext class. It is getting the current thread classloader and casting to URL classloader.. parentClassLoader =

JSPC problems

2005-02-11 Thread Jagadeesha T
Hi all, I 'am trying to do jspPreCompilation, it is thrwing away saying. ClassCastExcception. Class java.util.HashMap loaded from parent loader (parentFirst) Class java.util.Collections loaded from parent loader (parentFirst) Class java.io.ByteArrayOutputStream loaded from parent loader

jspc classcasst exception: error while casting ANTClassloader to URLclassLoader

2005-02-11 Thread Jagadeesha T
Hi all, it is throwing ClassCastexception in JSPRuntimeCOntext class when casting ANTClassLoader class to URLCLassLoader. I don't whether it is a bug. or configuration problems. Regards, Jagga - Do you Yahoo!? Yahoo! Search

Session Objects

2005-02-08 Thread Jagadeesha T
Hi all, I' am storing session objects in a SINGLEON class object to keep all active sessions. Does it give any problems in clustered enviornment since singleton is a static referrence. Regards, Jagga __ Do You Yahoo!? Tired of spam?

RE: Session Objects

2005-02-08 Thread Jagadeesha T
. Is there any reason why you put the sessions in a singleton? Ta Matt -Original Message- From: Jagadeesha T [mailto:[EMAIL PROTECTED] Sent: 08 February 2005 17:25 To: tomcat-user@jakarta.apache.org Subject: Session Objects Hi all, I' am storing session objects in a SINGLEON class object

[OT] Advertising website

2005-01-28 Thread t t
Hi, Does anyone know a easy and cheap (even free) way to advertise a website? Thanks. T.T. - Do you Yahoo!? Yahoo! Search presents - Jib Jab's 'Second Term'

RE: [OT] Advertising website

2005-01-28 Thread t t
cards, catalogs. EVERYTHING. Hit the big three in the search engines/directories. Almost everyone else uses them for their results. Google, Inktomi/Yahoo and MSN. Worry about those three, find out how to work those guys. From: t t Reply-To: Tomcat Users List To: Tomcat Users List Subject: [OT

Re: [OT] Advertising website

2005-01-28 Thread t t
), stamps, business cards, catalogs. EVERYTHING. Hit the big three in the search engines/directories. Almost everyone else uses them for their results. Google, Inktomi/Yahoo and MSN. Worry about those three, find out how to work those guys. From: t t Reply-To: Tomcat Users List To: Tomcat Users

[OT] a website run on Tomcat and powered by Struts

2005-01-19 Thread t t
Hi, all, I just updated www.sportslovers.net using tiles. Take a look. Any comments or suggestions will be appreciated! T.T. - Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses.

Re: Tomcat 5 architectural questions

2005-01-19 Thread T K
I grep'ed through the tomcat 5.5.4 sources and found nio under org.apache.catalina.cluster - what's up with that? Not currently in use? tia --- Tim Funk [EMAIL PROTECTED] wrote: There is no nio in tomcat. -Tim T K wrote: Hi, 1) Is T5.0 nio based? 2) Is T5.5 nio based? 3

Re: [OT] a website run on Tomcat and powered by Struts

2005-01-19 Thread t t
Thanks. I will think about it. T. T. Larry Meadors [EMAIL PROTECTED] wrote: Gah! Get rid of that book.gif, that looks like something from a late 80's BBS. ;-) Grab one from here instead: http://art.gnome.org/art-icons/ Larry On Wed, 19 Jan 2005 06:59:07 -0800 (PST), t t wrote: Hi, all, I

RE: [OT] a website run on Tomcat and powered by Struts

2005-01-19 Thread t t
Thanks so much. That happened when I change to use Tiles. T.T. Mike Jackson [EMAIL PROTECTED] wrote: You have an extra at the top of the page for some reason. --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: t t [mailto:[EMAIL PROTECTED] Sent: Wednesday

Re: tomcat4 + postgresql jdbc

2005-01-18 Thread Bjørn T Johansen
-- --- Bjørn T Johansen (BSc,MNIF) Executive Manager [EMAIL PROTECTED] Havleik Consulting Phone : +47 21 69 15 20 Bjørnebærstien 57 Fax : +47 41 13 09 15 N-1348 Rykkinn Cellular : +47 926 93 298 http://www.havleik.no

Tomcat 5 architectural questions

2005-01-13 Thread T K
Hi, 1) Is T5.0 nio based? 2) Is T5.5 nio based? 3) For the version that's nio based, how many threads are typically in use? 4) Are there any articles on performance diffs between the two versions? 5) Why would one want to use one over the other? 6) Why would one want to use any of them over 4.1

[OT] Powered by Struts

2005-01-10 Thread t t
Happy new year! If you are a sports lover, or Tomcat lover, or Struts lover, please take a look at this website: www.sportslovers.net . It's based on Struts, and running on Tomcat. Sorry if this email bothers you. - Do you Yahoo!? The all-new My

T5.x/JDK 1.4 comat: Confusion about versions of JMX in there

2004-12-31 Thread T K
1) The T5.0 changelog claims: Replace MX4J 1.1.1 with the Sun JMX 1.2 RI (remm) 2) The JDK 1.4.2 compat zip contains a jmx.jar; that apparently contains mx4j - what version? 3) So is it mx4j or SUN JMX 1.2 RI or both? Why this mess? /sk __ Do

Re: 4.1.31: NullPointerException

2004-12-16 Thread T K
This is the entire stack trace --- Ben Souther [EMAIL PROTECTED] wrote: Post the whole stackTrace On Wed, 2004-12-15 at 15:10, T K wrote: Any ideas about the following? 2004-12-06 11:29:26 CoyoteAdapter An exception or error occurred in the container during the request processing

Re: 4.1.31: NullPointerException

2004-12-16 Thread T K
this was in the logs --- Ben Souther [EMAIL PROTECTED] wrote: Where did you get this, the logs, or off the web screen? On Thu, 2004-12-16 at 09:06, T K wrote: This is the entire stack trace --- Ben Souther [EMAIL PROTECTED] wrote: Post the whole stackTrace On Wed

4.1.31: NullPointerException

2004-12-15 Thread T K
Any ideas about the following? 2004-12-06 11:29:26 CoyoteAdapter An exception or error occurred in the container during the request processing java.lang.NullPointerException at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:117) at

StandardManager always persists session data. Bug?

2004-12-14 Thread T K
Hi all, we have observed that, at least 4.1.31, always persists session data upon shutdown; we even tried an explicit Manager: Manager className=org.apache.catalina.session.StandardManager checkInterval=7200 distributable=false saveOnRestart=false / to no effect. Any thoughts? tia /st

Moving from 4.1.27 to 5.0.28?

2004-12-01 Thread Bjørn T Johansen
-- --- Bjørn T Johansen [EMAIL PROTECTED] --- Someone wrote: I understand that if you play a Windows CD backwards you hear strange Satanic messages To which someone replied: It's even worse

Re: Moving from 4.1.27 to 5.0.28?

2004-12-01 Thread Bjørn T Johansen
that might catch you up, but otherwise nothing major. -Original Message- From: Bjørn T Johansen [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 01, 2004 7:08 AM To: Tomcat Users List Subject: Moving from 4.1.27 to 5.0.28? I am thinging of upgrading our prod Tomcat server from 4.1.27

Re: Tomcat

2004-11-25 Thread Bjørn T Johansen
and I don´t want to show in the url :8080 I was looking for something like using a virtual server so depending of the url the use they will use static html pages from apache2 or servlets from Tomcat. On Friday 26 November 2004 07:02, [EMAIL PROTECTED] wrote: Hi there, I would like to access my pages

Re: Tomcat

2004-11-25 Thread Bjørn T Johansen
/jk2/index.html BTJ Allen Beacon wrote: Sorry Quinton I should reply to the list, as I told you that could do it.however, I was looking for something like using a virtual server so my users can use htlm pages from Apache2 and servlets from Tomcat and I don´t want to show in the url :8080 I

purported javac memory leak?

2004-11-01 Thread T K
Hi all, as most of you know the tomcat 4.1.x jasper HOW-TO claims there is a javac memory leak; is there a SUN bug report I can look up? A small test case calling com.sun.tools.Main.compile() repeatedly does not exhibit the problem with JDK 1.4.2. Tomcat 5.x uses the JDT Java compiler - what was

IndexOutOfBound Exception?

2004-10-14 Thread Bjørn T Johansen
..? Are there some setting I am missing for the Tomcat server? Something else I am missing? Anyone have any ideas? Regards, BTJ -- --- Bjørn T Johansen [EMAIL PROTECTED

Re: IndexOutOfBound Exception?

2004-10-14 Thread Bjørn T Johansen
class which create error. So if you could help me I will appriciate. Thank you Regards Doud On Thu, 14 Oct 2004 08:37:35 +0200, Bjørn T Johansen [EMAIL PROTECTED] wrote: I'm not sure it this is the right place but I'm trying I have a problem. I am trying to use Crystal Report to show reports in my

Re: Tomcat vs BEA Weblogic?

2004-09-20 Thread Bjørn T Johansen
is always a consideration. Yoav Shapira Millennium Research Informatics -Original Message- From: Bjørn T Johansen [mailto:[EMAIL PROTECTED] Sent: Sunday, September 19, 2004 7:32 PM To: Tomcat Users List Subject: Tomcat vs BEA Weblogic? I am taking over a project that's running on Weblogic 8.1

Tomcat vs BEA Weblogic?

2004-09-19 Thread Bjørn T Johansen
? When the time comes to use EJB, is JBoss as good as/better than WL? So basically, I would like some advice on why I should/shouldn't continue with Weblogic? :) Regards, BTJ -- --- Bjørn T Johansen

WEB-INF/lib directory?

2004-09-16 Thread Bjørn T Johansen
In Weblogic I can have subfolders in the lib directory, isn't this possible in Tomcat? It seems like I need to have all my jar files directly under the lib folder... Regards BTJ -- --- Bjørn T Johansen

CGIServlet and CGI.pm upload feature

2004-07-09 Thread Brian T. Dittmer
Hey guys...I'm having some serious trouble using the file upload feature in CGI.pm in conjunction with Tomcat 5.0.24. When I try and upload the file to my script for parsing the script hangs and prints nothing to the browser (in other words it's the script is erring out). Here's where the plot

Anyone have the complied mod_jk for AIX 4.3.3???

2004-06-22 Thread Robert T Donnelly
Hello, we are running Apache 1.3.19.3 and Tomcat 3.2.4 on AIX 4.3.3. We are have trouble compiling the mod_jk and were wondering if anyone already has this compiled and can send the file?? Thanks! -Bob - To unsubscribe,

Anyone have the complied mod_jk for AIX 4.3.3???

2004-06-18 Thread Robert T Donnelly
Hello, we are running Apache 1.3.19.3 and Tomcat 3.2.4 on AIX 4.3.3. We are have trouble compiling the mod_jk and were wondering if anyone already has this compiled and can send the file?? Thanks! -Bob - To unsubscribe,

Anyone have the complied mod_jk for AIX 4.3.3???

2004-06-16 Thread Robert T Donnelly
Hello, we are running Apache 1.3.19.3 and Tomcat 3.2.4 on AIX 4.3.3. We are have trouble compiling the mod_jk and were wondering if anyone already has this compiled and can send the file?? Thanks! -Bob - To unsubscribe,

Directory Structure Problems

2004-06-10 Thread Val T.
Hi, I've encountered a difficulty in a web site implementation, which uses Tomcat 4.1.18 on RH Linux 8.0, MySQL 3.23.54, J2SDK 1.4.1_01, and connection pooling with Form based authentication. Everything was working fine, until some tweaks were done to the proxy server. The directory strucuture

RE: Problem with error-page

2004-05-21 Thread Frank T. Murphy
Could be the size of the generated page. Check the thread I started about the different problem with the error-page. In order for IE not to hijack it it s/b bigger than 500k. see this url http://www.404-error-page.com/404-error-page-too-short-problem-microsoft-ie.shtml

Different Problem with error-page

2004-05-20 Thread Frank T. Murphy
I have a different problem with the error-page. Our goal is to have any 404's redirected to a particular web page called act_check.html the web.xml piece looks as follows error-page error-code404/error-code location/act_check.html/location /error-page It works on netscape 7.0 but I

Load-Balancing

2004-05-06 Thread Adam T. Gautier
I have a three server configuration with 1 Apache (httpd) and 2 Tomcat (10 instances a piece) servers. The configuration is working but it is a little complicated. I choose this configuration for performance. I loaded the tomcat servers with lots of RAM and let the multiple instance run as

RE: Service Temporarily Unavailable

2004-05-03 Thread Trieu, Jason T - CNF
Ken, That is an indication that Apache thinks Tomcat is down. So either your Tomcat is not up or problems with Tomcat-Apache connection. Jason -Original Message- From: Ken Ramirez [mailto:[EMAIL PROTECTED] Sent: Monday, May 03, 2004 12:32 PM To: [EMAIL PROTECTED] Subject: Service

RE: emergency - need to get into admin app

2004-04-19 Thread Trieu, Jason T - CNF
The -Xmx parameter is part of JAVA_OPTS and not CATALINA_OPTS and you set JAVA_OPTS in catalina.bat to increase max size (-Xmx) of your heap memory. Jason -Original Message- From: Stephen Charles Huey [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 2:06 PM To: Tomcat Users List

RE: Tomcat performance issue?

2004-04-12 Thread Trieu, Jason T - CNF
It could be a bug in your servlet that hangs your connection or you might actually have a big enough load to max out your number of concurrent Tomcat threads (maxProcessors). If it is load, you should look into increasing your maxProcessors. Make sure though that you have enough JVM heap memory

Invaild tar?

2004-02-11 Thread Matt T. Duval
I get the following while untaring: 2959360 bytes jakarta-tomcat-connectors-jk-1.2-src-current.tar x jakarta-tomcat-5.0.18-src/jakarta-tomcat-jasper/jasper2/src/share/org/ap ache/jasper/tagplugins/jstl tar: 0511-169 A directory checksum error on media; 804398144 not equal to 39532. Thank you,

RE: Invaild tar?

2004-02-11 Thread Matt T. Duval
, One Transaction At A Time -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 10:42 AM To: Tomcat Users List Subject: Re: Invaild tar? make sure your using gnu tar -Tim Matt T. Duval wrote: I get the following while untaring: 2959360

weird tomcat questions

2004-01-08 Thread T K
Can someone please decipher the following questions? * How does scoping work in Tomcat? * Why would you bother using a singleton when you're working with Tomcat? Why would scoping be different in tomcat than any other servlet-complying container? What does a singleton have to do with a web

Re: Issue with EL disabled

2003-12-13 Thread Manolo Ramirez T.
Hi, Make sure that your web.xml is according to the Servlet 2.4 Specification. Tomcat disables EL evaluation for old apps. Regards, Manolo Ramirez T. Olivier Moratin wrote: Hello, I am getting crazy on what could be a simple thing. While the Tomcat webapp examples

question on manager application

2003-12-10 Thread T C K
the archive? tia -t - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

loss of session from http to https

2003-11-01 Thread Peter T. Abplanalp
hi all, i have a tomcat 4.1.27 instance fronted by an instance of apache 2.0.40, using jk2. it is a commerce site and at the point of credit card information collection goes from http to https. the first time a user goes from http to https, the session information is lost (i.e. the order

Re: mod_jk 1.2 binary for Linux?

2003-10-25 Thread Manolo Ramirez T.
$ ./configure --with-apxs=/usr/sbin/apxs $ make The binary file will be in XXX/jk/native/apache-2.0/mod_jk.so I hope this helps. Regards, _ Manolo Ramirez T. Stu Statman wrote: I am unsure if I'm asking this question in the right forum, and while I did a quick look through

RE: Tomcat ver 4.1.27

2003-10-24 Thread Bergan, Mark T - PGPL-5
Not sure where you're at in the process but have you gone into: Start | Settings | Control Panel | Administrative Tools | Services and verified that Apache Tomcat 4.1 has: Status = Started Startup Type = Automatic ? -Original Message- From: Hardee, Brenda G

RE: IIS and Tomcat

2003-10-23 Thread Bergan, Mark T - PGPL-5
If you need to have IIS serve static pages as well, you must also create an IIS virtual directory (somewhere in the ~tomcat/webapps/myresort folder) which is apparently mentioned nowhere. -Original Message- From: Dionne, Patrice [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23,

RE: web.xml editor

2003-10-23 Thread Bergan, Mark T - PGPL-5
NetBeans IDE 3.5.1 (It's free got ever'thin) Jext editor @ www.jext.org (a good free java xml/html editor) -Original Message- From: Luiz Ricardo [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 5:30 AM To: Tomcat-Users List Subject: web.xml editor Hi everyone, I

Re: ResulSet Question

2003-10-21 Thread Manolo Ramirez T.
Hi, I think that rsSN is associated with statement, so we you do 'statement.executeQuery()' that invalidates the current ResultSet. Try using other statement object for the internal querys. Regards, ___ Manolo. [EMAIL PROTECTED] wrote: All, I have the following code rsSN =

It's the Virtual Directory Stupid! was: IIS not serving static files from Tomcat -IIS; Tomcat 4.1.27; IIS 5; Win2k sp4; JK2; isapi_redi rector2

2003-10-21 Thread Bergan, Mark T - PGPL-5
Right, well, so I wrote this huge detailed message to send to y'all complete with actual annotated config-files with a plea to help me figure out why IIS wouldn't serve up the static files under the /webapps folder. I was carefully verifying each detail before I clicked send...and got to

How much memory does Tomcat really use?

2003-09-25 Thread Frank T. Murphy
Does anyone have a handle on how much memory is used by java in running tomcat? I set the ms and mx values but it always seems that the process overall takes up much more memory. I asume it's overhead with the JVM talking to the operating system. I'm trying to get a handle on how to size various

startup errors

2003-09-19 Thread Doyle Bradford T NPRI
Yan, I had the same problem. I reinstalled Tomcat 4.1.27 from the zip file, and now it seems to startup OK. Brad - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Exception in Tomcat?

2003-09-12 Thread Bjørn T Johansen
Is this something I should worry about or? My app is working even if I get these... Regards, BTJ -- --- Bjørn T Johansen (BSc,MNIF) Executive Manager [EMAIL PROTECTED] Havleik Consulting Phone : +47

Re: AW: Exception in Tomcat?

2003-09-12 Thread Bjørn T Johansen
not die at every occurrence. Surround the socket write statement with the catch construct. -Ursprüngliche Nachricht- Von: Bjørn T Johansen [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 12. September 2003 13:16 An: [EMAIL PROTECTED] Betreff: Exception in Tomcat? I have a Struts app

Re: AW: Exception in Tomcat?

2003-09-12 Thread Bjørn T Johansen
Oki, thanks... Does anyone know which settings to change? BTJ On Fri, 2003-09-12 at 16:09, Rob Augustinus wrote: there are some timeout settings you can set..(I think) either in apache or else.. not sure where.. Holger Klawitter wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1

Re: Cannot load JDBC driver class 'null' - Tomcat standalone 4.1. 27 w hen trying instantiate datasource object.

2003-09-11 Thread Manolo Ramirez T.
Are you declaring the JNDI resource in DefaultContext or with ResourceLink? if yes, try with a normal Context and Resource. Regards, _ Manolo Ramirez T. Wynkoop, Robert M wrote: Yeah I had already tried that. When It was not there I got this message on Tomcat startup

Re: Cannot load JDBC driver class 'null' - Tomcat standalone 4.1. 27 w hen trying instantiate datasource object.

2003-09-11 Thread Manolo Ramirez T.
Yep, that's what I'm talking about, check the archives, some people had problems with ResourceLink's and DefaultContext. Defining your context in a myApp.xml is the best option to avoid it, you must to follow Phillip Qin advise. Happy Coding! Regards, __ Manolo Ramirez T

Re: URGENT!!! Tomcat 4 download

2003-09-11 Thread Manolo Ramirez T.
Try this: http://www.jpackage.org [EMAIL PROTECTED] wrote: Hi All I am trying to download tomcat 4.1.24 rpm thro apt-get. I am using apt-get install tomcat4 command. It gives me a bunch of dependecies which it needs to install tomcat4. But if i download a tar ball everything does just fine. I

Re: problems with the starting of rpm version of tomcat4-4.1.24-full.2jpp.noarch.rpmon Red Hat Advanced Server 2.1

2003-08-29 Thread Manolo Ramirez T.
Hi, You must to install tomcat4-webapps-4.1.24-full.2jpp or configure the ROOT context by yourself. Regards, _ Manolo Ramirez T. wrote: Hi, I want to run Tomcat4 on my newly installed redhat Advanced Server2.1. The jakartar-tomcat4.1.24.tar version do work when I visit

Re: Can not load JNDI DataSource in Servlet.init()

2003-08-27 Thread Manolo Ramirez T.
. Regards, _ Manolo Ramirez T. Madere, Colin wrote: Ok, you are using a resource-ref. But I'm not sure why since you have the resource defined in the DefaultContext. Try removing the resource-ref from your web.xml and see if you get a different error. (BTW: Better not to use attachments

Re: Can not load JNDI DataSource in Servlet.init()

2003-08-25 Thread Manolo Ramirez T.
It's in DefaultContext, I checked the related messages, it seems like the same problem. Thanks for the answer. _ Manolo Ramirez T. Madere, Colin wrote: How is your JNDI resource configured? In an explicitly defined Context or in the DefaultContext? ResourceLinked? I ask

Re: Can not load JNDI DataSource in Servlet.init()

2003-08-25 Thread Manolo Ramirez T.
No, I'm not using a ResourceLink. _ Manolo Ramirez T. Madere, Colin wrote: So you are using a resource link in the DefaultContext either in server.xml or your web.xml? -Original Message- From: Manolo Ramirez T. [mailto:[EMAIL PROTECTED] Sent: Monday, August 25, 2003 1:27

Re: Can not load JNDI DataSource in Servlet.init()

2003-08-25 Thread Manolo Ramirez T.
/DefaultContext Thanks for the help Colin. _ Manolo Ramirez T. Madere, Colin wrote: Well then it may be something else. I'm essentially doing what you are with a JNDI datasource defined in the DefaultContext with nothing in the web.xml (except to pass along the JNDI name so it's

  1   2   3   >