Re: i18n Struts Jco Code in Tomcat on Windows English and Polish System

2008-05-23 Thread Dirk Weigenand
Take care that the SAP side is also capable of UTF-8. Your basis team might have to do a unicode migration first. regards Dirk Original-Nachricht > Datum: Fri, 23 May 2008 16:22:08 +0530 > Von: "Raghuveer" <[EMAIL PROTECTED]> > An: "\'Tomcat Users List\'" > Betreff: i18n St

Re: Testing performance and scalability

2008-05-15 Thread Dirk Weigenand
Hi, this will likely depend on how much resources you can throw at your performance test tools. JMeter for instance can work in master/slave mode. So the overall count of simulated users will depend on how much threads your operating system will make available to the jvm running jmeter (of cou

Re: Usage of Hibernate

2008-04-07 Thread Dirk Weigenand
Hi, Original-Nachricht > Datum: Sun, 6 Apr 2008 19:37:04 -0700 (PDT) > Von: Sam Wun <[EMAIL PROTECTED]> > An: Tomcat Users List > Betreff: Usage of Hibernate > Hi, > > I am new to Hibernate. > >From googl'ing around, I found that Hibernate is designed for mapping > object clas

Re: Connection Pooling

2008-02-27 Thread Dirk Weigenand
Hi, you should try to use a dedicated worker process for connections. Oracle by defaults spawns (some) worker processes for incoming connection requests which are shared (i.e. not dedicated to a certain user). Setting your connection count to a high number will probably result in an equally hi

Re: TPTP and Tomcat

2008-02-05 Thread Dirk Weigenand
Hi, have a look at the following presentation: http://www.eclipse.org/tptp/home/documents/tutorials/viewlets/v4.1/WTP/WTP_TPTP_viewlet_viewlet_swf.html Be sure you don't use MyEclipse since they disable certain features in the original eclipse installation that conflict with their own version s

Re: [OT] Release Management and Deployment

2007-11-16 Thread Dirk Weigenand
Hi, have a look at AntHill (http://www.urbancode.com) and CruiseControl (http://cruisecontrol.sourceforge.net/). regards Dirk Original-Nachricht > Datum: Fri, 16 Nov 2007 16:46:39 +0100 > Von: Andrew Miehs <[EMAIL PROTECTED]> > An: "Tomcat Users List" > Betreff: Re: [OT]

Re: speed up the server

2007-11-07 Thread Dirk Weigenand
Hi, you could use a profiler to find the slow part of your application. regards Dirk Original-Nachricht > Datum: Wed, 7 Nov 2007 02:21:30 -0800 (PST) > Von: tbt <[EMAIL PROTECTED]> > An: users@tomcat.apache.org > Betreff: speed up the server > > Hi > > I'm a newbie to

Re: All threads busy + OutOfMemoryError

2007-10-23 Thread Dirk Weigenand
Hi, have a look at this blog: https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/6433 Perhaps you find the described tool (SAP Memory Analyzer) useful for inspecting your memory dump. regards Dirk Original-Nachricht > Datum: Tue, 23 Oct 2007 10:43:39 +0200 > Von: Pet

restrict access to application via RemoteHostValve

2006-08-30 Thread Dirk Weigenand
Hi, i'd like to restrict access to an application for a time using the RemoteHostValve in Tomcat. Since we host that application for our user base it won't suffice to greet them during the duration of restricted access with a 403 permission denied reply. Is there a possibility to provide a mes

Re: stress test on tomcat

2005-11-17 Thread Dirk Weigenand
Hi, > --- Ursprüngliche Nachricht --- > Von: "William Mok" <[EMAIL PROTECTED]> > An: > Betreff: stress test on tomcat > Datum: Wed, 16 Nov 2005 14:57:21 -0800 > > - > 16-Nov-2005 2:44:30 PM org.apache.jk.common.ChannelSocket > acceptConnections > WARNING: Exception executing accept > java