APR / SSL in 5.5.20

2006-11-27 Thread Daniel Blumenthal
e documentation says that you should have something like this: I can export the .crt file from the .kdb file, but how do I get the "key" file? Best, Daniel - To start a new topic, e-mail: users@tomcat.apache.org To un

RE: APR / SSL in 5.5.20

2006-11-27 Thread Daniel Blumenthal
:07 PM > To: Tomcat Users List > Subject: Re: APR / SSL in 5.5.20 > > On 11/28/06, Daniel Blumenthal <[EMAIL PROTECTED]> wrote: > > SSLCertificateFile="${catalina.base}/conf/localhost.crt" > > > SSLCertificateKeyFile="${catalina.base}

tomcat removes application-context.xml when docBase gets invalid

2006-12-01 Thread Daniel Schaedler
moval of the symlink and immediately deletes my application-context.xml :-( How can I stop tomcat from removing my application-context.xml? I already set the autoDeploy in my server.xml to false; with no help. Before, in tomcat 5.0, this was working - with the same setup. best regards D

How to update Certificate Revocation List (CRL) without taking down Tomcat Server

2006-12-15 Thread Daniel Yeung
Or is this option supported in Tomcat 5.x or 6.0? Thanks. DY - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

setting headers on non-jsp files

2006-12-25 Thread Daniel Blumenthal
yet do so, but there are a lot of them...) Daniel

Tomcat 4.0 compatibility with jdk1.6

2007-02-08 Thread Daniel Gresh
Hi, I've searched through the Tomcat site a bunch and the Java site (and Google), but I can't find anything that tells me Tomcat 4.0 will work with j2se6. I know Tomcat 4 won't work with the JSP 2 specs, but I'm unsure of the j2se specs. If anyone could give me a simple answer ("yes Tomcat 4.

Re: Tomcat 4.0 compatibility with jdk1.6 -- SOLVED

2007-02-08 Thread Daniel Gresh
Daniel Gresh wrote: Hi, I've searched through the Tomcat site a bunch and the Java site (and Google), but I can't find anything that tells me Tomcat 4.0 will work with j2se6. I know Tomcat 4 won't work with the JSP 2 specs, but I'm unsure of the j2se specs. If anyone co

Tomcat 4.0 on UNIX: no /bin directory in $CATALINA_HOME, and JSP compilation errors

2007-02-12 Thread Daniel Gresh
Hi list, I'm running Tomcat 4.0.5 on UNIX and I am experiencing compilation errors when trying to compile a simple index.jsp file, which is only twenty lines or so, as I'm trying to learn JSP and starting small. First however, I'd like to get this question out of the way: I've searched the w

Re: Tomcat 4.0 on UNIX: no /bin directory in $CATALINA_HOME, and JSP compilation errors

2007-02-12 Thread Daniel Gresh
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel, Daniel Gresh wrote: I've searched the web for information on Tomcat's directory structure. According to one page I found, Tomcat should have a /bin directory, which contains binary executable

Tomcat 5.5.9 on Sun Solaris: JSP compilation error

2007-02-15 Thread Daniel Gresh
Hi list, Recently I upgraded Tomcat from 4.0.5 to 5.5.9, due to some unusual problems I was experiencing with Tomcat 4.0.5. I was getting some Java compilation errors when I used JDK1.5 features, and neither I nor the two who replied to my message could figure out why. Upgrading was suggested

Re: Tomcat 5.5.9 on Sun Solaris: JSP compilation error

2007-02-15 Thread Daniel Gresh
APliszka-Public wrote: Try using code that is not 1.5 specific [like for(String x: s)] if it is going to work then your pages are compiled as Java 1.4 source code, you will have change tomcat config to so jsp compiler is compailing Java 1.5 source. Andrew Pliszka Daniel Gresh wrote: Hi

Re: Tomcat 5.5.9 on Sun Solaris: JSP compilation error

2007-02-15 Thread Daniel Gresh
APliszka-Public wrote: Google for "compilerSourceVM", and you should find examples of enabling 1.5. Andrew Pliszka - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

Re: Tomcat 5.5.9 on Sun Solaris: JSP compilation error

2007-02-15 Thread Daniel Gresh
Daniel Gresh wrote: APliszka-Public wrote: Google for "compilerSourceVM", and you should find examples of enabling 1.5. Andrew Pliszka - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-ma

Question on common-beanutils.jar

2007-02-16 Thread Stephens, Daniel
Does anyone know the main differences between commons-beanutils-1.7.0.jar and Tomcat's original common-beanutils.jar. We have to do a project in struts and want to use version 1.3.5. But we are wondering if I can just deploy commons-beanutils-1.7.0.jar to the common/lib, and it not affect the other

tomcat security and window open js

2008-07-29 Thread daniel steel
all,   we are having issues with IE(?) - javascript - window.open function and tomcat. When we deploy tomcat with basic authentication security enabled and  in our jsp when ever we call window.open(url,.), it asks for username / password (authetication) again. how do we over come this?

Re: tomcat security and window open js

2008-08-06 Thread daniel steel
. chris, your reply to earlier email was blank and so i am not sure if you had answered the above question. --- On Tue, 7/29/08, daniel steel <[EMAIL PROTECTED]> wrote: From: daniel steel <[EMAIL PROTECTED]> Subject: tomcat security and window open js To: users@tomcat.apache.org Date: T

gzip failing for some files

2008-08-15 Thread Daniel Blumenthal
I've set my Tomcat server up to gzip files of appropriate types, but for some reason it doesn't seem to be working on two files (according to YSlow). These files don't seem to be special, both are minified. One is fairly large (~328k), the other is medium-sized (72k). Here are the additional lin

reloadable problem with filters

2008-08-15 Thread Daniel Blumenthal
I'm having an odd problem. When filters are enabled in my application (e.g., to add an "Expires" header to certain files), I have to restart the tomcat server every time I recompile. When the filters are disabled, I don't have to restart the server (i.e., "reloadable" works). tomcat/conf/web.xm

RE: reloadable problem with filters

2008-08-15 Thread Daniel Blumenthal
Sorry, I forgot to mention. This is for Tomcat 5.5.23. _ From: Daniel Blumenthal [mailto:[EMAIL PROTECTED] Sent: Friday, August 15, 2008 1:40 PM To: 'Tomcat Users List' Subject: reloadable problem with filters I'm having an odd problem. When filters are enabled in

RE: reloadable problem with filters

2008-08-15 Thread Daniel Blumenthal
oing to see what happens if I rename the filter to "ZZFilter" (to try to change the build order). Daniel Aug 15, 2008 4:23:30 PM org.apache.catalina.loader.WabappClassLoader modified SEVERE: Resource '/WEB-INF/classes/app/ExpiresFilter.class' is missing Aug 15, 2008 4:23:30 PM org.ap

RE: reloadable problem with filters

2008-08-15 Thread Daniel Blumenthal
Unfortunately, neither renaming the file to ZZExpiresFilter.java nor removing the line from the config file appears to be having an effect. > -Original Message- > From: Daniel Blumenthal [mailto:[EMAIL PROTECTED] > Sent: Friday, August 15, 2008 4:34 PM > To: '

RE: reloadable problem with filters

2008-08-15 Thread Daniel Blumenthal
Tomcat Users List > Subject: RE: reloadable problem with filters > > > From: Daniel Blumenthal [mailto:[EMAIL PROTECTED] > > Subject: RE: reloadable problem with filters > > > > I'm actually getting an error in catalina.out *during > > compilation* (see log

Re: Tomcat 5.5.9 on Sun Solaris: JSP compilation error

2007-02-16 Thread Daniel Gresh
Daniel Gresh wrote: Daniel Gresh wrote: APliszka-Public wrote: Google for "compilerSourceVM", and you should find examples of enabling 1.5. Andrew Pliszka - To start a new topic, e-mail: users@tomcat.apa

RE: Question on common-beanutils.jar

2007-02-19 Thread Stephens, Daniel
Excellent, Thanks Chris, I'll check it out. -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Friday, February 16, 2007 6:12 PM To: Tomcat Users List Subject: Re: Question on common-beanutils.jar -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 D

RE: DBCP Logging

2007-02-19 Thread Stephens, Daniel
We wrote a simple method to return some stats. It's kinda crude, and may not be a 100% accurate, but here is what we did. Hope it helps. We used this documentation here http://jakarta.apache.org/commons/dbcp/apidocs/org/apache/commons/dbcp/Basic DataSource.html public static void printDataSource

Installing Tomcat 6.0.9 on Sun Solaris

2007-02-19 Thread Daniel Gresh
Hi all, I was having some more problems with some older Tomcat installations, so I decided to upgrade to the newest release and download it fresh this time instead of using an existing build from awhile back. I've been trying to set up Tomcat 6.0.9, but I'm afraid I'm having some problems. I

Re: Installing Tomcat 6.0.9 on Sun Solaris

2007-02-19 Thread Daniel Gresh
ly; I cannot connect to it from a browser, and I get the error I posted when I try to use shutdown.sh. There's obviously something I missed. Do I need to edit some files or something? Thanks a lot, Dan On Mon, 2007-02-19 at 17:11, Hassan Schroeder wrote: > On 2/19/07, Daniel Gresh <

Re: Installing Tomcat 6.0.9 on Sun Solaris

2007-02-20 Thread Daniel Gresh
Caldarale, Charles R wrote: From: Daniel Gresh [mailto:[EMAIL PROTECTED] Subject: Re: Installing Tomcat 6.0.9 on Sun Solaris When I try to setup a $CATALINA_BASE by moving the aforementioned directories to $HOME/dtomcat, I get the error I posted in my original message. The real

RE: Installing Tomcat 6.0.9 on Sun Solaris

2007-02-20 Thread Daniel Gresh
x27;m running Solaris 10, yes. Thanks for the reply, Dan On Tue, 2007-02-20 at 13:56, Nelson, Tracy M. wrote: > | From: Daniel Gresh [mailto:[EMAIL PROTECTED] > | Sent: Monday, 19 February, 2007 15:43 > | > | I cannot run "tar xvfz jsvc.tar.gz", as the > | -z argumen

RE: Installing Tomcat 6.0.9 on Sun Solaris

2007-02-20 Thread Daniel Gresh
Oh I see, thanks a lot. On Tue, 2007-02-20 at 14:44, Caldarale, Charles R wrote: > > From: Daniel Gresh [mailto:[EMAIL PROTECTED] > > Subject: RE: Installing Tomcat 6.0.9 on Sun Solaris > > > > The reason I was confused though is because the instructions > > on

RE: connection pool - DBCP error

2007-02-26 Thread Stephens, Daniel
I had to add the following before I saw that behavior. You'll have to check the API, to make sure the minEvictableIdleTimeMillis and timeBetweenEvictionRunsMillis are set correctly for your pool. But once I added these, I would see abandoned connections get dropped. I put these settings in, becau

The requested resource (/manager/) is not available.

2007-02-27 Thread Daniel Gresh
Hi list, I'm trying to use the manager webapp for the custom Ant tasks on Tomcat 6.0.9 with Sun Solaris 10. I've gone into the tomcat-users.xml file and created a username/password admin/admin that has the manager role. However, when I try to connect to the manager webapp by pointing my brows

Re: The requested resource (/manager/) is not available.

2007-02-27 Thread Daniel Gresh
Caldarale, Charles R wrote: From: Daniel Gresh [mailto:[EMAIL PROTECTED] Subject: The requested resource (/manager/) is not available. However, when I try to connect to the manager webapp by pointing my browser to http://localhost:port/manager, I get the error: _The requested resource

Re: connection pool - DBCP error

2007-02-27 Thread Daniel Stephens
Thats purely informational. On 2/27/07, Tim Lucia <[EMAIL PROTECTED]> wrote: > -Original Message- > From: Propes, Barry L [GCG-NAOT] [mailto:[EMAIL PROTECTED] > Sent: Monday, February 26, 2007 4:48 PM > To: Tomcat Users List > Subject: connection pool - DBCP error > > AbandonedObjectPoo

Ant custom tasks: how to compile .java files and restart Tomcat (Tomcat 6.0.9)?

2007-02-27 Thread Daniel Gresh
Hi all, I've been reading through the documentation on using custom Ant tasks with Tomcat, but I am sorry to say that I am confused. This will most likely turn out to be a very basic question, but I'm not sure where to go with it. I have a src directory for my .java files that I wish to comp

Re: Ant custom tasks: how to compile .java files and restart Tomcat (Tomcat6.0.9)?

2007-02-28 Thread Daniel Gresh
Caldarale, Charles R wrote: From: Daniel Gresh [mailto:[EMAIL PROTECTED] Subject: Ant custom tasks: how to compile .java files and restart Tomcat (Tomcat6.0.9)? I have a src directory for my .java files that I wish to compile to .class files and simply store them on $CATALINA_HOME/webapps

Re: Ant custom tasks: how to compile .java files and restart Tomcat(Tomcat6.0.9)?

2007-03-01 Thread Daniel Gresh
Caldarale, Charles R wrote: From: Daniel Gresh [mailto:[EMAIL PROTECTED] Subject: Re: Ant custom tasks: how to compile .java files and restart Tomcat(Tomcat6.0.9)? Is webapps/[appname], where [appname]=ROOT a web application? If so, I can just use reload when I deploy new .class files

Re: Ant custom tasks: how to compile .java files and restart Tomcat (Tomcat6.0.9)? [RESOLVED]

2007-03-01 Thread Daniel Gresh
Daniel Gresh wrote: Alright, here is where I am now. I edited my build.xml file to include a reload command to reload my $CATALINA_HOME/webapps/ROOT path. I go to the directory where my .java files are and type "ant reload". Everything in the build.xml file works fine until it reac

Re: log4j, fileappender, owner, group, and umask

2007-03-02 Thread Daniel Stephens
I would think if your using Tomcat as the Servlet container, The file itself would be owned by the account running Tomcat. Is this not the case? On 3/2/07, stevethames <[EMAIL PROTECTED]> wrote: I am using tomcat as a servlet server used by a mod_perl application running under apache. I have

Re: Tomcat Persistent Session Issues

2007-03-02 Thread Daniel Stephens
Where is this class com.formos.toolkit.data.IPersis located? Is it in the WEB-INF/classes directory? or in a JAR? I guess I would want to first make sure the webapp classloaded loaded it up first. On 3/1/07, ddigmann <[EMAIL PROTECTED]> wrote: A note before I start: I have found quite a few

Re: [OT] log4j, fileappender, owner, group, and umask

2007-03-02 Thread Daniel Stephens
ile for file creation. I have a reason for keeping the user IDs (apache, tomcat, root) as they are. So, what I've done is made them all part of the same group. Its the group and group permissions I need to set on the log file using FileAppender. Any thoughts? Daniel Stephens wrote: > &g

Re: SQLNestedException

2007-03-05 Thread Daniel Stephens
1st. verifiy that the driver you need is in the Tomcat common lib. 2nd. verify your config in your server.xml and make sure your character "case" is correct. 3rd, double check your web.xml or context.xml to make sure your referencing your DataSource correctly, and finally post this and your class(

Re: [OT] log4j, fileappender, owner, group, and umask

2007-03-06 Thread Daniel Stephens
ted by FileAppender when it actually creates the log file. For the moment, I have solved the problem by using a separate log file for tomcat. Daniel Stephens wrote: > > If they are all the same group, then I would suggest just setting the > umask > to 022 or 027.. But let me say I'

Tomcat https

2007-03-13 Thread daniel martin
Hi, I'm trying to get my tomcat instance to connect over https to an external server. I have written a test servlet to do this String httpsURL = "*https*://*example*.microsoft.com"; URL myurl = new URL(httpsURL); HttpsURLConnection con = (HttpsURLConnection)myurl.openConnection(); InputS

Re: Example of a build.xml File for Tomcat ?

2007-03-14 Thread Daniel Gresh
James Javaman wrote: Hello, I am trying to setup a build.xml file for a servlet. I am using the following 2 URL's as references: http://tomcat.apache.org/tomcat-5.0-doc/manager-howto.html#Executing%20Manager%20Commands%20With%20Ant http://www.onjava.com/onjava/2003/01/08/examples/build.xml

Re: Example of a build.xml File for Tomcat ?

2007-03-14 Thread Daniel Gresh
james.javaman wrote: Hi Dan, Thanks for your response. Let me just make sure I heard you right: So I have a javac target in my build.xml file. It simply compiles code in ${source} and puts it in {$build}. You are suggesting that I point {$build} to the Tomcat directory? For example, since I

Re: Example of a build.xml File for Tomcat ?

2007-03-14 Thread Daniel Gresh
james.javaman wrote: Hi Dan, Sorry if I’m being dense here, but how does the newly compiled code get into $CATALINA_HOME/webapps/myWebApp? I don’t see the part in your build.xml where the new changes (newly compiled changes) make it to the Tomcat directory. According to your response, ${bui

Re: connection pool

2007-04-02 Thread Daniel Stephens
sorry if someone has already mentioned this, but you will probably have to add the testOnborrow Parameter. So that also means you have to use the ValidationQuery, etc... but it(the pool) should try to restablish a connection at that point. testOnBorrow will cause some more overhead, but it might

Re: Tomcat Datbase Connection Pooling

2007-04-13 Thread Daniel Stephens
it also contributes to the other parameters like removeAbandoned, etc.. If I remember right when the validation Query runs the evictor thread gets called and then abandoned connections are relieved.They all kinda work together. On 4/13/07, Venky Vasant <[EMAIL PROTECTED]> wrote: Thanks i had ch

Tomcat 6.0.9 connection stopped working and will not resume

2007-04-16 Thread Daniel Gresh
Hi, I was editing a JSP page. I saved the file, and refreshed the web page at http://localhost:port/myapp/page.jsp. Apparently, this caused Tomcat to shut down for some reason. I had this problem before, but I don't remember how I solved it. Anyway when I had the problem previously I was able

Re: Tomcat 6.0.9 connection stopped working and will not resume

2007-04-17 Thread Daniel Gresh
Rashmi Rubdi wrote: On 4/16/07, Daniel Gresh <[EMAIL PROTECTED]> wrote: Hi, I was editing a JSP page. I saved the file, and refreshed the web page at http://localhost:port/myapp/page.jsp. Apparently, this caused Tomcat to shut down for some reason. I had this problem before, but I

comet events and connections

2007-04-25 Thread Daniel Doubleday
that the api should rather reflect a request model, where the end event is triggered when the response is closed. Now it seems that it more reflects the connection model. I am sure that one can live with it as it is though. Or maybe I'm just wrong? Cheers, Daniel -- View this

Re: comet events and connections

2007-04-25 Thread Daniel Doubleday
nd to the connection life cycle. You get an END (or ERROR etc) when the connection gets closed. But when you are writing something that still looks like a servlet you would expect that the event life cycle is bound to the request / response model. As soon as the response is closed you would expect a

Re: comet events and connections

2007-04-26 Thread Daniel Doubleday
ls event.close() (no exception) Wait a bit 9. Keep alive timeout -> END I know that you can just wrap the event object into some facade and keep track of its state to prevent all this. It just whished it would behave it bit different. And whishes are free right? Filip Hanik - Dev Lists wro

SingleSignOn Valve Not Challenging

2007-05-09 Thread Daniel Curran
I am attempting to get the SingleSignOn valve to challenge requests to my web application. I have a basic LDAP setup and would like the validation to be routed to the LDAP. The engine portion of server.xml is as follows: debug="99" connectionName="

Re: SingleSignOn Valve Not Challenging

2007-05-10 Thread Daniel Curran
challenged. I think this would be an issue with tomcat's security setup, but I am not sure where to look or how to debug this as no logs are being generated that would show me what/where the error might be. Thanks, Dan Caldarale, Charles R wrote: From: Daniel Curran [mailto:[EMAIL PROT

Re: SingleSignOn Valve Not Challenging

2007-05-10 Thread Daniel Curran
: Daniel Curran [mailto:[EMAIL PROTECTED] Subject: Re: SingleSignOn Valve Not Challenging I have added an auth constraint * To quote from the servlet spec: 'The special role name "*" is a shorthand for all role names defined in the deployment descriptor.' You sti

Tomcat 6.0.9 not recognizing deletion of Applet class

2007-05-10 Thread Daniel Gresh
Hi, I have a JApplet class in my $CATALINA_HOME/webapps/mywebapp directory called applet.NVACApplet. It is part of the applet package. I load this applet through NVAC.jsp. I was making some changes to the class and recompiled. However, after reloading the webapp and making numerous changes,

Re: Tomcat Connection pool

2007-05-29 Thread Daniel Stephens
Yes post your web.xml where with your tags. Looks like a typo in there. On 5/29/07, Ligade, Shailesh (Contr) (Mission Systems) < [EMAIL PROTECTED]> wrote: Greetings, I am running Tomcat 5.x, and I have many webapps deployed and working under tomcat. I want my connection pool to be used from

Re: Tomcat stopped logging

2007-05-29 Thread Daniel Stephens
apologize for coming in late if this was resolved... Are you saying Tomcat just stop's logging to the catalina.out? On 5/9/07, Propes, Barry L <[EMAIL PROTECTED]> wrote: Hello, I have a strange situation. Tomcat has stopped logging today on my prod. server. Not sure why. All of the app seems

Re: Tomcat stopped logging

2007-05-29 Thread Daniel Stephens
Original Message----- From: Daniel Stephens [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 29, 2007 9:02 AM To: Tomcat Users List Subject: Re: Tomcat stopped logging apologize for coming in late if this was resolved... Are you saying Tomcat just stop's logging to the catalina.out? On 5/9/07, Pr

Re: Tomcat stopped logging

2007-05-30 Thread Daniel Stephens
p up a bunch of old log files, but I don't think it was too big of an issue at the time. > > -Original Message- > From: Daniel Stephens [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 29, 2007 12:17 PM > To: Tomcat Users List > Subject: Re: Tomcat stopped logging > &g

Re: Tomcat stopped logging

2007-05-31 Thread Daniel Stephens
quot;support" guys to help with this is as bad as an act of Congress to get something done! > > >-Original Message- >From: Daniel Stephens [mailto:[EMAIL PROTECTED] >Sent: Wednesday, May 30, 2007 8:14 AM >To: Tomcat Users List >Subject: Re: Tomcat stopped loggin

Problem when clicking on either /manager or /host-manager from: http://localhost:8080/manager/html

2007-10-19 Thread Daniel . Toma
from WROX, which seem to be pretty readable. Can anyone recommend a good book for Apache Tomcat 6? Daniel S. Toma Ernst & Young Office: (201) 872-4155 Any U.S. tax advice contained in the body of this e-mail was not intended or written to be used, and cannot be used, by the

Tomcat6 on windows - cpu 100%

2007-12-15 Thread daniel steel
hi all, I am having problem with tomcat6 with NIO connector / jdk 1.6.3 on windows 2k3 server. For some reason, after some time of use,tomcat starts pegging cpu at 80 -90 % and needs a restart. when i run tomcat status, i see one jsp that has been running for a long time.but when i run jstack

jstack dump and cpu usage

2007-12-21 Thread daniel steel
all, We are running tomcat 6.0.14 (jdk 1.6.03) on Windows server with NIO connector. After some time, one of the thread starts using 50% of the cpu and that thread never stops serving.I was able to match the thread id from process explorer with nid of jstack thread dump and this is the j

Re: jstack dump and cpu usage

2007-12-21 Thread daniel steel
erving' - do you mean that the page GET never completes? The browser just hangs at that page? Or that you have observed a stream of data. Regards Alan Chaney daniel steel wrote: > all, > We are running tomcat 6.0.14 (jdk 1.6.03) on Windows server with NIO > connector. After some

Invalid Content-Length error for the size greater than 2147483647

2007-06-06 Thread Daniel Dang
(ThreadPool .java:684) at java.lang.Thread.run(Thread.java:619) Is there a way that I can configure? I am looking for a solution to handle more than 3Gigabytes through apache-tomcat5.5.16, is anyone can help thanks in advance.. Thanks --Daniel

axis2 vs xfire

2007-06-06 Thread Daniel Dang
Hi All, What's differences between axis2 and xfire? why should I pick axis 2 instead of xfire? Can xfire incorporated with other web services for example c++ OR c#...etc? many thanks in advance! --Daniel - To st

Invalid Content-Length error for the size greater than

2007-06-08 Thread Daniel Dang
org.apache.tomcat.util.threads.ThreadPool $ControlRunnable.run(ThreadPool .java:684) at java.lang.Thread.run(Thread.java:619) thanks -- Daniel T. Dang - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

Re: IIS and Tomcat 5.5

2007-06-08 Thread Daniel Dang
Hi Mike, The attachment is an instruction that work well for me If you can follow them...! --Daniel On Fri, 2007-06-08 at 14:25 -0400, Michael Angelo wrote: > I have followed the instructions on the Apache web site verbatim and I still > cannot get IIS and Tomcat 5.5 to work together.

Re: Invalid Content-Length error for the size greater than

2007-06-11 Thread Daniel Dang
nd I would like to thanks to developers people like you guys. Cheers --Daniel Dang On Sun, 2007-06-10 at 13:16 -0700, Bill Barker wrote: > "Christopher Schultz" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > -BEGIN PGP SIGNED MESSAGE- >

Re: Invalid Content-Length error for the size greater than

2007-06-12 Thread Daniel Dang
; myself, but I'm sure that between you and Chris it will get nailed down. > > Two mod_jk heavy-lifters frequent the list (Mladen and Rainer). If it > turns out that Daniel is using mod_jk, they should be notified > separately. From Daniel's messages plus the info available in the

context and tomcat6

2007-06-24 Thread daniel steel
All, we have couple of context defined, where the docbase is pointing to an another machine in the same network. but for some reason, in tomcat6 after some time after the start of tomcat the contexts gets undeployed and the context files are deleted. we have defined context under /conf/Catali

Re: tomcat crashes

2007-06-29 Thread daniel steel
hat is crashing, not a tomcat thread.what are your command line options to the JVM? could be a GC bug, Filip daniel steel wrote: > all, > i am not sure if this a bug or OS problem or our install problem (this is > the first ever crash). at one of our new installs at a customer site, the

Re: Update Tomcat 5 -> 6 .. JDBC driver problem

2007-06-29 Thread daniel steel
if we configure the url / db access as JNDI resource in the context files, then the implementation has changed betwen tomcat 5 and tomcat6. not sure about tomcat 5.5.. in tomcat6, it is ... ... in tomcat 5, ... username dbusername

Re: Error starting Tomcat 5.5 as a Windows service

2007-07-05 Thread Daniel Stephens
Make sure you have CATALINA_HOME pointed to your tomcat instance. make sure your java home is correct.. It sounds like it can't find the java home.. You did boot after the install right? If you added that environment variable to the system section, you'll need to boot to pick it up or open a new

Re: Error starting Tomcat 5.5 as a Windows service

2007-07-06 Thread Daniel Stephens
Excellent! Glad to hear it worked out. On 7/6/07, Tony Fountain <[EMAIL PROTECTED]> wrote: Daniel, Thanks for the suggestion. That did the trick. The Tomcat application is now running as a windows service and everything is working. Odd situation though since I always though

Performance problem on HTTP PUT of large binary data

2007-07-25 Thread Daniel Hagen
e) So finally my question: Do you have any idea what could cause the described behavior and prevent the server from returning larger buffers? Any parameters I could check/tweek to overcome that problem? Thank you! Daniel -

Re: Re: Performance problem on HTTP PUT of large binary data

2007-07-26 Thread Daniel Hagen
Hi Christopher, thank you for your reply. From: Christopher Schultz<[EMAIL PROTECTED]> > Daniel Hagen wrote: > > I am currently developing an application that handles uploads of big > > files using HTTP PUT. > > > The client is a Java client writing 32K blocks t

content header missing using IIS, tomcat and axis

2007-07-26 Thread Daniel Dang
y idea of this problem, thank you in advance! --Daniel - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Using MSAccess database for container authentication

2007-08-10 Thread Daniel Stephens
t; > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Daniel, > > Daniel Stephens wrote: > > Also, make sure that whatever "jar" file has this > > sun.jdbc.odbc.JdbcOdbcDriver class, is located in your tomcat > > common/lib. > > This is a standard c

Re: Using MSAccess database for container authentication

2007-08-10 Thread Daniel Stephens
Also, make sure that whatever "jar" file has this sun.jdbc.odbc.JdbcOdbcDriver class, is located in your tomcat common/lib. As well as having a binding in your context.xml or web.xml like below. And have the datasource configured in the server.xml or equivalent(I think 5.5 sets up the Datasources a

applet-servlet communication, object serialization (tomcat 5.5)

2007-08-24 Thread Daniel Slamanig
hope this is the right place to post this problem and i hope that there is anyone out there who can give me some hint on solving this problem. Kindly regards, Daniel -- If we knew what it was we were doing, it would not

Corrupted archive file?

2007-09-09 Thread Daniel Schwartz
Hello, The file http://archive.apache.org/dist/tomcat/tomcat-5/v5.5.17/bin/apache-tomcat-5.5.17.exe appears to be corrupted. In fact it seems to be about half the size it should be, as compared with other distributions of Tomcat. Could you please check this and let me know? I need this ve

Re: Corrupted archive file?

2007-09-09 Thread Daniel Schwartz
My apologies. I didn't know whether to send this to the user's list or the developer's list, so I sent to both. Best wishes, --Dan Schwartz "PTS" <[EMAIL PROTECTED]> wrote: > Mark, > > Did he post to the dev list or another list as well? Just curious why this > would be a cross post. > > Dou

Using mod_jk with other Java programs

2008-02-18 Thread Daniel Winterstein
form, or have they been partially parsed and altered? I'm currently using mod_rewrite, but this achieves a redirect via the client, rather than a hidden forward. A hidden forward would prevent 'ugly' urls appearing, and (I think) be faster. Thank you for any

setting up SSL

2008-02-20 Thread Daniel Blumenthal
start INFO: Starting Coyote HTTP/1.1 on http-443 Any ideas? Is it possible that Tomcat isn't able to find the openssl libraries (or something?). I'm really tearing my hair out here - any help would be greatly appreciated. Thanks! Daniel ---

RE: setting up SSL

2008-02-21 Thread Daniel Blumenthal
: Caldarale, Charles R [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 21, 2008 9:09 AM > To: Tomcat Users List > Subject: RE: setting up SSL > > > From: Daniel Blumenthal [mailto:[EMAIL PROTECTED] > > Subject: setting up SSL > > > > Any ideas? Is it possibl

RE: setting up SSL

2008-02-21 Thread Daniel Blumenthal
Ah, never mind - it looks like this only happens the first time. > -Original Message- > From: Daniel Blumenthal [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 21, 2008 11:17 AM > To: 'Tomcat Users List' > Subject: RE: setting up SSL > > Thanks!

sym link to serve documents within web application.

2008-03-06 Thread Daniel Stephens
Hey everyone, Has anyone ever tried to serve documents from within a tomcat webapp vai a sym link. We have everything setup in tomcat to "allowLinking" within a context. But I can not get my web app to serve documents via the link.. example below. web-app location - /apps/development/tomcat/webap

Re: sym link to serve documents within web application.

2008-03-06 Thread Daniel Stephens
Thanks David, we found my misconfiguration about 30 minutes after I posted.. But I'm glad you brought up the redeploying issue. I didn't even think about that. So I guess I'll be adding some documentation to that piece. Thanks for your replies.. Danny On Thu, Mar 6, 2008 at 4:47 PM, Christopher S

Reloading an application when threads are running

2008-03-07 Thread Eric Daniel
king about. Thanks, Eric Daniel - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Reloading an application when threads are running

2008-03-10 Thread Eric Daniel
s behavior be documented in the main tomcat docs, or perhaps in the FAQ? Eric Daniel - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: alternative tag pool implementation

2008-03-12 Thread Daniel Doubleday
Try this in your web.xml: jsp org.apache.jasper.servlet.JspServlet fork false xpoweredBy false tagpoolClassName org.apache.jasper.runtime.PerThreadTagHandlerPo

TagHandlerPool Memory Problem

2008-03-12 Thread Daniel Doubleday
Hi - I think I am seriously missing something here ... That's my problem (talking tomcat 5.5.20 here) Ingredients: a) A business object (think it large) b) A Jsp tag which references the business object (i.e. spring message tag) c) A Jsp page containing the tag With default config tomcat will

tomcat and ssl

2009-01-02 Thread daniel steel
hi all, one of our customers went live recently with SSL enabled. they are having performance issues and on troubleshooting we found stdout.log growing rapidly. stdout log contains lot of hexa decimal charatcers and for each jsp call execution it seems to be dumping the handshake + encryption +

VSphere4 and tomcat 6.0

2010-02-17 Thread Daniel Dreier
Hello, I want to use tomcat 6.0 on a vsphere4 based Server. Are there known issues? best regards Daniel Dreier - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

tomcat windows serivce and jconsole - solution

2010-02-17 Thread daniel steel
hi all, i have seen numerous questions asked on how to connect jconsole / jmap to a tomcat service on windows. And most of the solutions involve,in setting up jmx remort port setting etc.. and then connecting to tomcat service using jconsole remotely. Here is an alternate solution without enab

Tomcat Custom Authenticator

2009-08-14 Thread Daniel Stephens
Need some help or advice.. For Security reasons, We need to do logging for IP,username, etc(AUDIT). We need to log success and failed attempts. We don't want to modify the internal classes(unless it's impossible). We are using the FORM auth-method, we POST to j_security_check. We have our

<    1   2   3   4   5   6   7   8   9   10   >