RE: [OT] [Tomcat] [daemon] java.lang.OutOfMemoryError unable to create new native thread

2009-02-05 Thread Peter Crowther
across from Ubuntu. - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: [OT] [Tomcat] [daemon] java.lang.OutOfMemoryError unable to create new native thread

2009-02-05 Thread Peter Crowther
to the X11 display server in order to display their output and get their input. All of which means that you often use an X server running on your workstation or thin client to connect to X client programs running on your application/web/... server. - Peter

RE: [OT] [Tomcat] [daemon] java.lang.OutOfMemoryError unable to create new native thread

2009-02-05 Thread Peter Crowther
From: Gregor Schneider [mailto:rc4...@googlemail.com] http://sourceforge.net/projects/xming Just a simple install, very small, convinient and works like charm. Thanks Gregor, I wasn't aware of that one. Think I may just have a new preferred X server :-). - Peter

Re: comet loop after webapp re-start

2009-02-05 Thread Peter Warren
Thanks for the pointer. That bug does look related, as does this one: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6403933 -- fixed against java 7. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For

RE: [Tomcat] [daemon] java.lang.OutOfMemoryError unable to create new native thread

2009-02-04 Thread Peter Crowther
on a box with ssh-only access; works a treat. - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

comet loop after webapp re-start

2009-02-04 Thread Peter Warren
? The workaround is to always re-start the tomcat instead of just the webapp. This is possible for me since my server is only serving a single webapp. Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: comet loop after webapp re-start

2009-02-04 Thread Peter Warren
What JVM are you using? The stack trace doesn't look like anything that a HotSpot JVM would produce. It's Sun Java 1.6.0_10-b33. I grabbed the trace from my eclipse debugger. And I see the loop when running both with and without vm debug flags. Peter

RE: running tomcat with root user

2009-02-01 Thread Peter Crowther
-designed, the overall security may be better than running Tomcat as root. - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: running tomcat with root user

2009-02-01 Thread Peter Crowther
that the *application* needs to write to user directories? - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: Shared Library Issue using JVM ext

2009-01-31 Thread Peter Crowther
. - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Very OT: RE: Slightly OT: ApacheCon Europe 2009

2009-01-31 Thread Peter Crowther
full of (mainly male) hackers, most of whom have red roses in their hair so that it's easier to find them? - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users

RE: Performance of APR

2009-01-30 Thread Peter Crowther
algorithm(s), by what amount, using what measure. What is the source of the performance claim you are asserting? I also wouldn't place bets. I would measure instead. - Peter - To unsubscribe, e-mail: users-unsubscr

RE: Tomcat getting stopped automatically

2009-01-29 Thread Peter Crowther
, it's one of the commonest causes of unexpected server stops! - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: Tomcat 6 vs Apache running as services

2009-01-27 Thread Peter Crowther
as services to cause problems. I've not done it myself, so I'll wait for someone who has to comment :-). - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

RE: PostgreSQL vs MySQL with Tomcat

2009-01-23 Thread Peter Crowther
too many times) when the will always be has turned out to be false. - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: PostgreSQL vs MySQL with Tomcat

2009-01-23 Thread Peter Stavrinides
on millions of rows of data using page long SQL queries at time, and they do just fine on Postgres (milliseconds to a few seconds at worst). Occasionally we use some C functions when speed is an issue, but SQL joins are *hardley a bottleneck. Peter - Original Message - From: Chris

RE: PostgreSQL vs MySQL with Tomcat

2009-01-23 Thread Peter Crowther
. - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: problem regarding installation of APR -- make command shows fatal error ..

2009-01-20 Thread Peter Crowther
to be a little difficult to debug without knowing a more about your environment. - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: PostgreSQL vs MySQL with Tomcat

2009-01-19 Thread Peter Stavrinides
and extensions (like Slony replication). I personally would not pay for a database when there is Postgres for free. Cheers Peter - Original Message - From: Rusty Wright rusty.wri...@gmail.com To: Tomcat Users List users@tomcat.apache.org Sent: Sunday, 18 January, 2009 08:09:54 GMT +02:00 Athens

Re: PostgreSQL vs MySQL with Tomcat

2009-01-19 Thread Peter Stavrinides
Sorry my bad, absolutely correct. PostgreSQL does have support for stored procedures, you can even choose from 4 languages out of the box and 3 more from addons: http://www.postgresql.org/download/products/4.html. - Original Message - From: Kees de Kooter kdekoo...@gmail.com To: Tomcat

RE: File upload fails

2009-01-09 Thread Peter Crowther
tool. - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: Delay / caching of resources?

2009-01-07 Thread Peter Crowther
applications not using them correctly if the timestamps are in the future as far as the server's concerned. If you're adding the files on the same machine, this doesn't apply and I'll crawl back under my rock ;-). - Peter

RE: Installation apache tomcat

2008-12-19 Thread Peter Crowther
, so provided you're running a decent Java virtual machine (the Sun one - *don't* use gcj to run Tomcat) the binary should work on your platform. - Peter - To unsubscribe, e-mail: users-unsubscr

RE: Optimized memory Parameter in Tomcat.

2008-12-19 Thread Peter Crowther
a real need for it? - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: Tomcat MySQL Server Configuration

2008-12-16 Thread Peter Crowther
From: Carl Crawford Someone gave me the attached configuration suggestions. Note that this list strips attachments. Could you host the image somewhere and post a link? - Peter - To unsubscribe, e-mail: users

Weblogic Remote EJB from Tomcat

2008-12-14 Thread Peter Abramowitsch
There are various posts, but among them I can't find an answer. I hope there is one. I am Trying to do a Weblogic EJB t3 lookup from a web app running in Tomcat 5.5. After deploying WL 10.3 jars in Tomcat's common/lib area, I can authenticate with WL's security Realm, but when I do an

Re: File system resource for static content

2008-12-14 Thread Peter Abramowitsch
, hsess.getId()); } Hope this gets you started. - Peter -- View this message in context: http://www.nabble.com/File-system-resource-for-static-content-tp20999639p21004662.html Sent from the Tomcat - User mailing list archive at Nabble.com

RE: [OT] JK Connector problem

2008-12-04 Thread Peter Crowther
agree that Apache Group is a poor name for a directory; it does, at least, force implementors to face up to the problem early, rather than facing a surprise later. This may or may not be a good thing overall. - Peter

RE: mixed html and jsp site using ProxyPass

2008-12-03 Thread Peter Crowther
the content in the same directory for Tomcat to serve, remove Apache httpd, serve the content directly through a http Connector in Tomcat. - Peter - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe

RE: jvm cowardly refuses to print a thread dump

2008-12-01 Thread Peter Crowther
? It feels a little unlikely, as I assume the JVM keeps a couple of threads for itself... - Peter - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

[OT] RE: Manager app language

2008-11-28 Thread Peter Crowther
to the power of infinity minus one... and rising! - Peter - 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: GPGPU and Tomcat

2008-11-27 Thread Peter Crowther
of it. - Peter - 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: tomcat 5.5.20 security issue

2008-11-24 Thread Peter Crowther
From: Serge Fonville [mailto:[EMAIL PROTECTED] Just a few questions off the top off my head: ... and to add another one: What is your OS What is your Java virtual machine? In particular, are you using a non-Sun JVM such as GCJ? - Peter

RE: Apache HTTP + Tomcat + SSL

2008-11-21 Thread Peter Crowther
system, Tomcat will only have a mod_jk connector - no HTTP or HTTPS connectors at all. - Peter - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

RE: tomcat virtual host

2008-11-20 Thread Peter Crowther
? - Peter - 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: tomcat virtual host

2008-11-20 Thread Peter Crowther
/svnrepository work? - Peter - 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: Tomcat request processing gets stuck

2008-11-19 Thread Peter Crowther
queue. I'd love to hear about any that exist, as in the past I've needed to monitor these! - Peter - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Logging Tomcat errors

2008-11-16 Thread Peter Stavrinides
You could configure your logging to only log the container level categories. Categories seem useful! will have to do some more reading... thanks a lot for this, it seems like the solution I am looking for! cheers, Peter - Original Message - From: Kees Jan Koster [EMAIL PROTECTED

Logging Tomcat errors

2008-11-14 Thread Peter Stavrinides
(by logging to an email appender - I know log4j has this feature), other errors can go to a log file. Some documentation/advice would be a great help! cheers, Peter - To start a new topic, e-mail: users@tomcat.apache.org

RE: Tomcat webapp stopped working, please help

2008-11-14 Thread Peter Crowther
the errors here, we might be able to help. I'd love to suggest possible file names, but the repackagers may have changed those as well. - Peter - To start a new topic, e-mail: users@tomcat.apache.org

RE: Tomcat webapp stopped working, please help

2008-11-14 Thread Peter Crowther
: Connection refused [... trace...] As you can imagine, it's a lot easier to diagnose the problem with all of that than if we just see the FubarException! - Peter - To start a new topic, e-mail: users

RE: Tomcat webapp stopped working, please help

2008-11-14 Thread Peter Crowther
on port 8009. Don't do it now, on the principle of changing one thing at once! - Peter - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Logging Tomcat errors

2008-11-14 Thread Peter Stavrinides
. Thanks Peter - Original Message - From: Charles R Caldarale [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Friday, 14 November, 2008 5:32:17 PM GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: RE: Logging Tomcat errors From: Peter Stavrinides [mailto

RE: how to integrate Shibboleth and Tomcat

2008-11-05 Thread Peter Crowther
? It's a pure Java Shibboleth implementation. - Peter - 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: Are multiple contexts of the same code code base visible to each other?

2008-10-25 Thread Peter Crowther
instances from your two requests. If that's not what you want, you may want to investigate putting MultiLogger in common/lib - see the TC5.5 documentation about the classloader hierarchy. - Peter - To start a new

RE: Question about Tomcat context

2008-10-24 Thread Peter Crowther
of perm space. - Peter - 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: Question about Tomcat context

2008-10-24 Thread Peter Crowther
it (and sometimes not then), or b) when it runs out of free memory and needs to allocate something. Low free memory is not necessarily a problem - the JVM may just be being lazy about garbage collection. - Peter * who has forgotten more about Java virtual machines than I will ever learn

RE: Obfuscating a Servlet

2008-10-24 Thread Peter Crowther
breaking in and stealing the machine with your source code on? ;-) - Peter - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: TomCat question

2008-10-24 Thread Peter Crowther
From: Ghanta, Bose [mailto:[EMAIL PROTECTED] Will Tomcat run with J2SE or does it require J2EE? The ones I have here run just fine on J2SE. - Peter - To start a new topic, e-mail: users@tomcat.apache.org

RE: Multiple IIS sites and ISAPI redirect problem

2008-10-24 Thread Peter Crowther
product, and your (correct) information about non-server products is not relevant to the OP's problem as far as I can see? - Peter - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

RE: Tomcat 5.5.26 Vulnerability - Test

2008-10-23 Thread Peter Crowther
Which JDK are you using, and do those vulnerabilities apply to that *specific* JDK? They are all Java vuls, not Tomcat vuls. - Peter -Original Message- From: Gozde Aytan [mailto:[EMAIL PROTECTED] Sent: 23 October 2008 12:32 To: users@tomcat.apache.org Subject

RE: Tomcat is running but page is not displayed

2008-10-22 Thread Peter Crowther
to failure. Then you have the fun job of finding the leak - there are many threads in the Tomcat archive on doing this, just search for memory leak and follow the threads. - Peter - To start a new topic, e-mail

Error reporting

2008-10-21 Thread Peter Stavrinides
.:tomcat. Would I have to implement a valve? Any pointers would be much appreciated. Thanks, Peter - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: Where to look for connection refused errors in Tomcat6.0.18 ?

2008-10-17 Thread Peter Crowther
due to load and refusals due to no port being configured to accept a connection. - Peter - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

RE: Appeal to Tomcat developers

2008-10-16 Thread Peter Crowther
that in terms of setup and configuration, the new methods are too complicated, and the available documentation is too obscure for most of the Tomcat users that are not themselves Java or Tomcat experts. What would you change? - Peter

RE: Appeal to Tomcat developers

2008-10-16 Thread Peter Crowther
with Andre. I think his 90% estimate is high, but I suspect pure admins are in the majority. Certainly I think equating tomcat user with java developer is naïve. - Peter - To start a new topic, e-mail: users

RE: Communicating between webapps

2008-10-08 Thread Peter Crowther
A to invoke code in B, though they're all solutions to the problem of A informing B that something has changed. - Peter - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Non-secure HTTP connector with secure=true requires a keystore?

2008-10-08 Thread Peter Rossbach
=true at your config. Peter Am 07.10.2008 um 21:01 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, Caldarale, Charles R wrote: From: Christopher Schultz [mailto:[EMAIL PROTECTED] Subject: Re: Non-secure HTTP connector with secure=true requires a keystore? I

Re: Basic Tribes Questions

2008-10-08 Thread Peter Rossbach
HI Mike, tribes is part of tomcat. Yoo can find the svn repo links at http://tomcat.apache.org/svn.html Peter Am 08.10.2008 um 17:18 schrieb Mike Wannamaker: Cool, Is there a repository to just get the tribes jar or just the tribes source without having to get all of tomcat to get

Re: Managing Tomcat 6 threads : How to make tomcat destroy threads when idle?

2008-10-07 Thread Peter Rossbach
connectionTimeout=2 redirectPort=8443 / Look at http://tomcat.apache.org/tomcat-6.0-doc/config/executor.html Executor drop idle threads after one minute. Peter Am 07.10.2008 um 10:29 schrieb Mark Thomas: Rohan Sahgal wrote: I tried increasing the number of tomcat

RE: Reloading Tomcat Server

2008-10-07 Thread Peter Crowther
? That looks like it's still trying to read directly from the URL during the request. - Peter - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[OT] RE: manipualting a select list from within an event handler

2008-09-24 Thread Peter Crowther
on a Javascript list? - Peter - 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: HTTPS and Virtual Hosts

2008-09-22 Thread Peter Crowther
in-between that I am unaware of ? It's close, but the problem occurs at an earlier step than you outline :-). - Peter - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED

[OT] RE: HTTPS and Virtual Hosts

2008-09-22 Thread Peter Crowther
addresses on one adapter. Cheaper, and you don't run out of card slots so fast :-). - Peter - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

RE: Connector problem

2008-09-22 Thread Peter Crowther
in your server.xml, each for one of the secure domains; - Configure each Host to use the appropriate certificate from your keystore(s). This is no harder than configuring one Host for SSL, you just need to do it three times :-). - Peter

RE: HTTPS and Virtual Hosts

2008-09-22 Thread Peter Crowther
is negotiated. This is an information disclosure vulnerability. - Peter - 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: Connector problem

2008-09-22 Thread Peter Crowther
you re-architect the application so that all Hibernate access is done in classes that are only loaded once. However, I'm not a Tomcat expert and there may be ways round the problem! - Peter - To start a new topic

RE: HTTPS and Virtual Hosts

2008-09-22 Thread Peter Crowther
solution 5 years down the line, once all the old browsers that don't support it have fallen out of use, but even if the protocol's ready to go now the installed browser base isn't ready for a site that uses it. - Peter

RE: Connector problem

2008-09-22 Thread Peter Crowther
/true_b usinessid_mdm.asp http://www.positivessl.com/ssl-certificate-products/ssl/multi- domain-ssl-certificate.html Assuming the browser support is out there then yes, it should be possible. - Peter - To start

[OT] RE: HTTPS and Virtual Hosts

2008-09-22 Thread Peter Crowther
ID vuls from the side of the server admin. Broaden your thinking - what might a *client* get upset about? - Peter * With thanks to User Friendly (http://www.userfriendly.org), over the years, for warping my mind enough to devise this URL

RE: tomcat usage

2008-09-18 Thread Peter Crowther
From: Kusuma Pabba [EMAIL PROTECTED] what is the difference between running tomcat server and as client Tomcat is a Web server. There is no concept of running it as a client. What are you trying to do? We might be able to help more if you tell us! - Peter

RE: apache and tomcat version

2008-09-18 Thread Peter Crowther
the integration job to do. The appropriate version of the docs at http://tomcat.apache.org will, of course, be of benefit :-). I'd go with Tomcat 6 unless you have a good reason to use an older version. - Peter - To start a new

RE: tomcat usage

2008-09-18 Thread Peter Crowther
default page using a browser on whatever system you identified in step 2. There may be other ways of working, but most of the embedded Tomcats I've seen on devices are running on embedded Linux of one variety or another. - Peter

RE: Browser Limited web application

2008-09-17 Thread Peter Crowther
and run on the client computer to get it. I suspect most anti-malware programs would recognise that software as spyware and stop it running. - Peter - To start a new topic, e-mail: users@tomcat.apache.org

RE: apache and tomcat version

2008-09-17 Thread Peter Crowther
, you can connect Tomcat to httpd using AJP. It is more difficult to set up the two servers in this way. If possible, I would use a newer version of Tomcat than version 3. - Peter - To start a new topic, e-mail

[OT] RE: Browser Limited web application

2008-09-17 Thread Peter Crowther
. - Peter - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[OT] Filesystems allowing spaces (was RE: html entities and urls with spaces)

2008-09-11 Thread Peter Crowther
command-line types who have problems. - Peter * I'm a latecomer - mid-1980s - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: JVM per Context

2008-09-10 Thread Peter Crowther
complete! - Peter - 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: [NEWBIE] Separate tomcat engines on the same physical server

2008-09-09 Thread Peter Crowther
at the end on running multiple Tomcats on the same box. Setup can get a little interesting if you're running on Windows and want both processes to start as services, but even that's entirely possible to configure. - Peter

RE: Installing Multiple Instances on Windows Server 2003

2008-09-02 Thread Peter Crowther
the second one started (in which case you should be looking for contention issues)? - Peter - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

RE: Installing Multiple Instances on Windows Server 2003

2008-09-02 Thread Peter Crowther
JVM. But I'm willing to bet that the bottleneck is in one or more of: - Your test harness; - Your web app (do all the threads access a common object?); - A library you're using that single-threads; - Your back-end systems, such as your database server. - Peter

RE: Installing Multiple Instances on Windows Server 2003

2008-09-02 Thread Peter Crowther
? - Peter - 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: Ignorance about some things.

2008-09-01 Thread Peter Crowther
in typical Java programs, that's a fair bit of extra memory. If you assume that half of a typical object's state is references to other objects, then (naively) you'll use 50% more memory. Now I'll sit back and wait for Chuck to contradict me :-). - Peter

RE: Tomcat 5.5.0.26 / Performance issue

2008-08-27 Thread Peter Crowther
the method getParameterNames from class org.apache.catalina.connector.RequestFacade. Is this for the first call, or for second and subsequent calls as well? First calls are often much slower as code is loaded. If it's for second and subsequent calls, then there's a problem! - Peter

RE: Re: Can't execute servlet project

2008-08-27 Thread Peter Crowther
instance is running on. You probably want to find which JDK your Tomcat's running on, and change that to the same one that you're using for compilation. - Peter - To start a new topic, e-mail: users@tomcat.apache.org

RE: how to allow remote login in tomcat ?

2008-08-26 Thread Peter Crowther
running as a service or under a different user ID to yours, it won't see the mapped drive. Who's it running as? Also, if Tomcat's running as a service, it doesn't load a full profile - notably including the mapped drives. What's it running as? - Peter

[OT] RE: Can't generate class file from Interface

2008-08-26 Thread Peter Crowther
This is not a Tomcat question. Please find a more appropriate list. - Peter -Original Message- From: sam wun [mailto:[EMAIL PROTECTED] Sent: 26 August 2008 13:03 To: Tomcat Users List Subject: Can't generate class file from Interface Hi, In Eclipse 3.4

Re: Tomcat does not unpack WAR file (Tomcat 5.5.20)

2008-08-24 Thread Peter
. For example, see: http://marc.info/?l=tomcat-userm=116107471021645w=2 http://marc.info/?l=tomcat-userm=116302992202121w=2 Is this a known issue / 'bug' with Tomcat 5? :) Pete Johnny Kewl wrote: - Original Message - From: Peter [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Friday, August

Re: Tomcat does not unpack WAR file (Tomcat 5.5.20)

2008-08-24 Thread Peter
not support cookies. Have I missed something - or does the (cookies=false) do something slightly different to what I thought? Just to re-iterate, I am runningTomcat 5..5.20 Thanks Pete Johnny Kewl wrote: - Original Message - From: Peter [EMAIL PROTECTED] To: users@tomcat.apache.org Sent

Re: Tomcat does not unpack WAR file (Tomcat 5.5.20)

2008-08-23 Thread Peter
Message - From: Peter [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Friday, August 22, 2008 4:07 PM Subject: Tomcat does not unpack WAR file (Tomcat 5.5.20) Hi When I drop a WAR file into the webapps folder on my dev machine - running Tomcat 6.0.16 - Tomcat unpacks it on startup

Re: Tomcat does not unpack WAR file (Tomcat 5.5.20)

2008-08-23 Thread Peter
this does not appear to be a (pure) 'Tomcat' issue, I will take it up with the guys who manage the 'parent' app. Thanks for the assistance. Johnny Kewl wrote: - Original Message - From: Peter [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Friday, August 22, 2008 4:07 PM Subject

Tomcat does not unpack WAR file (Tomcat 5.5.20)

2008-08-22 Thread Peter
xmlValidation=false xmlNamespaceAware=false Any assistance would be appreciated. :) Pete -- Peter Cimring Software Developer (: +972 52-545-9364 *: [EMAIL PROTECTED] /Any sufficiently advanced technology is indistinguishable from magic./ - Arthur C. Clarke

Re: Hot redeploying a WAR - HTML is not refreshed

2008-08-14 Thread Peter Desjardins
when redeploying? Again, thank you. Peter Desjardins - 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: Hot redeploying a WAR - HTML is not refreshed

2008-08-14 Thread Peter Desjardins
server and just trying to deploy and redeploy locally. Thank you. Peter Desjardins - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Hot redeploying a WAR - HTML is not refreshed

2008-08-14 Thread Peter Desjardins
may want to experiment with the antiResourceLocking attribute of your webapp's Context element - but watch out for the caveats mentioned in the doc: This problem is occurring on two type of Linux server also. I'm just troubleshooting the problem on my Windows computer. Thanks! Peter

Hot redeploying a WAR - HTML is not refreshed

2008-08-13 Thread Peter Desjardins
are refreshed. Is there a way to clear all the old content from the cache during a hot redeploy? Or is there any other way to serve the new HTML content without stopping the server? I am using Apache Tomcat Version 6.0.18, jdk1.5.0_14, and Windows XP. Thanks for your help. Peter Desjardins

RE: Chaining Request Processing

2008-08-12 Thread Peter Crowther
already tying up the Tomcat thread for the duration of the call. If you're changing your architecture, you'll definitely need to do this. - Peter - To start a new topic, e-mail: users@tomcat.apache.org

RE: how to make context path case insensitive

2008-08-11 Thread Peter Crowther
path, can you give us some more details about what you're trying to do? Also, what OS, and what version of Tomcat? - Peter - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

RE: Problem with in Synchronized methods in Tomcat 4.x

2008-08-11 Thread Peter Crowther
so that another of your threads is stuck inside the synchronised block. - Peter - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: Will tomcat handles Syn

2008-08-11 Thread Peter Crowther
your own solution. Conatiner will do better handling of common resource,so we shd not use 'synchronized' keyword. Yes, where the container is aware of the common resource and knows how to pool it. No, where it's your own code implementing the common resource. - Peter

<    4   5   6   7   8   9   10   11   12   13   >