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:

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

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Jeff
-Duser.language=en" in setenv.sh. Problem solved. This is admittedly a duct-tape solution. I would rather know why Java was not using the proper locale and get that fixed, but time is money. Examine your Tomcat 5 setup, maybe a similar tweak had been made there.. -- Jeff ---

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

2008-09-22 Thread Jeff
proxied address served by Apache. See ProxyPass and ProxyPassReverse in the Apache 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: How to serve two docBases under the same context path

2008-10-23 Thread Jeff
IDE problem than a tomcat issue. -- 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]

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 firstdomain.

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

2010-05-25 Thread Jeff
alina/seconddomain.com Both are simple: 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 as if only the default ho

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 Jeff: Any clues as to what is wrong? 6. useIPVHosts="true" /> Thus you should use IP addresses as host names (or as aliases). 8. Your HTTPS conn

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 not

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 exhibit

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 to

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 and

tomcat maven plugin deploy to multiple tomcat instances...

2012-04-18 Thread Jeff
war http://10.12.4.6/manager true UTF-8 UTF-8 HTTP/1.1 true stage06 -- Jeff Vincent predato...@gmail.com See my LinkedIn

Re: tomcat maven plugin deploy to multiple tomcat instances...

2012-06-19 Thread Jeff
profiles and run them one at a time. Any other thoughts? What are others doing to deploy to multiple servers? On Thu, Apr 19, 2012 at 4:38 PM, Olivier Lamy wrote: > Do that work adding in the section: > > > deploy > > > ? > > 2012/4/19 Jeff : > > (Didn't see

Re: very basic question about apache and tomcat

2012-09-19 Thread Jeff
IIyFOoJDd1ZmfOwjHwsT > =javS > -END PGP SIGNATURE- > > ----- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > -- Jeff Vincent predato...@gmail.com See my LinkedIn profile at: http://www.linkedin.com/in/rjeffreyvincent I ♥ DropBox <http://db.tt/9O6LfBX> !!

Unable to start tomcat with Security Manager

2019-06-27 Thread Jeff
Hello all, Hit a roadblock trying to start tomcat with Security Manager and don't even know where to start looking. Any help would be appreciated. catalina.out: 27-Jun-2019 06:01:57.627 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.0.1

Re: Unable to start tomcat with Security Manager

2019-06-27 Thread Jeff
Both manager.xml and host-manager.xml exist but only contain the following: On Thu, Jun 27, 2019 at 9:55 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Jeff, > > On 6/27/19 09:24, Jeff wrote:

Re: Unable to start tomcat with Security Manager

2019-07-01 Thread Jeff
at java.lang.Thread.run(Thread.java:745) On Thu, Jun 27, 2019 at 10:12 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Jeff, > > Aha. There is a "SEVERE .. [/supportcentral] startup failed due t

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
on 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 por

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

2006-06-20 Thread Jeff Chuang
work around suggestion? thanks. Regards, Jeff Markus Schönhaber wrote: Stephen Souness wrote: Could it be related to some problems that Java has had on some Linux distributions with obtaining entropy for its random number generation for encryption? In the past (a few years back admittedly

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

2006-06-21 Thread Jeff Chuang
keystorePass="mypass" /> Please correct me if anything wrong. From my point of view, APR optimization on port 80 is very important for static content, but not important as on port 443. Since I could not wait Http11AprProtocol initialization on port 443 for 2+ hours on my FC

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 whi

Expanding WAR file in "home" directory

2005-11-25 Thread Jeff Brewer
This is probably too basic a question to ask here, and it is definitely a long question because I feel it needs a lot of explaination so I beg your forgiveness in advance and advise you to please just skip it if you have no tolerance for new users with stupid questions. I have spent most of my f

forcing encodeURL to work on URLs outside of webapp context

2006-01-06 Thread Jeff Hoffmann
the webapp and therefore 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 s

How to enable HTTP 1.1 Content-MD5 headers?

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

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,

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 tag. I added this, but

Re: Tomcat and CRL(s) Certification Revocation Lists

2006-05-10 Thread Jeff Krug
iling. 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 Krug ---

Using Ant install with Tomcat 5.5

2006-06-13 Thread Jeff Macomber
something incorrectly? I also tried using context.xml and the deploy tasks with the same result. Any help would be appreciated. Jeff

Re: Runtime.getRuntime.exec() problem

2007-01-14 Thread Jeff Waugh
try executing "top" > > in batch mode. The command line option is -b on my gentoo linux box. > > Also, be careful of executing commands from applets and such. Another > > thing might be user permissions as wel

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 not

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 org.apache.catalina.core.StandardCo

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 3:59

RE: context.xml and custom realm

2008-07-23 Thread Jeff Powell
I just added the appName for testing and it didn't help. com.ips.security.* is in the project .war file. Production server : JAVA_OPTS=-DJAVA_OPTS=-Djava.security.auth.login.config==/opt/tomcat/conf/jaas.config as well as the JVM settings similar to those on the dev server. Development

tomcat6 + proxy issues

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

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 loca

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

2007-03-05 Thread Jeff Weinberger
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 machine actively refused it. It looks a little strange, tha

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

2007-03-05 Thread Jeff Weinberger
us conclusion 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.AprLife

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

2007-03-05 Thread Jeff Weinberger
ies (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] For ad

Tomcat + Cisco CSS Load-balancer configuration

2007-03-20 Thread Rigo, Jeff
se&aun=&spl=1&type=BLAH&r= I have spoken to Cisco and they claim to not have a method to overcome this, so I was hoping that someone is running a similar configuration that I may be able learn from. Thanks, - Jeff --

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 e

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 Itani

Re: apache-tomcat on an ia64 rhel4?

2007-03-21 Thread Jeff Sadowski
to compile the java code 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

Re: apache-tomcat on an ia64 rhel4?

2007-03-21 Thread Jeff Sadowski
eased 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 rhe

Re: apache-tomcat on an ia64 rhel4?

2007-03-21 Thread Jeff Sadowski
JP protocol. Tomcat is fully open source 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'

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 bin

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

2007-03-21 Thread Jeff Sadowski
int 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

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,

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

2007-03-21 Thread Jeff Sadowski
t;[EMAIL 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 c

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'

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

2007-03-21 Thread Jeff Sadowski
I found jdk-1_5_0-src-scsl.zip and am dowloading that now hopefully it is what I need? On 3/21/07, Jeff Sadowski <[EMAIL PROTECTED]> wrote: 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:

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

2007-03-22 Thread Jeff Sadowski
- Hash: SHA1 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) inst

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:[E

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 On page: http://tomcat.apache.org/download-55.cgi I downloaded using t

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 i

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 But how would that impact the AxisServlet?? those

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: re-used Response instances causing me grief?

2007-06-11 Thread Jeff Amiel
ng gone) to a different one... Any advice 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: Does anyone have an approach to checking if Tomcat instance is UP?

2007-08-20 Thread Jeff Hoffmann
If your normal 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

tomcat startup w/ aggressiveheap option

2007-09-02 Thread Jeff Schindler
ad another 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-m

JNDI Realm and Password Encryption

2008-02-13 Thread Jeff Marendo
works in this regard? 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

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

2008-02-26 Thread Jeff Hoffmann
le to access these virtual hosts 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 de

RE: ssl.SessionId Cache keeps growing

2008-03-04 Thread Jeff MAURY
f 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 object

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
t it seems to me 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.

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] > > Subje

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 wrote: > Then change your pom.xml so the servlet-api is in scope "provided". > This will allow the build, but not include the jar. >

SSL Using IP Addresses

2009-08-13 Thread Jeff Sexton
name" 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.elg

Re: SSL Using IP Addresses

2009-08-13 Thread Jeff Sexton
n why does importing 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 Blagojevic wrote: > Jeff Sexton wrote: >> >> We have a situation where we need to call a SOAP service in a >> Gl

Re: SSL Using IP Addresses

2009-08-18 Thread Jeff Sexton
f you > can't use CN in your URL, your last resort is to try to force your client to > use that certificate even though that is problematic from security > standpoint. > > Read this document for example how to do that: > > > http://www.contentroller.com/c/view/7236/no

mod_jk through a firewall (yes, I RTFM)

2009-03-19 Thread Jeff Fulmer
atus And here's my apache configuration: 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 /rpbala

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 &g

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 fro

RE: Binary of mod_jk.so for Apache 2.2.x

2011-07-15 Thread Jeff Allison
Isn't mod_jk deprecated in favour of mod_ajp. On Jul 15, 2011 10:15 PM, "Leffingwell, Jonathan R CTR FRCSE, JAX 7.2.2" < jonathan.leffingwell@navy.mil> wrote: > Big thanks to Chris, Andre, and everyone else for all of the guidance! I think I'm going to do this: > > 1. Compile Apache 2.2.19 in /

RE: Performance for many small requests

2011-09-03 Thread Jeff Sturm
t on systems with large heaps. Not much you can do about cache misses though, besides getting processors with more cache. -Jeff - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: Do I Have Java Memory Fragmentation?

2011-12-19 Thread Jeff Sturm
tual memory for heap alone. You said your server has 16GB of real memory. How large is the paging file? I doubt 16GB is enough based on your heap parameters. -Jeff - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

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 (I'm

Re: Porting app from Tomcat 5.0.28 to 6.0.26

2010-05-14 Thread Jeff Hubbs
d 6.0.26, and if so, 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 O

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: Th

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 v

Re: tomcat performance differences between windows and linux

2010-05-28 Thread Jeff Hubbs
You may have other 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

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 ve

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

2010-05-28 Thread Jeff Ramin
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? Thanks. -- Jeff Ramin Software Engineer Singlewire Software 2601 W Beltline Hwy #510 Madison, WI 53713 Phone D

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 Pid: 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

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 Pid: 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 Pid: 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

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 a element in server.xml

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

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

2010-06-02 Thread Jeff Ramin
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. Anybody have any ideas, or is this unworkable? Thanks. On 06/01/2010 01:20 PM, Caldarale, Charles R wrote: From: Jeff Ramin [mailto:jeff.ra...@sing

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

2010-06-02 Thread Jeff Ramin
from jconsole. Thanks. On 06/02/2010 11:29 AM, Pid wrote: On 02/06/2010 16:28, Jeff Ramin wrote: 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. Anybody have any ideas, or is this unworkable? W

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

2010-06-02 Thread Jeff Ramin
why it must 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.apach

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

2010-06-02 Thread Jeff Ramin
11:54 AM, Konstantin Kolinko wrote: 2010/6/2 Jeff Ramin: 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

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

2010-06-02 Thread Jeff Ramin
ystem operations. On 06/02/2010 01:34 PM, Konstantin Kolinko wrote: 2010/6/2 Jeff Ramin: 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 it, alth

Does Tomcat Maven plugin support WAR overlays ?

2012-04-28 Thread Jeff MAURY
case, it cannot work. AM I missing something ? Thanks Jeff -- Jeff MAURY "Legacy code" often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.twitter.com/jeffmaury --

Re: Does Tomcat Maven plugin support WAR overlays ?

2012-04-30 Thread Jeff MAURY
documentation and issue a warning at runtime when we detect an overlay. I will open a JIRA Jeff On Sat, Apr 28, 2012 at 11:38 PM, Olivier Lamy wrote: > Salut Jeff, > > Current Overlay support with tomcat6/7:run is very limited (only use > jars from WEB-INF/lib of the the war dependencies)

Re: Does Tomcat Maven plugin support WAR overlays ?

2012-04-30 Thread Jeff MAURY
I don't link the idea of having Maven adding some stuff except under target. This will cause many many problems with people and SCM. I don't get your second solution: how do you merge you temporary stuff and src/main/webapp with a symlink ? Jeff On Mon, Apr 30, 2012 at 4:52 PM, Ol

  1   2   >