Upgrading to Tomcat 6 problems

2007-05-25 Thread Joe
Hello, I just upgraded to Tomcat 6.0.13 from 5.5.9 (no particular reason for the upgrade, just keeping up to date). I am running Java 1.6. However, instantly I'm having trouble that I cannot resolve regardless of endless hours of searching for and trying to apply answers to previous similar pr

Re: Tomcat v7 Embedded

2012-11-03 Thread joe
Jesse Farinacci gmail.com> writes: > > Greetings, > > I am trying to embed Tomcat v7.0.11 into a self-contained, executable > jar. The jar is created using Maven (assembly plugin) which packages > the required Tomcat embedded classes and also an unpacked WAR archive. > The listed Main-Class doe

Re: Tomcat v7 Embedded

2012-11-03 Thread joe
Jesse Farinacci gmail.com> writes: > > Greetings, > > I am trying to embed Tomcat v7.0.11 into a self-contained, executable > jar. The jar is created using Maven (assembly plugin) which packages > the required Tomcat embedded classes and also an unpacked WAR archive. > The listed Main-Class doe

Re: Fw: Adminstrative Web Application

2006-09-27 Thread Joe Riopel
On 9/27/06, Kevin Mullin <[EMAIL PROTECTED]> wrote: Never mind, I found the problem What was the problem?

Help with isapi_redirect.properties

2006-10-17 Thread Woytasik Joe
I am trying to use IIS 6.0 as a front end for Tomcat 5.5 which I have working as expected. The issue I have is that I can only get it working using the registry settings and not using isapi_redirect.properties. We will have several sites and I want them to be independent of each other and I a

Confused about getRemoteUser and Apache authentication

2006-10-18 Thread Joe Pluta
00 04 00 05 42 61 73 69 63 00 FF 00 - lutaBasic... But the Spy servlet shows the remote user as null. (Interestingly, getRemoteHost and getRemoteAddr return valid information.) I'm out of ideas. Any help would be GREATLY appreciated. Joe My environment (Apache software are all binarie

RE: Confused about getRemoteUser and Apache authentication

2006-10-18 Thread Joe Pluta
Sheesh. I'm tired. I said: "I'm not sure whether I the security constraints define in the application's web.xml." I meant: "I'm not sure whether I need the security constraints defined in the application's web.xml." - To st

RE: Confused about getRemoteUser and Apache authentication

2006-10-18 Thread Joe Pluta
rk -- they immediately fail with a permission denied. However, I didn't need that anyway, I just wantde the user ID. The application will do its own thing based on the user ID. Thanks again. Joe -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 18, 2

Re: How to deploy my webapp as root context webapp without tomcat loading it twice?

2005-11-30 Thread Joe Riopel
thing "wrong" with doing it that way ? Like I said, everything has been working great so far, which has been about 3 months. Thanks, Joe On 11/30/05, Mark Thomas <[EMAIL PROTECTED]> wrote: > Vivek Mohan wrote: > > Question: > > > > I want to have myWebapp as the r

Re: How to Connect Tomcat to the Internet?

2005-12-05 Thread Joe Plautz
tomcat is on. Other than that, Tomcat itself doesn't need anything special in the terms of running publicly. Hope that helps, Joe Nikolay Georgiev wrote: Hello, My applications are running locally on Tomcat and I would like to make them accessible from the Internet, but I have absolutely no

Re: What is the admin login && username

2005-12-06 Thread Joe Plautz
You need to add it to the tomcat-users.xml file in conf. You will need to create a new user and role, both being called admin. Just follow what should already exist in the existing file and you will be ok. Joe Mário Gamito wrote: Hi, What is the login password for the administration module

How to capture printf() stdout to stdout_nnn.log?

2006-01-19 Thread Joe Siebenmann
27;s built-into Tomcat? I've found "bits and pieces" on how to do this, but nothing that's clear. I'm using Tomcat-5.5.9 with Java 1.5, on Windows XP. Thanks, Joe Siebenmann __ Do You Yahoo!? Tired of spam?

Capturing JNI DLL printf()s to Tomcat logfile

2006-01-23 Thread Joe Siebenmann
such a thing.. If I have to go with Log4j to do it, that's okay. There HAS to be some kind of way to do this.. :-\ Thanks, Joe Siebenmann __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection

RE: webapps/ROOT

2006-02-06 Thread Joe McTigue
Hi Chuck, Sorry to bug you again. But all I was asking was, "do you know where in the tomcat5.5 core download The servlets.jar is located so I can set my $CLASSPATH to it? If you do, It would be greatly appreciated if you could share this with me. Thanks, I know how important your time is... Re

Re: Is There a Howto - Again

2006-02-07 Thread Joe Plautz
You can find just about what ever you are looking for on the web, but I've found that there are several well written books on Tomcat. When I was getting started, I had a copy of "Professional Apache Tomcat." It didn't have everything that I needed, but it was most certainly my first stop. Speci

Re: Best IDE for dev of Tomcat Servlet?

2006-02-17 Thread Joe Riopel
I've tried both Eclipse and Netbeans and they're both great. I just seem to be more productive with Netbeans. It's unexplainable ! -Joe On 2/16/06, Glen Mazza <[EMAIL PROTECTED]> wrote: > Pulkit Singhal wrote: > > I would say Eclipse web edition...but

Re: Fairwell to JB, but having Jasper problems

2006-03-15 Thread Joe Riopel
Dola, Did you ever get this fixed ? If not, how about pasting some of your build file? Especially around line 21. On 3/13/06, Dola Woolfe <[EMAIL PROTECTED]> wrote: > Hi, > > After 3 years of using JBuilder, I have conclued that > it is unusable. It was almost unusable in version 9, > but became

Tomcat Logging

2006-03-30 Thread Joe Mun
Is it possible to turn off Catalina's Commons logging (from org.apache.catalina.*) in Tomcat 5.0 without changing the debug level in log4j? Problem is I use log4j/commons for my application and don't need to bother with the tomcat logs. Unfortunately, Tomcat spits out a TON of DEBUG level message

HttpRequestWrapper Deprecations?

2006-05-17 Thread Joe Hertz
;t believe that. I assume it's error on my part. Deprecation snippets of the compile follow. TIA -Joe warning: [deprecation] getRealPath(java.lang.String) in javax.servlet.ServletRequest has been deprecated warning: [deprecation] isRequestedSessionIdFromUrl() in javax.servlet.http.HttpServ

JSSE13SocketFactory in a 1.5 JVM and SUN-SPECIFIC classes

2006-05-18 Thread Joe Bohn
ass or possibly even removing it and all references. Have other folks built Tomcat using JDKs other than Sun's? How do you work around problems like this? Thanks for the help! Joe -- Joe Bohn joe.bohn at earthlink.net "He is no fool who gives what he cannot keep, to gain what he

Re: JSSE13SocketFactory in a 1.5 JVM and SUN-SPECIFIC classes

2006-05-19 Thread Joe Bohn
problem has not been reported. Does Tomcat 5.5.17 still support running on a 1.3 JVM? Should I create a bug report for this problem and do you think it would be feasible to remove the broken 1.3 support? Thanks, Joe Mark Thomas wrote: Joe Bohn wrote: Have other folks built Tomcat using JDKs

Source for Tomcat 5.5.15

2006-05-23 Thread Joe Bohn
t of snoop for example. Any clarification you can provide would be appreciated. Joe -- Joe Bohn joe.bohn at earthlink.net "He is no fool who gives what he cannot keep, to gain what he cannot lose." -- Jim Elliot

Re: Source for Tomcat 5.5.15

2006-05-24 Thread Joe Bohn
Mark, Thanks for the clarification. One more question. Is there a branch or tag in SVN for 5.5.15? I can get the source for 5.5 but I don't know how to get the source for a dot release. Thanks, Joe Mark Thomas wrote: Joe Bohn wrote: Is there another way to get the source for T

Re: static content

2006-10-20 Thread Joe Riopel
I'm not trying to plug my site or anything, but I put up a page about configuring mod_jk with Apache2. If you have any comments let me know. http://www.crankhouse.com/howto.php?f=modjk On 10/20/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: Peter Gershkovich [mailto:[EMAIL PROTECTE

Re: Apache 2.2.3 Tomcat 5.5.20 - mod_jk or proxy?

2006-11-16 Thread Joe Riopel
I am not saying this is 100% correct, or the best documentation ever but I wrote a small install guide for Apache 2.2 and Tomcat 5.5 with mod_jk. I used the same steps on a RH7.3 box and a Slackware 10.2 box. http://www.crankhouse.com/howto.php?f=modjk On 11/16/06, Christopher Schultz <[EMAIL PR

service.bat --User and --Password???

2006-12-02 Thread Joe Siebenmann
e JavaService to get everything setup right so that can be run as a service AND be able to run under a user account?? What about using procrun? I need to be able to programmatically set it up, so I can't use any GUI. Thanks, Joe S.

service.bat --User and --Password???

2006-12-02 Thread Joe Siebenmann
Yes, I know that you can do that, but everything has to be done programmatically, so you CAN'T do that.. When the installer for my application, which uses Tomcat, runs everything has to be setup without the user doing anything. Thanks,

Using 2 Realms for authentication and access control

2006-12-15 Thread Workman, Joe
FORM ovaa-tomcat /jsp/rootLogin.jsp /jsp/rootLogin.jsp?error=1 The role that is required to log into Advanced Access tomcat_auth_role Cheers Joe -- This email is

RE: Using 2 Realms for authentication and access control

2006-12-18 Thread Workman, Joe
I have not seen any response to this . . . . Can anyone help? Please?!? Cheers Joe From: Workman, Joe Sent: Friday, December 15, 2006 12:30 PM To: 'users@tomcat.apache.org' Subject: Using 2 Realms for authentication and access control I have an a

Custom JAAS LoginModule not authorizing GenericPrincipal roles

2006-12-19 Thread Workman, Joe
_auth_role" ); GenericPrincipal gp = new GenericPrincipal(null, username, null, roles); subject.getPrincipals().add(gp); 3. Added following to server.xml: Code: 3. Added following to web.xml: Code: tomcat_auth_role Any help would be greatly appreciated

RE: Custom JAAS LoginModule not authorizing GenericPrincipal roles

2006-12-19 Thread Workman, Joe
d Principal with the username of the rolename, everything worked as expected. This behavior is not normal is it? I feel that the JAASRealm should be able to find the roles from the GenericPrincipal Class. Is there a bug that I am not aware of here? Cheers Joe -Original Message----- From: Workman

RE: Custom JAAS LoginModule not authorizing GenericPrincipal roles

2006-12-20 Thread Workman, Joe
Thanks Charles and John, you were both a great help!!! I got it working now. Cheers Joe -Original Message- From: John McPeek [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 19, 2006 6:50 PM To: Tomcat Users List Subject: Re: Custom JAAS LoginModule not authorizing GenericPrincipal

Can you "turn off" certain log files?

2006-12-21 Thread Joe Siebenmann
n" the "level" so much that they don't appear.. Is this even possible? I'd rather not have the logs directory get "filled-up" with empty log files. Thanks, Joe S. ___

Embedding Tomcat in a standalone JAR

2007-01-02 Thread Vacuum Joe
Hello Tomcat users, Here's what I'm trying to do: I have a simple web application. I need to ship it as a JAR file that runs anywhere, without needing to be unpacked or installed. I need it so that you run this JAR file, and it pops up a Swing dialog that asks which port to bind to, and then

Re: Embedding Tomcat in a standalone JAR

2007-01-02 Thread Vacuum Joe
"There's a bit of real documentation here: http://tomcat.apache.org/tomcat-5.5-doc/catalina/docs/api/org/apache/cat alina/startup/Embedded.html Unfortunately, the promising "See also:" link doesn't lead to much, but looking at the source code for org/apache/catalina/startup/Catalina.java should be

Re: Embedding Tomcat in a standalone JAR

2007-01-02 Thread Vacuum Joe
"what/which tasks do you want this embedded tomcat to accomplish?" Very simple tasks! I have a few Servlets and a few simple JSPs and a little bit of static content (html files and images) that I need it to run. No other external things, like no DB or anything else. No need for any other fanc

Re: Embedding Tomcat in a standalone JAR

2007-01-03 Thread Vacuum Joe
I ended up going with Jetty. It was not too difficult to write my own handlers for content within Jetty. It didn't have any built-in handlers where I could give it a URL as a base, but I was able to write a primitive static content handler and a very primitive Servlet handler which are enough

No logging (or System.out) when I activate virtual hosts

2007-01-15 Thread Vacuum Joe
Here's a very strange problem: I'm running Tomcat, embedded within JBoss. This is the latest version (5.5.20 I believe) of TC. When I run this application on my office computer here, which has no virt. hosts, console log messages show up as expected. When I then move it over to my production

Re: No logging (or System.out) when I activate virtual hosts

2007-01-15 Thread Vacuum Joe
I'm tracking down part of the problem. I think this relates to JULI, a terrible mistake that happened around Tomcat 5.5.9. It is fragile junk which results in no log entries whenever virtual hosting is used. I can't figure out how to get it to do anything more sophisticated than "silently dro

Re: No logging (or System.out) when I activate virtual hosts

2007-01-15 Thread Vacuum Joe
"What a curious thing to say. I'm running JULI in standalone Tomcat 5.5.20 with multiple hosts with all expected log files created and log entries made." It's what I'm observing and it's totally reproducible. For all my apps that are not on virtual hosts, logging works fine. For apps that are o

Re: Tomcat 5.5.x with JDK6

2007-01-15 Thread Vacuum Joe
"I would like to run Tomcat 5.5.x on JDK6. Is this supported? If not, are there obvious red flags with this combination?" I've been using it with JDK6 for a while now and it is fine. I don't think I had to change anything at all. Java 6 is a good improvement, too. __

Re: No logging (or System.out) when I activate virtual hosts

2007-01-15 Thread Vacuum Joe
I found a partial solution (requires Java 6): I wrote my own class: class MyLogger { public static void log(String message) { if(System.console() != null) System.console().printf("consoleLogger: %s\n", message); } } This has the unique advantage of working, unlike System.out. It

Re: No logging (or System.out) when I activate virtual hosts

2007-01-15 Thread Vacuum Joe
More progress: it looks like System.out and System.err are being captured by classes in org.apache.tomcat.util.log. I could probably recompile those classes to NOT do anything. Alternatively, if I could find out where in Tomcat those are being instantiated, that might be under configurable con

Re: No logging (or System.out) when I activate virtual hosts

2007-01-15 Thread Vacuum Joe
"But unless you've changed your environment, you're not using the logging facilities of Tomcat - you're using those of JBoss. We always get the full stack traces under either. Are you sure you haven't disabled logging in whichever you're actually using?" I'm sure what's happening is there is a c

Re: Cannot load applet on web browser

2007-01-15 Thread Vacuum Joe
Oh my. Ok, you need to get some basic familiarity with Tomcat before you leap into that. First, your applet.class file should not be in WEB-INF. Second, don't do this as a servlet. Make a simple static HTML page work, with the applet, first. Disregard WEB-INF entirely. Getting an applet to

Re: No logging (or System.out) when I activate virtual hosts

2007-01-16 Thread Vacuum Joe
Does anyone have any ideas on this? This whole thing is basically not usable for real work if exceptions are silently dropped, which is what is happening. Surely someone has implemented some kind of log system that works in Tomcat? Or at least there's a way to dump exceptions to System.out or

Re: No logging (or System.out) when I activate virtual hosts

2007-01-16 Thread Vacuum Joe
"When will you get the idea to take this to a JBoss list??? Logging in Tomcat works absolutely fine with virtual hosts in standalone mode, right out of the box." I also asked on a JBoss forum and they thought it's Tomcat. Right now I'm going through the JBoss deployer code, and will set up test

Re: No logging (or System.out) when I activate virtual hosts

2007-01-16 Thread Vacuum Joe
"You might want to install the same version of Tomcat standalone, and create a comparable virtual host configuration just to see how logging works normally. Then transfer that test case to your JBoss environment and see what happens." And it turns out that one of the webapps was stomping on global

Apache2, Tomcat5.5, mod_jk and HTTP content-type

2007-01-29 Thread Joe Pemberton
I also didn't find much through google. Any pointers would be greatly appreciated. -Joe

Re: Apache2, Tomcat5.5, mod_jk and HTTP content-type

2007-01-30 Thread Joe Pemberton
Nevermind, I believe I found the issue. My web application isn't actually setting the content-type on any responses, so apache tries to guess what the correct content-type is. Sorry for the trouble, -Joe On 1/30/07, Rainer Jung <[EMAIL PROTECTED]> wrote: Hi Joe, what is your co

Embedded Tomcat

2008-07-15 Thread Joe Walker
get a ServletContext, it's null. I've got a set of tomcat jars in the classpath (catalina, annorations-api, tomcat-coyote, tomcat-juli, servlet-api) Any clues where to look? Joe.

Re: Embedded Tomcat

2008-07-16 Thread Joe Walker
hing to do with Embedding - I'll start another thread on CometProcessor, and maybe come back to this once I'm sure that comet isn't to blame. Thanks, Joe. On Tue, Jul 15, 2008 at 6:00 PM, Radcliffe, William H. < [EMAIL PROTECTED]> wrote: > Joe wrote: > > > I'

CometProcessor and DWR

2008-07-16 Thread Joe Walker
traight to service(). Is there anything else I need to be doing (clearly I've changed web.xml to point at the new 'servlet' using org.directwebremoting.servers.tomcat.DwrCometProcessor)? Joe.

Re: Embedded Tomcat

2008-07-16 Thread Joe Walker
gt; To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > Joe.

Re: CometProcessor and DWR

2008-07-17 Thread Joe Walker
let Engine: Apache Tomcat/6.0.14 Do I need to fire up a C compiler to get this to work? Joe. On Thu, Jul 17, 2008 at 4:04 AM, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: > for your connector element you must have > > protocol="org.apache.coyote.http11.Http

Re: CometProcessor and DWR

2008-07-17 Thread Joe Walker
Just noticed: s/Philip/Filip/g ;-) Joe. On Thu, Jul 17, 2008 at 10:39 AM, Joe Walker <[EMAIL PROTECTED]> wrote: > > Thanks for the help Philip. > > So I was hoping to use the normal Servlet processing for all requests, and > then do something special to drop a thread w

Re: CometProcessor and DWR

2008-07-17 Thread Joe Walker
nd then we set sleep == true in the guts of DWR when we want to sleep, having set sleep, we call event.close() when we're done. Everything appears to be working OK now. Many thanks, Joe. On Thu, Jul 17, 2008 at 2:34 PM, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: > > what

question about realm auth and digest attribute

2008-09-18 Thread Joe A
if i'm going to be using sha-1 for the encryption, do i just specify digest=SHA, digest=SHA1, digest=SHA-1? thanks, joe

Re: question about realm auth and digest attribute

2008-09-22 Thread Joe A
i'm talking about this part of configuration: http://tomcat.apache.org/tomcat-6.0-doc/realm-howto.html On Thu, Sep 18, 2008 at 3:18 PM, Christopher Schultz < [EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Joe, > > Joe A wrote: >

Re: question about realm auth and digest attribute

2008-09-22 Thread Joe A
i'm talking about the part of configuration that lets you choose specify how the passwords are stored in the users table. On Mon, Sep 22, 2008 at 2:27 PM, Christopher Schultz < [EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Joe, > >

Re: question about realm auth and digest attribute

2008-09-22 Thread Joe A
in the docs it says "The value for this attribute must be one of the digest algorithms supported by the java.security.MessageDigest class (SHA, MD2, or MD5). " so if i encrypt using the sha1 algorithm, do you know if i should specify sha1 or sha-1 or sha? thanks, joe On Mon, Sep 22,

Re: [OT] question about realm auth and digest attribute

2008-09-23 Thread Joe A
is it really that hard to reply to a question without coming off as a pompous ass? On Mon, Sep 22, 2008 at 4:23 PM, André Warnier <[EMAIL PROTECTED]> wrote: > Mark Thomas wrote: > [...] > >> It took me less than a minute to find the JavaDoc for >> java.security.MessageDigest >> > > It's by saying

Problem with AJP connector

2008-09-24 Thread Woytasik Joe
troubleshooting tips would be appreciated. Thanks- Joe This e-mail is confidential. If you are not the intended recipient, you must not disclose or use the information contained in it. If you have received this e-mail in error, please tell us immediately by return e-mail to [EMAIL PROTECTED] and delete

Marking servlet ... as unavailable

2007-03-04 Thread Joe Siebenmann
nyone has ideas on what I can try to fix this I'd really appreciate hearing it. Thanks, Joe Siebenmann ___ Join Excite! - http://www.excite.com The most personalized portal on the Web! --

RE: Marking servlet ... as unavailable

2007-03-04 Thread Joe Siebenmann
its whatever it "didn't like" to flag it as "unavailable". It would be nice if there was some better information available as to what it "didn't like" for it to flag it as "unavailable". Nothing of any value was in any of the log files. Thanks, J

Re: Marking servlet ... as unavailable

2007-03-05 Thread Joe Siebenmann
compiling with jikes to going back to javac, deleting and reinstalling Java and several other things. It wasn't an easy thing to "fix". Whatever it didn't like is commented out, and I still have to resolve that. Thanks, Joe Siebenmann --

Re: apache22 + mod_jk + tomcat55 on FreeBSD - configuration problem (maybe ?)

2007-03-08 Thread Joe Riopel
On 3/8/07, Rainer Jung <[EMAIL PROTECTED]> wrote: Mario Pavlov wrote: > and I've edited the config files to look like this: > for apache httpd and mod_jk > /usr/local/etc/apache22/httpd.conf > [CODE] > ServerRoot "/usr/local" Is your httpd working at all? I am not 100% sure but the server root

Can't view examples

2007-03-26 Thread Joe Green
something wrong? I didn't get any error during installation. I was assuming that Apache/Tomcat comes with sample examples. Can some one give me some idea as what is going on? I am new to JSP and Apache/Tomcat. Thanks

Re: Can't view examples

2007-03-27 Thread Joe Green
ples. Can some >> one give me some idea as what is going on? I am new to JSP and Apache/Tomcat. >> >> Thanks >> >> joe >> >> >> >> >> >> >> >>

Re: [OT] Re: is tomcat a competitor of ruby on rails? Or why did davidson praise it so highly - can you compare them?

2007-04-02 Thread Joe Riopel
No, you don't need to switch, but its definitely another tool worth looking at, even if the product isn't as good as the hype. You might also was to check out grails while you're at it. http://grails.codehaus.org/ - To start a

Apache and Tomcat CPU Usage 100% with mod_jk

2007-04-20 Thread Joe L
=localhost worker.worker1.port=8009 When I don't run mod_jk the CPU usage seems normal. I don't have a great load on this server. After I enable mod_jk and connect though http://localhost/emst the CPU usage goes to 100% and stays

Re: Apache and Tomcat CPU Usage 100% with mod_jk

2007-04-20 Thread Joe L
I found the solution here: http://issues.apache.org/bugzilla/show_bug.cgi?id=40909 - Original Message From: Joe L <[EMAIL PROTECTED]> To: users@tomcat.apache.org Sent: Friday, April 20, 2007 3:08:07 PM Subject: Apache and Tomcat CPU Usage 100% with mod_jk I've been searchi

j_security_check 404 not found

2007-05-01 Thread Joe A
if i redeploy my webapp and try to access a protected page, it will show the login screen but after clicking login it just reloads the login page instead of sending me to the protected page. if i reload the login page it will give me access to the page i wanted. if i fill in user/pass and hit lo

Re: j_security_check 404 not found

2007-05-01 Thread Joe A
w the error never happens -joe On 5/1/07, David Smith <[EMAIL PROTECTED]> wrote: I'm suspecting you either link to /j_security_check or manually forward there from your pages. Pages in your web project shouldn't ever link to it except the login form and even then only in the action

Missing ETag in 304 Header

2007-05-16 Thread Joe Mun
Hi guys... so according to the HTTP 1.1 spec ( http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html), 304 Not Modified responses must include the ETag in the header. However, Tomcat doesn't seem to be adding it... I am serving a static text file, and the header only returns: HTTP/1.x 304 Not

Re: Error trapping

2007-05-18 Thread Joe Riopel
Can't you grab that from the stack trace? http://java.sun.com/j2se/1.4.2/docs/api/java/lang/StackTraceElement.html - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

Re: Java on Multi/Dual Core

2007-05-23 Thread Vacuum Joe
A few points: 1. Java 1.4 is YEARS obsolete. It should not be used in production anymore unless there is some reason why upgrading is impossible. And if there is such a reason, time to fix it and upgrade. 2. All modern Java versions, including 1.4 I believe, use native system operating syste

CacheRowSetImpl and Tomcat

2007-09-26 Thread Joe Riopel
e, I running into threading problems, or something totally different? Thanks, Joe P.S. I can supply the logs if needed. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: CacheRowSetImpl and Tomcat

2007-09-27 Thread Joe Riopel
Sorry, you can disregard this message. It was my design that was causing the problem, and all is good now. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Chunking in Tomcat 5.5.23 w/ Axis2 1.3

2007-10-16 Thread Joe S
/library/209 HTTP/1.1 Thank you, Joe -- View this message in context: http://www.nabble.com/Chunking-in-Tomcat-5.5.23-w--Axis2-1.3-tf4636460.html#a13241335 Sent from the Tomcat - User mailing list archive at Nabble.com

Tomcat Security/Service question..

2007-11-29 Thread Joe Siebenmann
If anyone has any insight on why this is happening, and if there is some way to make everything work using the tomcat5.exe Service, I'd really appreciate hearing from you. Thanks, Joe Siebenmann ___

Tomcat 6.0.15 released?

2007-12-07 Thread Joe Bohn
Is Tomcat 6.0.15 released and is it "stable"? I see discussions on the dev list and votes but I didn't find a conclusion. Also, I don't see Tomcat 6.0.15 available for download on the web page. However, I do see a tag for it in svn

Re: Tomcat 6.0.15 released?

2007-12-07 Thread Joe Bohn
Mark Thomas wrote: Joe Bohn wrote: Is Tomcat 6.0.15 released and is it "stable"? I see discussions on the dev list and votes but I didn't find a conclusion. Also, I don't see Tomcat 6.0.15 available for download on the web page. However, I do see a tag for it in svn.

Re: JSF and SSI

2008-01-02 Thread Joe Riopel
I don't know much about your project, but based on your question Facelets might be easier than plain JSF for handling your SSI. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For

Content_Length Problem

2008-01-04 Thread Woytasik Joe
onfiguration. Does anyone have any ideas on what I can try to resolve this? Is there a know bug with the isapi_redirect.dll and CONTENT_LENGTH? Thanks- Joe This e-mail is confidential. If you are not the intended recipient, you must not disclose or use the information contained in it. If

RE: Content_Length Problem

2008-01-04 Thread Woytasik Joe
Rainer, I don't think that chunked encoding will solve the problem I outlined. Just out of curiosity is there something special I need to do to enable chunked encoding once the patch is applied? Where is a good place to upload my log file? Thanks- Joe -Original Message- From: R

RE: Content_Length Problem

2008-01-04 Thread Woytasik Joe
change to allow chunked encoding with this patch, or does it do it automatically? Thanks- Joe -Original Message- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent: Friday, January 04, 2008 2:06 PM To: Tomcat Users List Subject: Re: Content_Length Problem Hi Joe, are you able to reproduce

RE: Content_Length Problem

2008-01-08 Thread Woytasik Joe
e the following line, but never see one where chunked encoding is true. [Tue Jan 08 08:05:07.220 2008] [13680:12960] [debug] init_jk::jk_isapi_plugin.c (2146): Using chunked encoding? false. Thanks- Joe -Original Message- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent: Saturday, Janua

RE: Content_Length Problem

2008-01-09 Thread Woytasik Joe
Just wanted to reply and let you guys know that enabling chunked encoding solved my connection issues with CICS. Thanks for all the help, I would have never found this solution without your assistance. Thanks- Joe -Original Message- From: Tim Whittington [mailto:[EMAIL PROTECTED] Sent

RE: Removing Context from URL

2008-01-18 Thread Woytasik Joe
I am using Tomcat 5.5. I also failed to mention that this is behind IIS using the isapi_redirect.dll. Do the same instructions still apply? Thanks- Joe -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Friday, January 18, 2008 4:10 PM To: Tomcat Users List

Removing Context from URL

2008-01-18 Thread Woytasik Joe
way to accomplish this? Thanks- Joe This e-mail is confidential. If you are not the intended recipient, you must not disclose or use the information contained in it. If you have received this e-mail in error, please tell us immediately by return e-mail to [EMAIL PROTECTED] and delete the

Re: test from gmail user

2007-06-24 Thread Joe Pemberton
Seems to be working. On 6/24/07, PTS <[EMAIL PROTECTED]> wrote: Having issues getting my email to show on the list. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

How to find Tomcat config and log path?

2007-07-03 Thread Joe Kramer
Hello, I've been googling and searching Tomcat website and couldn't find an answer to this problem. I need to find a path to tomcat conf (and log) folders from within my servlet. I imagine there should be something like: SomeCatalinaClass.getHomePath()+File.separatorChar+SomeCatalinaClass.CONF_

Re: How to find Tomcat config and log path?

2007-07-03 Thread Joe Kramer
re it is a system environment rather than a user environment variable), and then use System.getenv("CATALINA_HOME"); to get the tomcat path. Hope this can help Cheers Eric -Original Message- From: Joe Kramer [mailto:[EMAIL PROTECTED] Sent: Wednesday, 4 July 2007 4:57 p.m. To

Re: Read and write inside WEB-INF

2007-07-14 Thread Joe Nathan
This is quite tricky issue. I use the following method. Basically it locate the directory where you place your designated class definition! static String base; static { try { // use an object instance which is part of service! my.package.MyObject rm

Re: Axis 2, POJO, Exceptions and Faults

2007-07-15 Thread Joe Nathan
albert quinn wrote: > > I've been trying to do something like that but i couldn't make it > work . My test Web Service returns a String and the client receives > the AxisFault/RemoteException message throwed from the Web Service as > it was the returned value from the Web Service !

Hot to access raw POST Data in servlet?

2007-07-17 Thread Joe Kramer
Hello, I can't find a way to do a simple thing - access raw postdata in servlet service()/doPost() method. (The data that goes after the headers.) In old Servlet API it was possible using javax.servlet.http.HttpUtils.parsePostData() which is now deprecated. Servlet API only seem to have methods t

Re: Apache HTTP Server - Tomcat and PHP

2007-07-18 Thread Joe Nathan
Munna Dee wrote: > > Is it that I can run Apache HTTP Server on same(i.e on its own) port and > run Tomcat on different port to get it done? Can anybody please tell your > expert opinions on this? Thanks! > Yes! Everyone is doing it. -- View this message in context: http://www.nabble.com/A

Re: bad workers.properties configuration

2007-07-20 Thread Joe Riopel
On 7/19/07, Raffaele Viola <[EMAIL PROTECTED]> wrote: I write this workers.properties worker.list=default worker.default.port=8009 worker.default.host=localhost worker.default.type=ajp13 worker.default.lbfactor=1 Is that all you have in the worker.properties file ? My worker.properties file h

Re: Take my e-mail out of this current

2007-07-20 Thread Joe Riopel
Bye Dears. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

  1   2   3   >