Re: possible to define/deploy a context but not start it?

2010-06-02 Thread Jeff Ramin
not be started. -- Jeff Ramin Software Engineer Singlewire Software 2601 W Beltline Hwy #510 Madison, WI 53713 Phone Direct - 608.661.1172 www.singlewire.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: possible to define/deploy a context but not start it?

2010-06-02 Thread Jeff Ramin
Kolinko wrote: 2010/6/2 Jeff Raminjeff.ra...@singlewire.com: I've been experimenting some more, and can't seem to find a solution to my situation. Deploying an app via JMX seems to be broken. The manager webapp uses JMX. So it should be working. (Maybe not the methods that you are trying

Re: possible to define/deploy a context but not start it?

2010-06-02 Thread Jeff Ramin
operations. On 06/02/2010 01:34 PM, Konstantin Kolinko wrote: 2010/6/2 Jeff Raminjeff.ra...@singlewire.com: If anybody has the time and is willing to give this a try, I'd like to know if it's possible to deploy a webapp via JMX/jconsole in either tomcat 5.5.x or 6.0.x. I can't seem to do

Re: possible to define/deploy a context but not start it?

2010-06-01 Thread Jeff Ramin
On 05/29/2010 08:30 AM, Konstantin Kolinko wrote: 2010/5/29 Pidp...@pidster.com: On 28/05/2010 19:07, Jeff Ramin wrote: Running tomcat 5.5.20. Is there a way to configure tomcat such that it is aware of a webapp (context), but doesn't start it (process requests) when tomcat starts

Re: possible to define/deploy a context but not start it?

2010-06-01 Thread Jeff Ramin
On 06/01/2010 11:45 AM, Pid wrote: On 01/06/2010 17:36, Jeff Ramin wrote: On 05/29/2010 08:30 AM, Konstantin Kolinko wrote: 2010/5/29 Pidp...@pidster.com: On 28/05/2010 19:07, Jeff Ramin wrote: Running tomcat 5.5.20. Is there a way to configure tomcat

Re: possible to define/deploy a context but not start it?

2010-06-01 Thread Jeff Ramin
On 06/01/2010 11:46 AM, Caldarale, Charles R wrote: From: Jeff Ramin [mailto:jeff.ra...@singlewire.com] Subject: Re: possible to define/deploy a context but not start it? Deploying a webapplication, though, always starts it. If a webapplication is included as aContext element

Re: possible to define/deploy a context but not start it?

2010-06-01 Thread Jeff Ramin
On 06/01/2010 01:20 PM, Caldarale, Charles R wrote: From: Jeff Ramin [mailto:jeff.ra...@singlewire.com] Subject: Re: possible to define/deploy a context but not start it? Yes, I've done this. However, I don't see a way to deploy/start my app. If I start jconsole when starting tomcat like

Re: problems at thejarbar.org

2010-05-30 Thread Jeff
would this help? http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html#Common%20Problems On 5/30/2010 10:08 AM, Yucca Nel wrote: The following is becoming a common and serious problem and I am unable to find a google solution for it... I have never seen sych an error

Re: possible to define/deploy a context but not start it?

2010-05-29 Thread Jeff Hubbs
Thanks for explaining this, Konstantin - I was wondering about this also. - Jeff On 5/29/10 9:30 AM, Konstantin Kolinko wrote: 2010/5/29 Pidp...@pidster.com: On 28/05/2010 19:07, Jeff Ramin wrote: Running tomcat 5.5.20. Is there a way to configure tomcat such that it is aware

Re: tomcat performance differences between windows and linux

2010-05-28 Thread Jeff Hubbs
things in the mix on RHEL that are superfluous, like LVM2 or SELinux. It might be a more fair comparison if you don't use and/or disable that stuff. - Jeff - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: tomcat performance differences between windows and linux

2010-05-28 Thread Jeff Hubbs
On 5/28/10 10:27 AM, Dave Siracusa wrote: Yes both are on the same network and same distance. If I limit it to 30 threads their behavior is the same. By this do you mean that the timing of both systems more closely match each other if you produce just 30 threads on each? As far as the

Tomcat 6.0 always uses default host in multi-host config

2010-05-25 Thread Jeff
I have two IP-based virtual hosts configured in a standalone Tomcat server. Each host has its own SSL certificate and keystore. Tomcat appears to behave as if only the default host is defined. When I hit seconddomain.com, Tomcat serves the ROOT app for firstdomain.com and writes to

Re: Tomcat 6.0 always uses default host in multi-host config

2010-05-25 Thread Jeff
/seconddomain.com Both are simple: Context path= docBase=ROOT debug=0 / On 5/25/2010 5:06 AM, Pid wrote: On 25/05/2010 10:44, Jeff wrote: I have two IP-based virtual hosts configured in a standalone Tomcat server. Each host has its own SSL certificate and keystore. Tomcat appears to behave

Re: Tomcat 6.0 always uses default host in multi-host config

2010-05-25 Thread Jeff
Neither suggestion worked. On 5/25/2010 5:52 AM, Konstantin Kolinko wrote: 2010/5/25 Jeffjwi...@cox.net: Any clues as to what is wrong? 6. useIPVHosts=true / Thus you should use IP addresses as host names (or as aliases). 8.Connector address=1.2.3.4

Re: Tomcat 6.0 always uses default host in multi-host config

2010-05-25 Thread Jeff
The application does not automatically redirect to 443. Standard HTTP exhibits the same behavior: if the default host is firstdomain.com, http://seconddomain.com still accesses the ROOT app for firstdomain.com On 5/25/2010 7:48 AM, Pid wrote: On 25/05/2010 13:00, Jeff wrote: I did

Re: Tomcat 6.0 always uses default host in multi-host config

2010-05-25 Thread Jeff
No. And again, if I change the default host in the config, the app that is displayed is different, so I don't think that's the issue. On 5/25/2010 8:56 AM, Pid wrote: On 25/05/2010 14:13, Jeff wrote: The application does not automatically redirect to 443. Standard HTTP exhibits the same

Re: Tomcat 6.0 always uses default host in multi-host config

2010-05-25 Thread Jeff
TC writes to the access logs for the default host, which would be expected. On 5/25/2010 8:18 AM, Caldarale, Charles R wrote: From: Jeff [mailto:jwi...@cox.net] Subject: Re: Tomcat 6.0 always uses default host in multi-host config Standard HTTP exhibits the same behavior: if the default host

Re: Tomcat 6.0 always uses default host in multi-host config

2010-05-25 Thread Jeff
Putting an Alias element in the Host solved the problem. I initially had no Alias elements, then added one using the public IP. Logs indicated that Tomcat could not connect to that IP; changing the IP to the local IP (identical to the IP defined in the name attribute in the Connector) seems

Re: Porting app from Tomcat 5.0.28 to 6.0.26

2010-05-14 Thread Jeff Hubbs
, should I abandon c3p0 entirely? Another question: this app has Hibernate 2.1b6 packaged in with it...should I fly in a newer one as long as the usage won't have changed? I'm not really in a position to rework the app to handle usage changes. Thanks, Jeff On 5/13/10 5:28 PM, Mark Eggers wrote

Re: Porting app from Tomcat 5.0.28 to 6.0.26

2010-05-14 Thread Jeff Hubbs
Also, this wiki says Hibernate ships with the CP30 connection pooling classes, so as long as the Hibernate jars are in WEB-INF/lib directory (which they should be), they should be available. Was that also true as of Hibernate 2.1b6? On 5/14/10 9:48 AM, Jeff Hubbs wrote: Thanks, Mark

Re: Porting app from Tomcat 5.0.28 to 6.0.26

2010-05-14 Thread Jeff Hubbs
Thanks, Mark - for now I'm trying Tomcat-only pooling (first part of that aforementioned wiki page) just hoping I can get a datasource connection...if that works I may go on to the Hib/c3p0 bit. - Jeff On 5/14/10 3:19 PM, Mark Eggers wrote: I'm not familiar with the earlier versions

Porting app from Tomcat 5.0.28 to 6.0.26

2010-05-13 Thread Jeff Hubbs
Hello - I have a DB2-backed legacy app on a legacy platform that I'm trying to modernize. My objective is to modernize the platform underneath the app (Gentoo Linux for now, Tomcat 6.0.26, Sun JDK 1.6.0.20) and do so in a way that a longtime Java/Tomcat integrator would readily recognize

Re: SSL Using IP Addresses

2009-08-18 Thread Jeff Sexton
from security standpoint. Read this document for example how to do that: http://www.contentroller.com/c/view/7236/no_subject_alternative_names_matching_ip_address_no_name_matching_found.html Regards, Ognjen Jeff Sexton wrote: Hello - We do not have permission to create a hosts file

SSL Using IP Addresses

2009-08-13 Thread Jeff Sexton
exception. In Glassfish to Glassfish calls, using the IP address works fine. Does anyone know how to make an SSL call from a Tomcat server using the IP address only? Is it even possible? Thank you -- Jeff Sexton http://www.elgintime.com

Re: SSL Using IP Addresses

2009-08-13 Thread Jeff Sexton
it with an alias of the IP address not work for us? Thank you, my understanding of this is still weak. On Thu, Aug 13, 2009 at 8:47 AM, Ognjen Blagojevicogn...@etf.bg.ac.rs wrote: Jeff Sexton wrote: We have a situation where we need to call a SOAP service in a Glassfish server via HTTPS

Re: Why we need two servers (httpd and tomcat)

2009-04-27 Thread Jeff Allison
Hello Group, Can someone explain to me the basic difference between httpd and tomacat serer. What one can do so the other can not do. And why do we need these two servers in the first place. I will appreciate this. -- Thanks Nagrik Don't you need to run apache etc in front of tomcat

mod_jk through a firewall (yes, I RTFM)

2009-03-19 Thread Jeff Fulmer
: IfModule mod_jk.c JkWorkersFile/etc/httpd/conf/workers.properties JkShmFile/var/log/httpd/mod_jk.shm JkLogFile/var/log/httpd/mod_jk.log JkOptions +DisableReuse JkMount /rp/* balancer JkMount /rpbalancer /IfModule Any thoughts? TIA, Jeff

Re: mod_jk through a firewall (yes, I RTFM)

2009-03-19 Thread Jeff Fulmer
On 19.03.2009 14:02, Jeff Fulmer wrote: If I stop the tomcat server tomcat2, there's no problem. It properly closes the sockets and mod_jk/apache/linux knows the server went away. But if I shutdown the network on tomcat2 (or yank the cable), mod_jk continues to send packets to it. My socket

My deployed war file has servlet-api-2.5.jar in its WEB-INF/lib folder, but Tomcat 6.0.18 displays a warning during deployment

2008-12-18 Thread Jeff Walker
that Maven is correct here in leaving it in the war, while Tomcat should realize that many deployed war files may include this common jar? Any info or help would be much appreciated. Thanks, -jeff walker

Re: My deployed war file has servlet-api-2.5.jar in its WEB-INF/lib folder, but Tomcat 6.0.18 displays a warning during deployment

2008-12-18 Thread Jeff Walker
Ok, thanks Charles. Maven requires it for build purposes, but I can instruct Maven to remove it from the war file. Thanks again, -jeff On Thu, Dec 18, 2008 at 1:49 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Jeff Walker [mailto:webservices.archit...@gmail.com] Subject

Re: My deployed war file has servlet-api-2.5.jar in its WEB-INF/lib folder, but Tomcat 6.0.18 displays a warning during deployment

2008-12-18 Thread Jeff Walker
I'm certain it does, too. I'm just relatively new to Maven. I will investigate. Thanks again! -jeff On Thu, Dec 18, 2008 at 1:56 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Jeff Walker [mailto:webservices.archit...@gmail.com] Subject: Re: My deployed war file has

Re: My deployed war file has servlet-api-2.5.jar in its WEB-INF/lib folder, but Tomcat 6.0.18 displays a warning during deployment

2008-12-18 Thread Jeff Walker
Ok, this is new to me. I can see I have a lot of reading about Maven to do! Thanks David. -jeff On Thu, Dec 18, 2008 at 1:59 PM, David Smith d...@cornell.edu wrote: Then change your pom.xml so the servlet-api is in scope provided. This will allow the build, but not include the jar. --David

Re: How to serve two docBases under the same context path

2008-10-23 Thread Jeff
might even automatically combine the content in your war file. I have not tried this myself, so YMMV. You may need to write a custom ant build file to create a combined war file. You might have better luck posting on a list for your IDE. This is more of an IDE problem than a tomcat issue. -- Jeff

tomcat6 + proxy issues

2008-10-01 Thread Jeff D
do the same on http://localhost:8080/app1/login , all works fine. I've also tried adding to the server.xml: Connector port=8081 proxyPort=80 proxyName=app1host / But, that ends up sending me in redirect loops. Anyone have any idea on how to solve this? thanks Jeff

Re: How to redirect a web page from Tomcat to your browser?

2008-09-22 Thread Jeff
docs. -- Jeff - 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: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Jeff
locale and get that fixed, but time is money. Examine your Tomcat 5 setup, maybe a similar tweak had been made there.. -- Jeff - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED

Re: ClassNotFoundException when moving from Java 1.5 to 1.6

2008-08-29 Thread Jeff
On Thu, Aug 28, 2008 at 3:21 PM, Jeff [EMAIL PROTECTED] wrote: I have an app currently running on Tomcat 5.5.26/CentOS 4.6/jre1.5.0_16. This configuration is working just fine. But if I run Tomcat with jre1.6.0_07, my application gets a ClassNotFoundException when I try to use

ClassNotFoundException when moving from Java 1.5 to 1.6

2008-08-28 Thread Jeff
) at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:112) at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100) ... 25 more -- Jeff - To start a new topic, e-mail: users

RE: context.xml and custom realm

2008-07-23 Thread Jeff Powell
I am trying to create a custom realm but it seems that with JAAS I have to create a global realm for a specific application. I am also having copious troubles getting it to work. I'd like to be able to use a JDBC like approach with named arguments. My problem is that the database (unidata) does

RE: context.xml and custom realm

2008-07-23 Thread Jeff Powell
Chuck, Thanks for your response. You really, really want to stay away from any use of odbc. You're right, I do. odbc doesn't speak multi-value and unidata doesn't return result sets. I'm confused; first you ask about JAASRealm, and then close with a comment about JDBCRealm. Which is

RE: context.xml and custom realm

2008-07-23 Thread Jeff Powell
I created a auth.conf file in my $CATALINA_HOME/conf and pointed the JVM to it. /usr/local/apache-tomcat-6.0.16/auth.conf: dropInv { com.ips.security.UdLoginModule required; loginFile=VALIDATION; loginKey=100!IPS.DROP.AUTH; userAttr=3; credAttr=4;

RE: context.xml and custom realm

2008-07-23 Thread Jeff Powell
Typo in the context.xml SEVERE: Class com.ips.security.User not found! Class not added. Jul 23, 2008 2:54:43 PM org.apache.catalina.realm.JAASRealm parseClassNames SEVERE: Class com.ips.security.Roles not found! Class not added. Jul 23, 2008 2:54:44 PM

RE: context.xml and custom realm

2008-07-23 Thread Jeff Powell
Deploy dropInv.war on 6.0.13 production server and I get this again. Is JAAS broken? INFO: Deploying web application archive dropInv.war Jul 23, 2008 3:59:19 PM org.apache.catalina.realm.JAASRealm parseClassNames SEVERE: Class com.ips.security.UdUser not found! Class not added. Jul 23, 2008

RE: context.xml and custom realm

2008-07-23 Thread Jeff Powell
?xml version=1.0 encoding=UTF-8? Context path=/dropInv Realm className=org.apache.catalina.realm.JAASRealm appName=dropInv userClassNames=com.ips.security.UdUser roleClassNames=com.ips.security.UdRoles useContextClassLoader=true / /Context I just added the appName for testing

RE: ssl.SessionId Cache keeps growing

2008-03-04 Thread Jeff MAURY
of the ssltimeout is 86400 seconds ie 1 day. It cannot be changed with a property (on Java5). Regards Jeff MAURY Caldarale, Charles R wrote: From: Yuval Perlov [mailto:[EMAIL PROTECTED] Subject: Re: ssl.SessionId Cache keeps growing Been all over those objects thinking I can set a system wide

Re: Virtual Hosts: path=/ without using ROOT folder?

2008-02-26 Thread Jeff Hoffmann
through connecters (mod_jk/Apache)? I don't really know anything about the content of AJP connections -- do they pass the virtual host name to allow Tomcat to direct the requests to the right host or do all the requests go to the defaultHost? -- Jeff Hoffmann PropertyKey.com

JNDI Realm and Password Encryption

2008-02-13 Thread Jeff Marendo
? Jeff p.s. I'm using Tomcat 5.0.28 Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs - To start a new topic, e

tomcat startup w/ aggressiveheap option

2007-09-02 Thread Jeff Schindler
identical deployment that exhibited this same behavior, but somehow magically fixed itself after I disabled a couple of other services. Are there any known issues like this? Thanks, Jeff - To start a new topic, e-mail: users

Re: Does anyone have an approach to checking if Tomcat instance is UP?

2007-08-20 Thread Jeff Hoffmann
state is used % is 50%, you could send out a warning when it goes to 70% or restart if it goes to 90%. -- Jeff Hoffmann Head Plate Spinner PropertyKey.com - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e

Re: re-used Response instances causing me grief?

2007-06-11 Thread Jeff Amiel
or thoughts would be appreciated. Jeff - 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: Hijacked http requests, Tomcat 6.0.13?

2007-06-10 Thread Jeff Amiel
On 6/10/07, Ola Sundell [EMAIL PROTECTED] wrote: Hello. We have just rolled out a major load-balanced tomcat installation. Currently we're seeing instances in the access logs where HTTP GETs are hijacked, ie: While your problem might be wrapped up in your load balancer/architecture layer,

re-used Response instances causing me grief?

2007-06-06 Thread Jeff Amiel
Have been battling a recent issue (outlined in some detail on the struts mailing list) http://www.mail-archive.com/user%40struts.apache.org/msg61515.html In summary, unless their is some underlying bug that I cannot pinpoint (always possible), my AxisServlet is being handed off a response that

Re: re-used Response instances causing me grief?

2007-06-06 Thread Jeff Amiel
On 6/6/07, Bill Barker [EMAIL PROTECTED] wrote: It doesn't make sense. The Facade delegates to the actual response always, so getting a new instance (the security manager option) won't help. My first guess would be that somebody is doing a jsp:include ... flush=true But how would that

5.5.23 Download - Windows Service Installer - No Page at PGP Link

2007-03-23 Thread Day, Jeff
Link is: http://www.apache.org/dist/tomcat/tomcat-5/v5.5.23/bin/apache-tomcat-5.5.23. exe.asc http://www.apache.org/dist/tomcat/tomcat-5/v5.5.23/bin/apache-tomcat-5.5.23 .exe.asc On page: http://tomcat.apache.org/download-55.cgi http://tomcat.apache.org/download-55.cgi I downloaded using the

Re: [OT] apache-tomcat on an ia64 rhel4?

2007-03-22 Thread Jeff Sadowski
Jeff, Jeff Sadowski wrote: If all else fails I could run bochs and run linux on top of that boy that would be ugly. You should run a virtualization product instead of an emulation product, since you're actually on IA hardware. For instance, run VMware player (free) instead of bochs, and you'll

Re: [OT] apache-tomcat on an ia64 rhel4?

2007-03-22 Thread Jeff Sadowski
Or I can continue following the build instructions for JDK 1.5(it needed jdk 1.4 to build) :-) now I have two options wahoo. well 3 but a virtual machine just doesn't cut it for me. On 3/22/07, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Jeff Sadowski [mailto:[EMAIL PROTECTED

Re: apache-tomcat on an ia64 rhel4?

2007-03-21 Thread Jeff Sadowski
I couldn't find the binary to download either like Charles. Thanks for the link though On 3/21/07, Nelson, Tracy M. [EMAIL PROTECTED] wrote: | From: Jeff Sadowski [mailto:[EMAIL PROTECTED] | Sent: Tuesday, 20 March, 2007 16:44 | | I would like to run apache-tomcat on an dual Itanium server I

Re: apache-tomcat on an ia64 rhel4?

2007-03-21 Thread Jeff Sadowski
to binaries and run them as cgi? I guess I really need to ask my other engineer but I was just trying to get as much done as I could and try and install the application he asked for (tomcat) Thanks On 3/20/07, Jeff Sadowski [EMAIL PROTECTED] wrote: I would like to run apache-tomcat on an dual

Re: apache-tomcat on an ia64 rhel4?

2007-03-21 Thread Jeff Sadowski
until it could be entirely built with gcj so my guess is someone in sun is also betting on it. Maybe the designers of the language. On 3/21/07, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Jeff Sadowski [mailto:[EMAIL PROTECTED] Subject: Re: apache-tomcat on an ia64 rhel4? I'm still

Re: apache-tomcat on an ia64 rhel4?

2007-03-21 Thread Jeff Sadowski
and can run with the Sun JRE as of version 5.5 (maybe 5.0, but I'm not sure without looking it up). Don't use gcj -- it's not a complete enough java environment. I've heard IBM's implementation of java is pretty good but haven't tried it. --David Jeff Sadowski wrote: I'm still really unclear about

Re: [OT] apache-tomcat on an ia64 rhel4?

2007-03-21 Thread Jeff Sadowski
What about jikes will that work? On 3/21/07, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Jeff Sadowski [mailto:[EMAIL PROTECTED] Subject: Re: apache-tomcat on an ia64 rhel4? What is the difference between Java Runtime Environment and having the java binary to run? A myriad

Re: [OT] apache-tomcat on an ia64 rhel4?

2007-03-21 Thread Jeff Sadowski
to the directory created above. 3. Install tomcat? Is that what I need to run tomcat? On 3/21/07, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Jeff Sadowski [mailto:[EMAIL PROTECTED] Subject: Re: [OT] apache-tomcat on an ia64 rhel4? What about jikes will that work? Jikes is just a Java compiler

Re: [OT] apache-tomcat on an ia64 rhel4?

2007-03-21 Thread Jeff Sadowski
Is there an open source JRE? On 3/21/07, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Jeff Sadowski [mailto:[EMAIL PROTECTED] Subject: Re: [OT] apache-tomcat on an ia64 rhel4? Yeah I was reading about this on the jikes sight I guess I need jdk? Actually, just a JRE for the current

Re: [OT] apache-tomcat on an ia64 rhel4?

2007-03-21 Thread Jeff Sadowski
PROTECTED] wrote: From: Jeff Sadowski [mailto:[EMAIL PROTECTED] Subject: Re: [OT] apache-tomcat on an ia64 rhel4? Is there an open source JRE? The Sun JRE is at least partially open source as of sometime last year (maybe all of it is by now - it's not really a concern); why are you hung up about

Re: [OT] apache-tomcat on an ia64 rhel4?

2007-03-21 Thread Jeff Sadowski
If all else fails I could run bochs and run linux on top of that boy that would be ugly. On 3/21/07, Jeff Sadowski [EMAIL PROTECTED] wrote: Because I am not finding the stuff I need to install as far as I know there is no ia32 support on rhel4 running on my ia64 thus the ia32 jre's

Tomcat + Cisco CSS Load-balancer configuration

2007-03-20 Thread Rigo, Jeff
to overcome this, so I was hoping that someone is running a similar configuration that I may be able learn from. Thanks, - Jeff - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED

apache-tomcat on an ia64 rhel4?

2007-03-20 Thread Jeff Sadowski
I would like to run apache-tomcat on an dual Itanium server I have at work. I cannot find JDK for it nor can I find anything besides gcj Is it possable to build tomcat with gcj? has anyone gotten tomcat to run on a ia64 linux machine? or ia64 windows even(I think MS stoped support for the ia64

Re: Newbie help...Mac OS/X+Tomcat+Apache

2007-03-05 Thread Jeff Weinberger
not listening on 8009? have I missed something in my configuration? Or is there something else I need to look at? Any help is appreciated! Thanks, --Jeff Hi Jeff, errno 61 on Mac OS X is connection refused: 61 ECONNREFUSED Connection refused. No connection could be made because the target

Re: Newbie help...Mac OS/X+Tomcat+Apache

2007-03-05 Thread Jeff Weinberger
is that the ajp/13 listener is failing...but I don't know why. Can you help point me to any clues here? Thank you so much for your help!!! --Jeff -Log on launch--- Mar 5, 2007 12:25:47 PM org.apache.catalina.core.AprLifecycleListener init INFO

Re: Newbie help...Mac OS/X+Tomcat+Apache

2007-03-05 Thread Jeff Weinberger
or directories (which contain .jsp pages or servlets) and not outside of the specified directory? Thank you for your help!! --Jeff - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED

Newbie help...Mac OS/X+Tomcat+Apache

2007-03-04 Thread Jeff Weinberger
Hi: I am hoping someone can help me identify what I'm sure is a very simple oversight on my part...but I cannot get Apache+Tomcat working... Configuration: Mac OS/X 10.4.8 (PPC client), Apache 1.3.33, mod_jk 1.2.21, Tomcat 6.0.10 I can run Tomcat standalone, (i.e. start and browse to

Re: Runtime.getRuntime.exec() problem

2007-01-14 Thread Jeff Waugh
. Zack Grafton Try 'top -n10 to do 10 interations and then exit. Top will run forever otherwise. Limiting it with -n will allow it to exit. HTH, -Jeff - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail

Re: Http11AprProtocol took 2 hr to init on http-443

2006-06-22 Thread Jeff Chuang
on my FC5-amd_64, I would be very happy to see if Http11AprProtocol works on port 80 and Http11BaseProtocol works on port 443 with PKCS12 certificate. Regards, Jeff Markus Schönhaber wrote: Mladen Turk wrote: Markus Schönhaber wrote: Maybe someone of the devs chimes in and proves me right

Re: Http11AprProtocol took 2 hr to init on http-443

2006-06-22 Thread Jeff Chuang
Thanks Rémy,it works. And thanks Markus, you help me go through all the discussion and make it work. :) Regards, Jeff Markus Schönhaber wrote: Remy Maucherat wrote: On 6/22/06, Markus Schönhaber [EMAIL PROTECTED] wrote: I've just tried to configure a Connector which uses

Http11AprProtocol took 2 hr to init on http-443

2006-06-19 Thread Jeff Chuang
). It occurs every service restart. Is anyone experiencing this problem? Any common would be appreciated. Jeff System info: Hardware platform: AMD Opteron Dual core 165 on Tyan 2865 board with 1G memory OS: Linux FC-5-x86_64 JDK: Sun 1.5.0_07-b03 Openssl:0.9.8b Apr: 1.2.7 Tomcat: 5.5.17

Re: Http11AprProtocol took 2 hr to init on http-443

2006-06-19 Thread Jeff Chuang
of tomcat or JDK. --David Jeff Chuang wrote: Hi, After starting tomcat from jsvc as service, it took 7840217 ms to initialize Http11AprProtocol on http-443, during which port 80 was blocked. There was no error found in jsvc debug info, neither was catalina.out. After initialization on port 443

Using Ant install with Tomcat 5.5

2006-06-13 Thread Jeff Macomber
but not in tomcat 5.5. Is this a bug? Am I doing something incorrectly? I also tried using context.xml and the deploy tasks with the same result. Any help would be appreciated. Jeff

Re: Tomcat and CRL(s) Certification Revocation Lists

2006-05-10 Thread Jeff Krug
debugging within Tomcat so that I can try and figure out what is failing. I don't see any error messages in my tomcat.log file at all. I don't know if it is even trying to parse the crlFile, failing to parse the file, or if it is failing later to recognize the certificate is revoked. Thanks, Jeff

Re: Requiring TLS with Tomcat 5.5.12

2006-03-10 Thread Jeff Krug
Thu, Mar 09, at 09:19:PM : Bill Barker has proclaimed: Jeff Krug [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Is there a way to disallow the SSL 3.0 protocol? protocols=TLS on the Connector / tag. I added this, but it did not seem to alter the behavior. Here is my

Requiring TLS with Tomcat 5.5.12

2006-03-09 Thread Jeff Krug
sslProtocol=TLS and everything works fine in terms of defaulting to TLS, but the default behavior here is to allow SSL 3.0 as well (that is part of the connection negotiation process, I suppose). Is there a way to disallow the SSL 3.0 protocol? Thanks, Jeff Krug

How to enable HTTP 1.1 Content-MD5 headers?

2006-02-10 Thread Jeff Calog
be appreciated. Thanks in advance for your time, Jeff - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

forcing encodeURL to work on URLs outside of webapp context

2006-01-06 Thread Jeff Hoffmann
shouldn't have the session info appended). I've already handled the cookie-based session handling by setting up cross-context cookies. What I'm wondering is if there's a way to force the URL-rewrite session handling to work in this situation? -- Jeff Hoffmann [EMAIL PROTECTED

<    1   2