directory permissions question

2006-09-21 Thread jason
writable). In the startup script for tomcat, I tried setting the umask to 0002, but now when directories get created, they show up like drwxr-sr-x so whats the proper way to accomplish this? regards, Jason - To start a new topic

2nd try: directory permissions question

2006-09-22 Thread jason
writable). In the startup script for tomcat, I tried setting the umask to 0002, but now when directories get created, they show up like drwxr-sr-x so whats the proper way to accomplish this? regards, Jason - To start a new topic

webapps directory permissions question

2006-09-26 Thread jason
startup script for tomcat, I tried setting the umask to 0002, but now when directories get created, they show up like drwxr-sr-x so whats the proper way to accomplish this? regards, Jason - To start a new topic, e-mail: users

overriding application log configuration at the container level

2023-08-22 Thread Jason Guild
lhost].[/MYAPP].level = ALL org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/MYAPP].my.package.level = ALL Is it possible to override application log levels at the container level in $CATALINA_BASE/conf/logging.properties? Thank you,

Re: tomcat hangs

2021-09-09 Thread Jason Wee
must be the problem of your webapp... show all webapp codes? On Thu, Sep 9, 2021 at 6:51 PM Mehrdad Taagholi wrote: > > HiI use apache tomcat 8.0.32 and oracle-jdk-8u66 and redhat 6.After working > with the system for a few hours and the load on the system increases, > suddenly the tomcat hangs

Re: javax.servlet vs jakarta.servlet?

2021-12-27 Thread Jason Wee
yeap, also take note libs that depend on the new namespace and taglibs On Tue, Dec 28, 2021 at 8:35 AM Michael B Allen wrote: > > Hello Tomcat Users, > > Does anyone have a sense of how many people are using the jakarta.servlet API? > > I have a product that includes some classes that use javax.s

Re: is too quick to respond

2022-02-20 Thread Jason Hall
as what was mentioned earlier, different OS(s) may handle this differently, but the JAVA NIO API watchevents point you in the right direction in watching a file/folder in a loop for a "create" or "modify" or "delete" event to occur and fire off. thanks, j

Configure mulitple installs tomcat 8.5 - catalina_base/catalina_home

2022-02-23 Thread Jason Countryman
Thank you, Jason T. Countryman This message and any attachments may contain information that is protected by law as privileged and confidential, and is transmitted for the sole use of the intended recipient(s). If you are not the intended recipient, you are hereby notified that any use, dis

Re: Configure mulitple installs tomcat 8.5 - catalina_base/catalina_home

2022-02-24 Thread Jason Countryman
y time, no matter which tomcat installation it was launching. Fixing that fixed my issue completely. Thank you, Jason T. Countryman From: Christopher Schultz Sent: Thursday, February 24, 2022 3:55 PM To: users@tomcat.apache.org Subject: Re: Configure mulitpl

Re: tomcat 9.50 - rewrite rule question

2022-03-18 Thread Jason Wee
have you try? RewriteRule ^/apex/f?p=1001 /apex/myapp [R,L] On Sat, Mar 19, 2022 at 2:05 PM rupali singh wrote: > > Hi Team, > > We are using tomcat 9.54 version. > Need help in rewriting rule. > > background : We have an Oracle apex server ( version 21.1) and tomcat is > installed on the sa

Re: Upgrade tomcat 7 to 10.

2022-05-26 Thread Jason Wee
As what Christopher Schultz mentioned, "including switching package names", i.e. from javax to jakarta.. when I did the webapp migration to tomcat 10, I had to make all the libraries to reference jakarta though, including taglib-mailer, jsp and so on. hth Jason On Fri, May 27, 2022

Re: Compile JSP pages dynamically using Tomcat 6.0.45

2022-06-13 Thread Jason Wee
yes, i used to use tomcat version 6.0.29 then upgraded to 6.0.53 eventually jsp cannot compile to java 8 spec, so i have to upgrade ecj to version 4.6.1 and using jdk8u74. But these were all I can recalled. hth On Mon, Jun 13, 2022 at 5:48 PM Pavan Kumar Tiruvaipati wrote: > > Hi, > > Our applic

Re: Compile JSP pages dynamically using Tomcat 6.0.45

2022-06-13 Thread Jason Wee
i, > > Does ecj 4.6.1 support jsp compilation without JDK ? We would like to > replace JDK with JRE. > > > Regards, > Pavan > > On Mon, Jun 13, 2022 at 3:46 PM Jason Wee wrote: > > > yes, i used to use tomcat version 6.0.29 then upgraded to 6.0.53 > > event

Are Apache versions cumulative ?

2022-06-22 Thread Jason Tan
in Tomcat 7.0.100 are also present in Tomcat 7.0.109. My guts tell me it's cumulative but I need some sort of proof for my customer. Best Regards, Jason Tan

RE: Are Apache versions cumulative ?

2022-06-22 Thread Jason Tan
Thank you so much, Mark. Much appreciated. -Original Message- From: Mark Thomas Sent: Wednesday, 22 June 2022 7:00 PM To: Tomcat Users List Subject: Re: Are Apache versions cumulative ? On 22/06/2022 09:20, Jason Tan wrote: > Hi there, > Sorry to trouble you folks but I could no

RE: JS fiddle for generating TLS keys and certs

2022-06-28 Thread Jason Tan
e the generated certs and keystore to understand it better. It doesn't help things that different app and different app versions may have different security requirements which means old keys and certs no longer work in the newer version. Or work for one app but not a different app. Live and le

Re: too many "CLOSE_WAIT" states on Tomcat 80 port and Tomcat does not responding requests to port 80 anymore

2022-07-10 Thread Jason Zhang
> On 10/07/2022 05:40, Jason Zhang wrote: > > Hello Tomcat Support team, > > > > The Tomcat is not responding to requests to port 80 in our system, I > would > > like to know: > > 1. If this is an issue with Tomcat or outside the Tomcat > > 2. If it is an issu

Re: too many "CLOSE_WAIT" states on Tomcat 80 port and Tomcat does not responding requests to port 80 anymore

2022-07-10 Thread Jason Zhang
Thank you Mark, I appreciate it! On Sun, Jul 10, 2022 at 2:03 PM Mark Thomas wrote: > On 10/07/2022 14:25, Jason Zhang wrote: > > Hi Mark, > > > > Thank you for your response. We are currently working with the Alfresco > > team on this issue. No updates so far. >

Re: Regarding IPv6 support

2022-08-03 Thread Jason Wee
yes, it should, read here https://tomcat.apache.org/tomcat-7.0-doc/config/http.html On Wed, Aug 3, 2022 at 3:19 PM Nitish Chitta wrote: > > Hello Team, > I wanted to know if Tomcat 7 supports requests with IPv6 addresses in the > URL as I am getting an HTTP 404 error when trying to hit the server

Re: Regarding IPv6 support

2022-08-03 Thread Jason Wee
that the server should listen on. Do I have to add any other > property or am I missing something? > > On Wed, Aug 3, 2022 at 12:51 PM Jason Wee wrote: > > > yes, it should, read here > > https://tomcat.apache.org/tomcat-7.0-doc/config/http.html > > > >

Re: AW: SSLLabs scan shows TLSv1.0 and TLSv1.1 even though I have sslProtocol="TLSv1.2"

2022-08-10 Thread Jason Hall
hanks, Jason - Original Message - From: "Brian Wolfe" To: "Tomcat Users List" Sent: Wednesday, August 10, 2022 9:50:01 AM Subject: Re: AW: SSLLabs scan shows TLSv1.0 and TLSv1.1 even though I have sslProtocol="TLSv1.2" You can disable the protocols at the j

Re: Tomcat unresponsive

2022-09-29 Thread Jason Wee
could be waiting for i/o or some others... what tomcat version ? On Thu, Sep 29, 2022 at 5:57 PM Christoph Empl wrote: > > Hello, > > i’m facing a problem that my tomcat seems to become unresponsive if it’s > under a certain load. > > Most threads in threaddumps look like this: > > > "https-jsse

Re: Question about upgrade from Tomcat 7 to Tomcat 9.0.67

2022-10-05 Thread Jason Wee
i would normally do a diff between your current version and the next tomcat version you want to upgrade to and go through the diff slowly. it is better to be careful and note the changes than sorry later. On Wed, Oct 5, 2022 at 9:17 PM Mark Thomas wrote: > > > > On 05/10/2022 09:17, Terry ST SY/O

how to block bad request?

2023-01-03 Thread Jason Wee
equest, etc? 2. how to block such requests (at tomcat or at firewall or any other way)? 3. what impact it has to tomcat (or service) if these requests come in huge amounts and in a short time. Thank you and happy to hear any other comments/opinions too. Kind regards, Jason - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: how to block bad request?

2023-01-09 Thread Jason Wee
ytes sent, excluding HTTP headers, or '-' if zero %D - Time taken to process the request in microseconds so I guess the attacker check if the port is opened without sending any bytes and tomcat took 0 second to process. Christopher, no, X-Forwarded-For and %h values are not the same.

RE: HTTP Error 414. The request URL is too long.

2023-03-09 Thread Jason Tan
Hi Seth, One of my customer had the same error. We also tried increasing maxHttpHeaderSize as suggested on Google. It worked for him for a while, but he encountered the same error again later on. Our developers got involved and later discovered that our app was trying to display all his favouri

RE: Need to know about analyzing of thread dump and heap dump

2023-04-03 Thread Jason Tan
Hi Koustav, I was testing out the online thread dump analysers previously and found https://fastthread.io/ and https://jstack.review/#tda_1_dump. I am not sure how safe their data policy are, but I didn't spot any sensitive data in my thread dump. Note: one of them hid part of the result as it w

RE: Too many certificates in chain?!? Help!

2023-05-17 Thread Jason Tan
Hi James, Have a look at this. https://success.qualys.com/discussions/s/question/0D52L4To0DUSAZ/your-ssl-server-test-incorrectly-reports-an-incomplete-chain You might have the issue where your chain length is 1 when it should be 3. You may need to redo your certs. Best Regards, Jason Tan

RE: [tomcat-users] Issue found during migration of Tomcat version 6.0.35 to 8.5.5

2020-06-15 Thread Jason Pyeron
was it previously? Did you test this before you migrated causing this “urgent” issue? What is different between your test and this urgent outage’s configuration. -Jason From: Lavitesh Verma [mailto:lavitesh.ve...@amdocs.com] Sent: Monday, June 15, 2020 8:16 AM To: users

Re: Issue found during migration of Tomcat version 6.0.35 to 8.5.5

2020-06-15 Thread Jason Wee
guess looks like jar not found, full stacktrace would be helpful. On Mon, Jun 15, 2020 at 8:17 PM Lavitesh Verma wrote: > Hi Team, > > > > Below are the details of the system and tomcat version > > Old tomcat version: *Apache Tomcat/6.0.35* > > New tomcat version: *Apache Tomcat/8.5.5* > > Opera

RE: [tomcat-users] Issue found during migration of Tomcat version 6.0.35 to 8.5.5

2020-06-15 Thread Jason Pyeron
was not customized. Have you deployed the application to an “out of the box” 6.0.35 on the same JVM as 8.5.5? Have you reached out to your developer of the com.att.lsrv and porequest.control code? You should have a test case to prove the issue out. -Jason From: Lavitesh Verma Sent

RE: [tomcat-users] Issue found during migration of Tomcat version 6.0.35 to 8.5.5

2020-06-15 Thread Jason Pyeron
://tomcat.apache.org/migration-85.html Since the JVM (indicated) and WAR (implied) is the same version in your two installs, then it is a configuration issue. CLASSPATH ? System properties? Please provide details to reproduce here. -Jason From: Lavitesh Verma Sent: Monday, June 15, 2020 11

getting web application version string?

2020-08-16 Thread Jason Pyeron
{ log.log(Level.WARNING, "unable", e); } } } 1: https://tomcat.apache.org/tomcat-9.0-doc/config/context.html#Naming -- Jason Pyeron | Architect PD Inc| 10 w 24th St | Baltimore, MD | .mil: jason.j.p

RE: [tomcat-users] Re: getting web application version string?

2020-08-17 Thread Jason Pyeron
> -Original Message- > From: Michael Osipov > Sent: Sunday, August 16, 2020 1:27 PM > > Am 2020-08-16 um 18:16 schrieb Jason Pyeron: > > Is there a better way than this? > > > > Specifically - detect running Tomcat, then if under Tomcat (today only >

tomcat http error code 502

2020-10-21 Thread Jason Wee
Hi, using tomcat 8.5.42 and have the following questions * will tomcat log http error 502 in accesslog? * under what situation will tomcat return 502? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: tomcat http error code 502

2020-10-25 Thread Jason Wee
a 502 > response thanks, this is helpful, I have checked my codebase, the 502 that client receives would probably be at client proxy. Jason On Thu, Oct 22, 2020 at 9:44 PM Christopher Schultz wrote: > > Jason, > > On 10/22/20 01:36, Jason Wee wrote: > > using tomcat 8.5.42 and h

owb and cxf module should include in the release source package

2021-02-08 Thread Jason Wee
ion need to specify that to reference owb and cxf module at github instead? Jason - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

java.lang.ClassNotFoundException: javax.servlet.Filter

2021-02-15 Thread Jason Wee
on directory [/home/jason/tomcat/apache-tomcat-10.0.2/webapps/rest] has finished in [435] ms any idea how to change from javax to jakarta? Jason - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional comm

Re: java.lang.ClassNotFoundException: javax.servlet.Filter

2021-02-15 Thread Jason Wee
/WebBeansConfigurationListener.java#L36 ? Jason On Mon, Feb 15, 2021 at 6:19 PM Mark Thomas wrote: > > On 15/02/2021 08:26, Jason Wee wrote: > > Using Apache Tomcat 10.0.2, build owb and cxf and placed into lib directory > > > > tomcat-cxf-3.4.1.jar > > tomcat-

Re: java.lang.ClassNotFoundException: javax.servlet.Filter

2021-02-15 Thread Jason Wee
patch, please also let me know so I can contribute back to the tomcat community. Thank. Jason On Mon, Feb 15, 2021 at 11:35 PM Woonsan Ko wrote: > > On Mon, Feb 15, 2021 at 7:19 AM Jason Wee wrote: > > > > okay, currently there is no custom application code, I just build two &

automatically detecting if HTTPS is supported

2006-06-23 Thread Jason Novotny
Hi, I have a JSP that does a form submission, and I'm wondering if there's any way I can detect if HTTPS is supported so that I can create a secure https connection to my servlet, or use normal http if not. Tha

LVS problem

2006-06-27 Thread Jason Downing
I have a problem with a tomcat cluster and a Linux Virtual Server based load balancer. I beleive the problem is with my load balancer, but I'm not completely sure. Does anyone know if there is any interaction between tomcat and IPVS in LVS? Here is a link to the full details of my problem if it

Tomcat as a proxy server

2006-07-23 Thread McHugh, Jason
aid -- I thought that I should be able to do what I want using config only.) To summarize - I would like to configure my tomcat instance to call my servlet independent of the URL or http "host" header which tomcat receives. Does anyone know how to do this? Thanks. Jason McHugh

how to log a class in shared/lib

2006-08-07 Thread Jason Novotny
, Jason - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

getting authentication information from apache

2006-08-11 Thread Jason Nesbitt
Connector element in my tomcat 5.5 server.xml file Any hints? Thanks Jason

Re: getting authentication information from apache

2006-08-11 Thread Jason Nesbitt
wow. I must have glazed right over that when looking at the documentation. Thanks! On 8/11/06, Pid <[EMAIL PROTECTED]> wrote: http://tomcat.apache.org/tomcat-5.5-doc/config/ajp.html set Jason Nesbitt wrote: > I'm using apache as a front end to my tomcat 5.5 serve

best way to setup servlet and filter for REST style URLs

2006-10-17 Thread Jason Novotny
oticed depending on the initial URL a user put in, sometimes bad or unexpected things happened so I thought maybe using a filter with a forward is very fragile code. Has anyone else done this kind of thing-- I tried looking at some popular frameworks but they didn

IIS 6.0 Tomcat 5.0 Isapi_Redirect 1.2.19

2006-10-17 Thread Beard, Jason
When I turn on basic authentication IIS does not allow me to authenticate, it prompts 3 times and then gives a 401.2 HTTP error. Any help would be appreciated. Thanks Jason Beard [EMAIL PROTECTED] (US) +1.781.501.4408 (mobile) +1.617.548.5568 The Revere Group <http://www.rev

Problem with default context when moving from 5.5.7 to 5.5.12

2005-11-30 Thread Jason Burrows
text with a zero-length string. This information is contradictory, so I'm not sure what the correct course of action is. So, to sum it up: How do I set up a default context in 5.5.12 for a web application that is not located in the web apps directory (I could do this for 5.5.7 and before us

Re: Problem with default context when moving from 5.5.7 to 5.5.12

2005-12-01 Thread Jason Burrows
ot;you must provide a default context". I don't see how all three statements can be true, and yet that is all I had to go off of. Where are you getting documentation that more accurately explains the context setup, and led you to the solution you provided? Thanks! Jason

using directory outside of webapp

2005-12-17 Thread Jason Abreu
Tomcat version: 5.5.9 Tomcat directory: /etc/jakarta-tomcat-5.5.9/ I have a JSP page that displays search results and, based on a unique identifier for each result, displays a picture of each result. The pictures are located outside of the tomcat directory structure, in a separate

TC 5.5.12 WARNING: A docBase XXX inside the host appBase has been specified, and will be ignored

2005-12-19 Thread Jason Novotny
y logfile: WARNING: A docBase /Users/novotny/Jakarta/tomcat-5.5.12/webapps/gridsphere ins ide the host appBase has been specified, and will be ignored Navigating to localhost:8080/portal gives me a 403 This worked before, I'm wondering if this is a known bug or if th

Re: TC 5.5.12 WARNING: A docBase XXX inside the host appBase has been specified, and will be ignored

2005-12-19 Thread Jason Novotny
nge the URL to be something like http://localhost:8080/portal I don't want them to have to rename the actual deployed web application WAR file or directory. Thats what I thought the path and docBase were used for. Thanks very much, Jason Caldarale, Charles R wrote: From: Jason

Re: TC 5.5.12 WARNING: A docBase XXX inside the host appBase has been specified, and will be ignored

2005-12-19 Thread Jason Novotny
m now forced to rename my web application to portal AND rename my context file from gridsphere.xml to portal.xml. Is there any other way? And if so what should my context file look like to do this? Thanks, Jason The name of the .xml file containing the element determines the name of the web

Admin Utility Install

2005-12-23 Thread Jason Shadonix
Any pointers on installing the Admin Utility on Tomcat 5.5. I don't see any obvious documentation on it. The download gives you a conf and server folder, and my assumption was to add the contents of those folders to the appropriate folders, but it did not work. Any suggestions would be app

JSessionID

2006-01-09 Thread Jason Oullette
How does tomcat decide if the JSessionID will be put in a cookie or in the post header(url rewriting)? Are these the only two ways the JSessionID is passed around? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

logging my own library in tomcat's shared classpath

2006-02-03 Thread Jason Novotny
use if the library is in shared/lib? For instance if I use log4j, it seems that I would also have to deploy log4j in shared/lib too I believe. Thanks, Jason - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Tomcat Virtual Directory

2006-02-23 Thread Jason Abreu
I wrote a search application that returns database records, and based upon the key field in database, retrieve a picture from a separate picture repository on the server. My question is how can i set up my webapp to access my repository? Info: IDE- Netbeans 4.1 version- Tomcat 5.5

Tomcat 5.5/Active Directory/JNDI/server.xml Question (Not Realm related)

2006-04-03 Thread Jason Beck
while (i.hasNext()) { %> <%=i.next()%> <% } %> After I restart Tomcat, I can gather information from the AD server one time. The next time I reload my JSPs, I get this error: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial Best Regards, Jason Hensley

Re: Making an LDAP connection available to a web application

2006-04-18 Thread Jason Beck
making a class that would handle LDAP connection pooling would be required for any production use. I hope you find this helpful. Best Regards, Jason Beck On 4/6/06, Graham Leggett <[EMAIL PROTECTED]> wrote: > > Hi all, > > There are lots of tutorials available explaining how

Context fails to load with Filter

2006-05-09 Thread Jason Beck
Hello list, I have written my first filter and think that I have it right, but when I try to start Tomcat 5.5.9 after applying the necessary configuration changes to web.xml, the Context that the Filter is in fails to start. Perhaps someone can tell me what I may have done wrong. <-- web.xml -

Re: Context fails to load with Filter

2006-05-09 Thread Jason Beck
Well, I feel silly now, but 10 seconds after I sent the email to the list, I looked back at my Class and noticed that I had declared it Abstract. Once I removed the "abstract" declaration and recompiled it all works as expected. Thanks for your time. -Jason On 5/9/06, Mike Sabro

ssl timeout length with jsse with tomcat 5.5

2006-06-02 Thread Jason Pendrey
I want to know how to control the length of time that an ssl connection timesout and a user needs to login again. Right now its too short and I can't find anything in the server.xml ssl connector node that seems to change that. I'm using tomcat 5.5 with the latest jsse. -

Re: ssl timeout length with jsse with tomcat 5.5

2006-06-04 Thread Jason Pendrey
have to look into it. Bill Barker wrote: "Jason Pendrey" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I want to know how to control the length of time that an ssl connection timesout and a user needs to login again. Right now its too short and I can&#

placing context.xml in META-INF works?

2006-10-18 Thread Jason Novotny
ctory of my WAR file and it would get automatically deployed in Tomcat-- is this correct? I tried it but didn't see my context file in the $CATALINA_HOME/conf/Catalina/localhost/ directory after starting up... Thanks, Jason --

trying to change the context path in context.xml

2006-10-23 Thread Jason Novotny
Hi, I've configured context.xml in my webapp META-INF/context.xml and I want to change the path attribute, so that instead of the context being identified by my web application name it is user configurable in the context.xml. Is this possible? Thanks,

Re: trying to change the context path in context.xml

2006-10-23 Thread Jason Novotny
Thanks Chuck, It might be nice to have some info about the "Tomcat deployment philosophy" on the page http://tomcat.apache.org/tomcat-5.5-doc/config/context.html since it wasn't clear how the context attribute is useful now based on what you say. Cheers, Jason Calda

including a jsp outside of tomcat directory

2006-11-01 Thread Jason Novotny
ntent directory. Unfortunately I see that if I use the RequestDispatcher.include mechanism to include a file not in the webapp, it doesn't work-- are there any workarounds available? Thanks, Jason - To start a ne

RE: JSP alternative to ASP.NET

2006-11-28 Thread Jason Lanpher
at MyEclipse or Struts Studio as an alternative IDE. Finally there is always Eclipse with WTP plugin. Jason Lanpher [EMAIL PROTECTED] - Original Message - From: Dima Retov Sent: Tue, 11/28/2006 10:02am To: Tomcat Users List Subject: JSP alternative to ASP.NET Is there alternati

How to get User Access logs in tomcat

2006-12-13 Thread Jason Friedman
ult.jspa HTTP/1.1" 302 - 1.732 39F9C7F048F7F060A4B9883A7348082D --- I cannot find such logs in the logs/ directory, what configuation should I do to have it appears? What plugin should I have? Thanks. I've tried to add the following to the server.xml files, but it doesn't work Jason.

Re: How to get User Access logs in tomcat

2006-12-13 Thread Jason Friedman
Leon, I tried your conf. It generates two log files access_log.2006-12-13 and access_webapp.2006-12-13.log in the logs/ dir. However, both of them are empty. Jason. On 12/13/06, Leon Rosenberg <[EMAIL PROTECTED]> wrote: I think your valve definition misses some attr

Re: How to get User Access logs in tomcat

2006-12-13 Thread Jason Friedman
Leon, I'm using 4.1.34, and I added it before , I tried your conf, it works now, thanks. On 12/13/06, Leon Rosenberg <[EMAIL PROTECTED]> wrote: in which block? here? Leon On 12/13/06, Jason Friedman <[EMAIL PROTECTED]> wrote: > Leon, > > I tried your

RE: Oracle OHS and Tomcat

2007-01-23 Thread Jason Pyeron
Too many acronyms in my life. OHS? -Original Message- From: BATCHELOR, SCOTT (CONTRACTOR) [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 23, 2007 14:52 To: users@tomcat.apache.org Subject: Oracle OHS and Tomcat Just curious if anyone is fronting Tomcat with the standalone OHS product.

Trouble adding custom ELResolver into resolver chain

2007-01-25 Thread Jason Rasmussen
b-app-2_5.xsd. Thanks in advance for any hints or suggestions. Jason -- View this message in context: http://www.nabble.com/Trouble-adding-custom-ELResolver-into-resolver-chain-tf3119293.html#a8642016 Sent from the Tomcat - User mailing l

Tomcat 6.0.7: JspContext is null in ELContext

2007-01-29 Thread Jason Rasmussen
I set up the ELResolver stack as follows: javax.servlet.jsp.el.ImplicitObjectELResolver demo.resolver.DCELResolver javax.el.MapELResolver javax.el.ResourceBundleELResolver javax.el.ListELResolver javax.el.ArrayELResolver javax.el.BeanELResolver demo.resolver.DebugE

Re: Tomcat 6.0.8 & JSF 1.2 RI

2007-01-29 Thread Jason Rasmussen
I found that with Tomcat 6.0.8, I didn't need to initialize the JspRuntimeContext, however my ELResolver is never actually hit. I placed print outs in the constructor and all the overridden methods of my ELResolver to determine if they were ever called. Only the constructor is ever called. The

RE: Apache module to accept encrypted query string.

2007-01-30 Thread Jason Pyeron
Explain encrpyted query string please? And why are you not using post w/ ssl? -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Sr. Consultant

Tomcat and JSP Issue

2007-02-02 Thread Jason Friedman
va.util.*,java.io.*,java.sql.*"%> <% try{ String myname = "Jason"; }catch(Exception e){ e.printStackTrace(); } %> This is a html, my name is <%=myname%> ==

Re: Tomcat and JSP Issue

2007-02-02 Thread Jason Friedman
u have the "myname" variable declared inside the try/catch statement. Try declaring it outside of the try/catch. <%@ pagelanguage="java" contentType="text/html" import=" java.util.*,java.io.*,java.sql.*"%> <% Stri

Tomcat 6.0.x Custom ELResolver

2007-02-07 Thread Jason Rasmussen
Has anyone gotten a custom ELResolver to work in Tomcat 6.0.x using the existing ELResolver stack? In other words, not entering it into the faces-config.xml, but adding it through the JspApplicationContext. -- View this message in context: http://www.nabble.com/Tomcat-6.0.x-Custom-ELResolver-tf

RE: Tomcat load up error, w/ Oracle

2007-02-13 Thread Jason Pyeron
Are you able to connect to the Oracle box using sqlplus from the tomcat box? -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Sr. Consultant

RE: Tomcat load up error, w/ Oracle

2007-02-13 Thread Jason Pyeron
. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Sr. Consultant10 West 24th Street #100- - +1 (443) 269-1555 x333Baltimore, Maryland 21218

RE: PermGen space [ot]

2007-02-16 Thread Jason Pyeron
So how should one write their singleton? -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Sr. Consultant10 West 24th Street

NoClassDefFoundError on Tomcat startup

2005-10-17 Thread Jason Terk
Hi, I’m trying to write an email log handler to use with tomcat 4.1 but am getting a NoClassDefFoundError exception as soon as Tomcat attempts to load the log handler class. mail.jar and activation.jar are both in CATALINA_HOME/common/lib and (from debugging through Eclipse) they appear to

RE: NoClassDefFoundError on Tomcat startup

2005-10-17 Thread Jason Terk
> Hello Jason. It appears that the .jar files in question are not available > to the loader. Is CATALINA_HOME/common/lib defined as a classpath within > Eclipse? I'm not launching Tomcat from Eclipse, just attaching Eclipse to the process to debug. I thought that anything in CATALI

RE: Tomcat support for RedHat Linux 5.0

2008-07-01 Thread Jason Pyeron
RHEL 5 or Very, Very, Very old RH 5 (circa 1990's) ? -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10

[6.0.16] JNDI, MSSQL, context.xml, server.xml, web.xml, common/lib, DataSources, exceptions, configuration hell, vague tutorials, hidden documentation, lions, tigers, bears, oh my...

2008-07-05 Thread Jason Cipriani
driverClassName com.microsoft.jdbc.sqlserver.SQLServerDriver maxIdle 2 username *username* Thanks a lot, Jason

Re: [6.0.16] JNDI, MSSQL, context.xml, server.xml, web.xml, common/lib, DataSources, exceptions, configuration hell, vague tutorials, hidden documentation, lions, tigers, bears, oh my...

2008-07-05 Thread Jason Cipriani
On Sun, Jul 6, 2008 at 12:59 AM, Jason Cipriani <[EMAIL PROTECTED]> wrote: > I am now in hour 6 of attempting to configure a single JNDI DataSouce > resouce to connect to an MSSQL database, with Tomcat 6.0.16 (jre > 1.6.0_04, windows xp sp3). I have finally gotten MS SQL 2005 Expre

Re: [6.0.16] JNDI, MSSQL, context.xml, server.xml, web.xml, common/lib, DataSources, exceptions, configuration hell, vague tutorials, hidden documentation, lions, tigers, bears, oh my...

2008-07-06 Thread Jason Cipriani
On Sun, Jul 6, 2008 at 11:04 AM, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: >> From: Jason Cipriani [mailto:[EMAIL PROTECTED] >> Subject: [6.0.16] JNDI, MSSQL, context.xml, server.xml, >> web.xml, common/lib, DataSources, exceptions, configuration >>

[OT] RE: Found a product for running Tomcat off CDROM -have anybody tried it?

2007-02-20 Thread Jason Pyeron
y by night. Oh well, but it was good spam. -Jason -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Sr. Consultant10 West 2

RE: Anyone know of an up-to-date packager?

2007-03-22 Thread Jason Pyeron
. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Sr. Consultant10 West 24th Street #100- - +1 (443) 269-1555 x333Baltimore, Maryland 21218

Tomcat hprof empty file

2007-05-08 Thread Jason Polites
Hi all, I am running Tomcat 5.5.23 on a Win32 platform as an NT Service, with the native DLL. I am experiencing the CPU spinning at 100% in our production environment, which is not something I have seen in our dev or staging env. In order to determine the problem area, I have tried running Tomc

Re: request.getParameter is returning the wrong value

2007-05-08 Thread Jason Polites
First, I'd just make sure you are passing the right value from the form. alert() the (editFlag=" + document.theForm.editFlag.value + "&activeTab=" + document.theForm.activeTab.value + "&id=" + vId;) string before you do the location.href to be sure. Given that you are saying it works until multi

Re: request.getParameter is returning the wrong value

2007-05-08 Thread Jason Polites
thing I noticed about it is it is > >> declared like this > >> > >> !String theID; > >> > >> I have never seen this before. Does this make the variable static? > >> If so then it is obvious why this is happening > >> > >>

Re: request.getParameter is returning the wrong value

2007-05-08 Thread Jason Polites
too late.. looks like Mr Schultz has the correct answer. On 5/9/07, Jason Polites <[EMAIL PROTECTED]> wrote: That's really strange. If that's in the generated .java file then I'm amazed it actually compiles. It's syntactically incorrect. Are you sure it's no

Re: Tomcat hprof empty file

2007-05-08 Thread Jason Polites
vice Wrapper http://people.apache.org/~fhanik/wrapper.html to rule out the case, that its a win service problem Filip Jason Polites wrote: > Hi all, > > I am running Tomcat 5.5.23 on a Win32 platform as an NT Service, with the > native DLL. > > I am experiencing the CPU spinnin

RE: Split Tomcat standard out into files for each context in 5.5

2007-12-04 Thread Jason Perrone
Thanks Mark. -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 04, 2007 12:58 PM To: Tomcat Users List Subject: Re: Split Tomcat standard out into files for each context in 5.5 Christopher Schultz wrote: > Mark, > > Mark Thomas wrote: >> Not strictl

RE: Is Tomcat FIPS compliant

2008-01-14 Thread Jason Pyeron
ally when a software vendor says that a product is "intuitive" he > means the exact opposite. > > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. ht

RE: Is Tomcat FIPS compliant

2008-01-14 Thread Jason Pyeron
use a cookie as the authorization). Please if you would like any information, please email us. If you are looking for non-consulting advice and help email on list, if you are looking for professional consulting services email off list. We are glad to help, FOSS, 501(c)3, .GOV, and .com. Jason P

SSL Tomcat and Apache.

2007-06-14 Thread Jason Lanpher
advance for all of you thoughts on the matter. Jason Lanpher

  1   2   3   4   5   >