Re: Issue with tomcat 6 connector

2011-03-20 Thread Michael Ludwig
mcat base html > pages. But jsp is not working. Look at this mapping: > NameTrans fn="assign-name" from="/*.jsp/" name="jknsapi" Are you sure it applies to all JSPs? I'd presume it applies only to JSPs directly beneatht the document root. -- Michael L

Re: Solr on new Tomcat 7.0.11

2011-03-19 Thread Michael Ludwig
t; crossContext="true"> >value="/home/lewis/Downloads/wombra" override="true"/> > Either this isn't your document, or something mangles it on the way to the parser, or - least likely - your parser has a bug. -- Michael Ludwig -

Re: localhost

2011-03-06 Thread Michael Ludwig
ken dias schrieb am 06.03.2011 um 16:31 (-0500): > > I can ping localhost OK from the cmd line but cannot access it from my > browser. i have xp and ie Anything running on port 80 at all? netstat -ano -p tcp | findstr :80 -- Micha

Re: IIS7/isapi/tomcat performance

2011-03-05 Thread Michael Ludwig
Christopher Schultz schrieb am 01.03.2011 um 16:56 (-0500): > I find *NIX smaller, cleaner, simpler, more scriptable and > remotely administratable (is that a word? maybe administerable?) > than Windows. The word is: administrable http://en.wiktionary.org/wiki/-abilis http://en.wiktionary.org/wi

Re: programming question

2011-02-25 Thread Michael Ludwig
the "real world" :-) I don't know. Various procedures seem possible. * static maintenance downtime page * fallback app offering basic functionality reading from a cache * offering more advanced functionality, writing to a queue Questionable whether the c

Re: loading an xsl file in javascript

2011-02-25 Thread Michael Ludwig
#x27;t have anything to do with Tomcat, though. -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: CLOSE_WAIT

2011-02-03 Thread Michael Ludwig
the thread ID. Or something "Produced By Microsoft Exchange V6.5" (thread hijacker #1), or Yahoo Mail (TH2), or iPhone (TH3). It's not simply to blame on technology, I guess. :-) -- Michael Ludwig - To unsubscribe,

Re: mod_jk load balancing problem

2011-01-27 Thread Michael Ludwig
localhost it works fine again. > > There is no error but the page loads again and again. Isn't that due to some REFRESH directive in the HTML? Or some other Javascript? Or possibly multiple HTTP redirects? What's going on at the HTT

Re: Cannot get manager/html access

2011-01-27 Thread Michael Ludwig
dos Sorry for this irrelevant contribution. Not expecting any kudos. -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat Adapter for Eclipse 3.5 Galileo?

2011-01-27 Thread Michael Ludwig
VincentBlouin schrieb am 26.01.2011 um 09:20 (-0800): > > Hi, I had the same problem, then in Eclipse I went to help >> install > new software >> choose eclipse web tool platform repository - > http://download.eclipse.org/eclipse/updates/3.5 from the dropdown > menu >> then I checked "Project Prov

Re: mail.jar, activation.jar and classloading

2011-01-26 Thread Michael Ludwig
Mikolaj Rydzewski schrieb am 26.01.2011 um 12:07 (+0100): > > On Wed, 26 Jan 2011 11:52:04 +0100, Michael Ludwig > wrote: > >What is special about mail.jar (and activation.jar) that requires > >putting them into the common.loader? > > Any objects you want have acc

Re: mail.jar, activation.jar and classloading

2011-01-26 Thread Michael Ludwig
ecial about this jar that requires special classloader treatment. > >Mail task with mail.jar & activation.jar out of lib folder > >http://ant.markmail.org/thread/ojjm7g5otejua33i -- Michael Ludwig - To uns

Re: mod_jk load balancing problem

2011-01-26 Thread Michael Ludwig
some error status? > but always try to refresh the page. It's not clear to me what you're doing nor what's happening. What about providing a more precise description of your setup (like config) and observations? -- Michael Ludwig -

mail.jar, activation.jar and classloading

2011-01-26 Thread Michael Ludwig
& activation.jar out of lib folder http://ant.markmail.org/thread/ojjm7g5otejua33i Thanks. -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: use

Re: 400 error when a request does not map to a context

2011-01-25 Thread Michael Ludwig
;The request could not be understood by the > server due to malformed syntax" but the request is perfectly valid. -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Problema con tomcat

2011-01-25 Thread Michael Ludwig
omcat tienen hasta 700 conexiones, al > revisarlos por probe, muestra el real hasta 50 conexiones. Saludos! -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Security question about Multiple instances of Tomcat running as non-admin users on a single box

2011-01-22 Thread Michael Ludwig
le system permissions > that should be setup for separate logs, temp files, etc.? Of course you can run Tomcat as non-admin. NTFS permissions is not something Tomcat may choose to respect or ignore, but something that is forced upon

Re: Can't load APR on Tomcat 6.0.24, RedHat Enterprise Linux 6.0 x86_64 with Sun Java 1.6.0_22

2011-01-19 Thread Michael Ludwig
. [ = Windows ] So for Linux, download the source from the link given on the doc page. Then you can compile following the instructions given there. -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache

Re: servlets under tomcat5 consume huge CPU usage

2011-01-19 Thread Michael Ludwig
Petr Hracek schrieb am 19.01.2011 um 12:37 (+0100): > The programs like 'jps' and 'jstack' are directorly in tomcat5 > distribution or it has to be compiled on the system? They come with the JDK and are located in the JDK's bin/ directory. C:\Programme\Java\jdk1

Re: Tomcat 6.0.26 startup issue

2011-01-17 Thread Michael Ludwig
thodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method

Re: Need to create a new thread for async operations

2011-01-09 Thread Michael Ludwig
e to stop > it when tomcat is shutdown. javax.servlet.ServletContextListener -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: isapi_redirector.dll Problems - Bad Gateway?

2011-01-03 Thread Michael Ludwig
amythyst schrieb am 03.01.2011 um 09:15 (-0800): > > Yup you are correct. It was 8009. And changing the port to 8010 > seems to have resolved it. But I'm not sure why this has fixed it. Unfavourable firewall configuration? --

Re: isapi_redirector.dll Problems - Bad Gateway?

2011-01-03 Thread Michael Ludwig
localhost | worker.worker1.port=8009 But then, that was last year. ;-) -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Novice's

2010-12-30 Thread Michael Ludwig
ondering *why* you want to use Tomcat? What is your objective? If it's only for learning (which is fine, of course), you might benefit from reading an introductory level book such as "Head First Servlets" or whatever it is called. -- Michael Ludwig -

Re: isapi_redirector.dll Problems - Bad Gateway?

2010-12-28 Thread Michael Ludwig
y have the one. There are threads on both sides. If you haven't configured anything for your AJP connector the default applies, which is 200. http://tomcat.apache.org/tomcat-6.0-doc/config/ajp.html -- Michael Ludwig - To un

Re: isapi_redirector.dll Problems - Bad Gateway?

2010-12-27 Thread Michael Ludwig
.apache.org/connectors-doc/reference/workers.html How many threads have you configured for your AJP connector? -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: tomcat errors starting after upgrade from cent5.3 to 5.5 (/rebuild-jar-repository: error: Could not find)

2010-12-27 Thread Michael Ludwig
gt; > >  - Chuck > > All of this is out of CentOS repositories and I'm limited to sticking > with what is in the repositories. Google tells me the program producing the error message is part of the JPackage project. http://linux.die.net/man/1/rebuild-jar-repository They do have FAQ,

Re: tomcat 7.0.4 on MAC my app works on Windows get...

2010-12-21 Thread Michael Ludwig
how. Guess i'll add it to the pom. Hmm? -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: tomcat 7.0.4 on MAC my app works on Windows get...

2010-12-21 Thread Michael Ludwig
"%TOMCAT_HOME%"\lib type "%TOMCAT_HOME%"\conf\catalina.properties dir "%java_home%"\jre\lib\ext -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: tomcat 7.0.4 on MAC my app works on Windows get...

2010-12-21 Thread Michael Ludwig
Tomcat_Home%\lib\ folder on Windows? Or anything in conf\catalina.properties? Same story for the JVM. Velocity in lib/ext/, who knows? -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: tomcat 7.0.4 on MAC my app works on Windows get...

2010-12-21 Thread Michael Ludwig
e webapps and have > restarted the box. > > Application is built with maven, and i used the exact same war file. The JAR containing Velocity is missing at runtime. Or if present, it doesn't have the class the filter needs. Is Velocity in the WAR in

Re: tomcat 5.5.20

2010-12-21 Thread Michael Ludwig
vikas.sha...@polaris.co.in schrieb am 21.12.2010 um 10:34 (+0530): > Can you please tell me in which version this problem was fixed, so > that i can upgarde the version of my tomcat to avoid this problem Why don't you simply upgrade to the latest version of your line? -- Mic

Re: isapi_redirector.dll Problems - Bad Gateway?

2010-12-21 Thread Michael Ludwig
ried to run netstat? netstat -an -p tcp There should be something listening on the AJP port, probably 8009. Do you have a firewall that might block Tomcat? You could post your worker.properties file to provide further information. -- Michael Ludwig ---

Re: IS that a good idea moving all the common libs?

2010-12-20 Thread Michael Ludwig
been designed to work differently than I had taken for granted. -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Webapp undeploy failure

2010-12-20 Thread Michael Ludwig
list archives for Caldarale and context, and/or read the relevant section in the manual. http://tomcat.apache.org/tomcat-6.0-doc/config/context.html -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org F

Re: HTTP Status 500 - Server Internal Error

2010-12-20 Thread Michael Ludwig
Moin Chris, Christopher Schultz schrieb am 20.12.2010 um 15:18 (-0500): > On 12/19/2010 7:35 AM, Michael Ludwig wrote: > > In the case of Xerces, however, it is preferable to put the JAR(s) > > into %CATALINA_HOME%\endorsed (which may not exist but may be > > created) so they

Re: HTTP Status 500 - Server Internal Error (continued!)

2010-12-20 Thread Michael Ludwig
g user code into the operating system kernel. Just don't do it. The endorsed/ folder is not intended to accommodate arbitrary third party libraries. You can read up on what's meant to go there on the Java doc page I posted a link to. For example, the XML parser is. -- Michael

Re: HTTP Status 500 - Server Internal Error (continued!)

2010-12-19 Thread Michael Ludwig
ing unloaded on undeploy. The problem is not related to Tomcat's complaint about the thread that wasn't stopped. > I am concerned that in beating the parser > problem I have opened a can of worms. Hmm, the missing Apache Xerces and the dangling thread are unlikely to be related. -

Re: Tomcat stops responding

2010-12-19 Thread Michael Ludwig
ice the difference. Here's another take on the same matter from two years ago: Re: mod_jk -> ajp hangs indefinitely on some requests - Rainer Jung http://www.mail-archive.com/users@tomcat.apache.org/msg54056.html -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat stops responding

2010-12-19 Thread Michael Ludwig
l#Access_Log_Valve > Please note that to isolate the issue we had replicated this behavior > (of the application) by directly running it on tomcat (port 8080). Maybe I haven't followed closely enough, but it's not clear to me that this is the application's faul

Re: How to automatically undeploy a context

2010-12-19 Thread Michael Ludwig
lf. I don't know if this is possible, but to me, it looks like a misuse of the application server as a one-shot job runner. -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For add

Re: HTTP Status 500 - Server Internal Error

2010-12-19 Thread Michael Ludwig
ith this configuration. Take a look at the setclasspath and catalina shell scripts in %CATALINA_HOME%\bin. Search them for "endorsed" and read up on the Java Endorsed Standards Override Mechanism: http://download.oracle.com/javase/6/docs/tech

Re: Tomcat stops responding

2010-12-18 Thread Michael Ludwig
fine), it still gives a BAD REQUEST. But telnet > requests to /HTTP/*1.0* started working. HTTP 1.0 doesn't require the Host header. But I don't understand what worked and what didn't. -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat stops responding

2010-12-17 Thread Michael Ludwig
restarted to resume normal operation. Might be a problem with the machine or the network, after all, not with Tomcat. -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: Question regarding class loading

2010-12-17 Thread Michael Ludwig
o is undefined. Cross-application dependencies need to take this into account. > Tomcat Version : 6.0 -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Where does my stderr go?

2010-12-17 Thread Michael Ludwig
y for large files. -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Can tomcat detect disconnection by client side in Async mode?

2010-12-10 Thread Michael Ludwig
revious request. Right now only timeout > will do, which is not efficient cos I set the timeout to quite > high value to avoid frequent disconnect / connect. -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Can tomcat detect disconnection by client side in Async mode?

2010-12-06 Thread Michael Ludwig
areengineeringsolutions.com/blogs/2010/08/13/asynchronous-servlets-in-servlet-spec-3-0/ -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: SOT: JVM and DNS Failover

2010-12-03 Thread Michael Ludwig
Michael Ludwig schrieb am 03.12.2010 um 20:51 (+0100): > Michael Ludwig schrieb am 03.12.2010 um 20:31 (+0100): > > > networkaddress.cache.ttl > > > Wondering myself what the default value is? > > > > sun.net.inetaddr.ttl > > > So is the "im

Re: SOT: JVM and DNS Failover

2010-12-03 Thread Michael Ludwig
Michael Ludwig schrieb am 03.12.2010 um 20:31 (+0100): > Networking Properties > http://download.oracle.com/javase/6/docs/technotes/guides/net/properties.html#nct > > networkaddress.cache.ttl > Wondering myself what the default value is? > > sun.net.inet

Re: SOT: JVM and DNS Failover

2010-12-03 Thread Michael Ludwig
onds to networkaddress.cache.ttl. It takes the same value and has the same meaning, but can be set as a command-line option. However, the preferred way is to use the security property mentioned above. Still wondering. So is the "implementation specific period of time"

Re: (Tomcat) Does NIO connector make a difference outside of 'Comet' ?

2010-11-30 Thread Michael Ludwig
Caldarale, Charles R schrieb am 29.11.2010 um 22:47 (-0600): > > From: Michael Ludwig [mailto:mil...@gmx.de] > > > can we say that: > > > (a) blocking IO requires one thread (or, in some other > > server environments, one process) per socket > > Well, sor

Re: (Tomcat) Does NIO connector make a difference outside of 'Comet' ?

2010-11-29 Thread Michael Ludwig
esses or threads a lot since they're likely to be waiting on IO; whereas (b) non-blocking IO allows a thread or process to switch between sockets, thus providing scheduling and concurrency on just another level, possibly with advantages? Thanks for your comments. -- Michael Ludwig -

Re: [OT] Possible ThreadLocal memory leak in Apache Cocoon 2.1.11

2010-11-28 Thread Michael Ludwig
ng so in U-Boot mode. Anyway, for Java you can just use Saxon if you want XSLT 2.0. -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Servlet 2.5 SRV.14 and provision of JAX-WS

2010-11-20 Thread Michael Ludwig
Konstantin Kolinko schrieb am 20.11.2010 um 17:51 (+0300): > 2010/11/20 Michael Ludwig : > > JAX-WS ships with Sun JDK 1.6 and seems the easiest way to code web > > services on this platform. It is really easy to get started: > > > > http://java.dzone.com/articles/

Servlet 2.5 SRV.14 and provision of JAX-WS

2010-11-20 Thread Michael Ludwig
tingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414) -- Michael Ludwig - To unsubsc

Re: How to configure a web app

2010-06-12 Thread Michael Ludwig
27;ve shown above. And then reference it using "&cust-init-params;". It requires the parser used by Tomcat to expand entities. Don't know if it is appropriately configured by default. -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Whole file missing

2009-09-24 Thread Michael Ludwig
for Tomcat. -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Configuring second tomcat instance on same box

2009-09-17 Thread Michael Ludwig
-To header; so while others are merrily hijacking threads, you're even tearing them apart. Time for some serious mail crime legislation! -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For addi

Re: Application Logout Issues

2009-09-16 Thread Michael Ludwig
ot;10" debug="0" connectionTimeout="6"/> Irrelevant. conf/web.xml:30 Relevant, but this is the default - 30 minutes. -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat

Re: tomcatThreadPool - when to make changes

2009-09-14 Thread Michael Ludwig
Caldarale, Charles R schrieb: From: Michael Ludwig [mailto:m...@as-guides.com] Subject: Re: tomcatThreadPool - when to make changes Is the possibility to enforce thread quotas for applications (via their s) the main reason for the existence of s? The or thread pool applies to everything

Re: tomcatThreadPool - when to make changes

2009-09-14 Thread Michael Ludwig
le threads * enforcing thread quotas for a specific or group of s * maintaining common thread pool configuration -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mai

Re: NoRouteToHostException Servlet not run

2009-09-14 Thread Michael Ludwig
idea - I've never used clustering. -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: tomcatThreadPool - when to make changes

2009-09-14 Thread Michael Ludwig
ility to enforce thread quotas for applications (via their s) the main reason for the existence of s? What other reasons are there? -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additi

Re: Unable to access files outside Webapp directory in tomcat

2009-09-02 Thread Michael Ludwig
disk http://markmail.org/thread/ixx6oxtkdukp4xtf Especially Chuck's reply: RE: providing downloading [...] - Caldarale, Charles R http://markmail.org/message/6e2vxa3eixd5cvgf -- Michael Ludwig - To unsubscribe, e-mail:

Re: tomcat 6.0.20 different instances with diff ips but same port no 80

2009-09-01 Thread Michael Ludwig
l requests go there regardless. It's only when you have multiple elements that the name attribute and any elements come into play. That makes sense. Thanks! -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@to

Re: tomcat 6.0.20 different instances with diff ips but same port no 80

2009-09-01 Thread Michael Ludwig
Caldarale, Charles R schrieb: From: Michael Ludwig [mailto:m...@as-guides.com] A server may have mulitple elements. Don't ask me why you'd want more than one elements [2] - because that's what I'd like to ask the experts. Anyone? Seemed like a good idea at the time?

Re: tomcat 6.0.20 different instances with diff ips but same port no 80

2009-09-01 Thread Michael Ludwig
ha, beta and gamma? (1) By dropping a copy in each of the different Host/@appBase? (2) By having all three Host/@appBase point to the same location (and then of course put the WAR there)? (3) By some other means? -- Michael Ludwig [1] http://tomcat.apache.org/tomcat-6.0-doc/config/serv

Re: Strange problem with data source Tomcat 6.0.18

2009-09-01 Thread Michael Ludwig
Schalk, glad you solved it. Michael Ludwig schrieb: Then I suspect a typo in your resource definition. I once had Resource/@url instead of Resource/@uri with the MySQL driver. The error was just: For posterity, I got this the wrong way around: Resource/@url is correct, Resource/@uri is

Re: Strange problem with data source Tomcat 6.0.18

2009-08-31 Thread Michael Ludwig
slight differences pertaining to case-insensitive filesystems, but that's probably not relevant here. > Try capitalizing to . -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apach

Re: Strange problem with data source Tomcat 6.0.18

2009-08-31 Thread Michael Ludwig
o in your resource definition. I once had Resource/@url instead of Resource/@uri with the MySQL driver. The error was just: Cannot create JDBC driver of class 'com.mysql.jdbc.Driver' for connect URL 'null' Double-check your re

Re: Strange problem with data source Tomcat 6.0.18

2009-08-31 Thread Michael Ludwig
oy using the manager application? Or removing the WAR and properly waiting for Tomcat to discover this? Or are you improperly clobbering the WAR? That would leave a stale context.xml for your application in place. -- Michael Ludwig ---

Re: Db connection issue due to firewall

2009-08-31 Thread Michael Ludwig
so shouldn't need testOnReturn and testWhileIdle, though I > understand you're probably desperate. > I can't imagine that it matters, but you might want to take out the > spaces after the = signs in your XML (like validationQuery ="true"). S

Re: java.lang.UnsatisfiedLinkError: running tomcat on java headless?

2009-08-31 Thread Michael Ludwig
ce you are using iText - this shouldn't be an issue. Indeed, and it isn't for me - only for the OP. -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional comma

Re: java.lang.UnsatisfiedLinkError: running tomcat on java headless?

2009-08-31 Thread Michael Ludwig
wt.headless=false, which also makes isHeadless() return false. So it seems to work with or without this headless property. So why does it not work for Method8 (the OP)? -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr.

Re: java.lang.UnsatisfiedLinkError: running tomcat on java headless?

2009-08-31 Thread Michael Ludwig
more than one Java installation on your machine? Do Java library directories show up in the output of "ldconfig -p"? Could that confuse the JVM about what library to load? -- Michael Ludwig - To unsubscribe, e-mail: users

Re: Is resource-ref really needed?

2009-08-31 Thread Michael Ludwig
;s just me... It's not just you. I've also been wondering why you should need it when obviously you don't as your works without a . -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org F

Re: java.lang.UnsatisfiedLinkError: running tomcat on java headless?

2009-08-31 Thread Michael Ludwig
ndencies simply required? I think the JVM wants to load libmlib_image.so because it is needed. -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat cluster fails and generates tons of logs

2009-08-25 Thread Michael Ludwig
ch seems to have led you here: http://stackoverflow.com/questions/1326336/ Maybe it is helpful to others who know about Tomcat internals. -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For ad

Re: tomcat-users.xml on Tomcat6

2009-08-25 Thread Michael Ludwig
ou read the doc concerning the MemoryRealm? http://localhost:8080/docs/realm-howto.html#MemoryRealm The usual expert advice on this list is to avoid the prepackaged Tomcat and install the real one that can be downloaded from the Apache site. --

Re: Error "libphp4.so is not a valid load module: Bad magic number" starting Apache

2009-08-14 Thread Michael Ludwig
m/thread.jspa?threadID=5263283 So you need to get the correct version for your machine, either 32 or 64 bit. Good luck. -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Error "libphp4.so is not a valid load module: Bad magic number" starting Apache

2009-08-14 Thread Michael Ludwig
mailing list. (And explain to them WTF is "WebAccess".) http://www.php.net/mailing-lists.php -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mai

Re: Tomcat copies context.xml to conf/Catalina/localhost/app.xml, but never updates it?

2009-08-07 Thread Michael Ludwig
Mark Thomas schrieb: Michael Ludwig wrote: "Static deployment" does not seem to handle META-INF/context.xml - and that looks broken. No, static deployment is not deprecated. Static deployment *does* handle context.xml. It is working as designed. If you delete the WAR/DIR *an

Re: Tomcat copies context.xml to conf/Catalina/localhost/app.xml, but never updates it?

2009-08-07 Thread Michael Ludwig
It seems misleading indeed. Maybe the description of the "deployment sequence" should amend this sentence: | 1. Any Context Descriptors will be deployed first. to include a warning like: Achtung! This will only happen if there is no Context Descriptor

Re: Tomcat copies context.xml to, conf/Catalina/localhost/app.xml,but neverupdates it?

2009-08-07 Thread Michael Ludwig
riptor that was there before and - naturally - refuses to overwrite it with anything else as it might well be the one and only master copy? -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additio

Re: Change the deployment path to another name than the .WARs name

2009-08-07 Thread Michael Ludwig
hout restarting | Tomcat. So you even might want to reconsider this option and follow one of the other approaches listed in the introduction. [1] http://localhost:8080/docs/config/context.html -- Michael Ludwig - To unsubscribe, e-mail:

Re: Tomcat copies context.xml to conf/Catalina/localhost/app.xml but never updates it?

2009-08-07 Thread Michael Ludwig
use an Eclipse-managed Tomcat, you may then have to right-click on the Server entry in the Servers view and choose "Clean". You might want to check what's on the filesystem in the relevant directory before and after cleaning (using something like dir /s /b) so you understand what&

Re: Tomcat copies context.xml to conf/Catalina/localhost/app.xml but never updates it?

2009-08-06 Thread Michael Ludwig
Mark Thomas schrieb: M4N - Arjan Tijms wrote: Anyone has any idea? Search the archives. This been covered repeatedly. Hint: Tomcat has a manager app. -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr

Re: Trailer header and tomcat

2009-08-06 Thread Michael Ludwig
this chunk should be mentioned in the "Trailer" header in the previous response. Or trailers. -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Beginner

2009-08-06 Thread Michael Ludwig
on the web and also in your local Tomcat installation, likely to be reached at: http://localhost:8080/docs/ -- Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands,

Re: Export Eclipse Web Service to Tomcat

2009-08-05 Thread Michael Ludwig
rting according to your wishes. Is there an easy way of testing the deployed .war is running correctly? Depends on what tests you have set up. For an XML web service, tests should be rather doable. You could use Schematron or Canoo WebTest. Do I need to put the axis2 .jar on the Tomcat? Don&#

Re: providing downloading functionality for a file which is on disk

2009-07-21 Thread Michael Ludwig
WORKSPACE\XPGJ\WEBCONTENT │ ├───META-INF │ context.xml │ import.xml │ MANIFEST.MF │ └───WEB-INF │ web.xml -- As I suspected, no second context gets configured. Is there a way of including a second context with a web application in a similarly

Re: Tomcat Adapter for Eclipse 3.5 Galileo?

2009-07-15 Thread Michael Ludwig
Antonio Petrelli schrieb: 2009/7/15 Michael Ludwig : Does anyone know the name of the Tomcat adapter feature? Or a URL to download the feature? It should be "JST Server Adapters" And that's exactly what it is. The thing to note is that you can either install "JST Serve

Re: Tomcat Adapter for Eclipse 3.5 Galileo?

2009-07-15 Thread Michael Ludwig
Antonio Petrelli schrieb: 2009/7/15 Michael Ludwig : Does anyone know the name of the Tomcat adapter feature? Or a URL to download the feature? It should be "JST Server Adapters" Thanks again, Antonio. I thought so, too, but that only creates a template for "J2EE Preive

Re: Tomcat Adapter for Eclipse 3.5 Galileo?

2009-07-15 Thread Michael Ludwig
Michael Ludwig schrieb: Now I downloaded Eclipse 3.5 (Galileo), and there are no configurations whatsoever in the Servers view. On clicking "Download additional server adapters" from the New Server dialog, I'm presented with a list of adapters including Geronimo, Glassfish, Je

Re: Tomcat Adapter for Eclipse 3.5 Galileo?

2009-07-15 Thread Michael Ludwig
Antonio Petrelli schrieb: 2009/7/15 Michael Ludwig : Now I downloaded Eclipse 3.5 (Galileo), and there are no configurations whatsoever in the Servers view. Absolutely no configuration? Then it is strange. In Galileo (Java EE development edition) I have Tomcat configurations and I tested it

Re: Tomcat Adapter for Eclipse 3.5 Galileo?

2009-07-15 Thread Michael Ludwig
y $32/yr. Saves a variety of pain. That's nice, of course. Still, I'd like to know how to assemble the beast myself. Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands,

Tomcat Adapter for Eclipse 3.5 Galileo?

2009-07-15 Thread Michael Ludwig
oes anyone know what steps I have to undertake in oder to get the Tomcat adapter working within Eclipse 3.5 Galileo? Michael Ludwig - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands,

Re: How to get thread dump on Tomcat 6 (windows)

2009-06-22 Thread Michael Ludwig
g as a service (needs the box "Allow service to interact with desktop" checked to show the console, of course); (3) clicking the icon in the notification area (systray) after launching "tomcat6w.exe //MS//", see [1].

Re: Deploy 1st Service to Tomcat proper

2009-02-02 Thread Michael Ludwig
Caldarale, Charles R schrieb am 02.02.2009 um 18:32:46 (-0600): > > From: Michael Ludwig [mailto:mil...@gmx.de] > > Subject: Re: Deploy 1st Service to Tomcat proper > > > > http://tomcat.apache.org/tomcat-6.0-doc/extras.html > > http://tomcat.apache.org/tomcat-6.0-d

  1   2   >