RE: Commercial Support?

2006-02-05 Thread Bruno Georges
Kirt I confirm you can get support from Jboss [we do]. We also went through the same path to sell it to Business, and we are now migrating to Tomcat / JBoss. As Richard pointed, Tomcat's lead developer Remy Maucherat is a JBoss employee. Their support is excellent. With Best Regards Bruno Georg

Virtual Directory

2006-02-05 Thread sumesh
Dear friends, How can I create a Virtual Directory in Apache Tomcat? I have installed tomcat in "C:\Program Files\Apache Group\Tomcat 4.1" and I have some Tutorials in "E:\Tutorial" .I want to publish the same using the same Web Server.How can I do that -

RE: tomcat/linux no xserver problem

2006-02-05 Thread Abhilash Kumar
You have Batik (ships with FOP distribution itself) in Tomcat's classpath ? Pls see wheter this link is helpful. http://xmlgraphics.apache.org/fop/0.20.5/graphics.html#batik thanks and regards, -- Kannan. -Original Message- From: Eickvonder Bjoern [mailto:[EMAIL PROTECTED] Sent: Monday,

tomcat/linux no xserver problem

2006-02-05 Thread Eickvonder Bjoern
Hi, one of our customers is using tomcat 5.0.28 with jdk 1.4.2_05 on linux without a running xserver. In fact there is not even one installed. Now our application produces the following exceptions on generating pdfs using fop: 1.) java.lang.UnsatisfiedLinkError: /usr/java/j2sdk1.4.2_05/jre/lib/i3

Security constraints & URL rewriting

2006-02-05 Thread Erik Eide
Hi I'd like to re-write some of the URLs of my web app to support wildcard prefixes (ie, //servlet/) and wonder if this is possible when using authentication defined by security constraints (and url-pattern) in the web.xml As I understand it, the HTTP request is authenticated before my URL re-wri

Re: Help Error Code -12227

2006-02-05 Thread Lalit Batra
Below was Posted by Ryan D. , I resolved my problem. It had to do with my Java runtime's security provider configuration found in lib/java.security. In fact, a library I was using (PayPal) changed the preference order of the security providers and this caused the problem. Also, this informatio

Virtual Directory

2006-02-05 Thread sumesh
Dear friends, How can I create a Virtual Directory in Apache Tomcat? I have installed tomcat in "C:\Program Files\Apache Group\Tomcat 4.1" and I have some Tutorials in "E:\Tutorial" .I want to publish the same using the same Web Server.How can I do that ---

weird mod_jk loggin delay?

2006-02-05 Thread Fred K
Hello: When I set the mod_jk log level to "info" or "warning" or "error", I do not see any log entries until I shut down the Apache server or after a delay (eg. after some buffer (?) filled with a 1000 chrs.). With log level "debug" the logfile is updated instantly. With 1.2.3-dev it wrote the l

Re: duplicate WEB-INF folder created under base directory

2006-02-05 Thread Rick Col
Thanks for the reply, Mark. Actually, WEB-INF folder name is correct, here I copied the build location used for build target from build.xml: and build task works perfectly fine. And the following is part of unpacked war file directory: . WEB-INF/ WEB-INF/classes/

Re: duplicate WEB-INF folder created under base directory

2006-02-05 Thread Mark Thomas
1. Check your folder is called WEB-INF, not WEB_INF 2. Check the case inside the .war file is correct. It must be "WEB-INF", all in upper case. HTH, Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

duplicate WEB-INF folder created under base directory

2006-02-05 Thread Rick Col
Hi, I am using Tomcat 4.1, and TomcatPlugin3.1 for Eclipse3.1.1. I created a Tomcat project, evert time I run tomcat, a duplicate folder created under base directory, and war file is not automatically unpacked. Another thing is: when I try to run my application, it was told all struts tld files

RE: file servlet

2006-02-05 Thread Tim Lucia
They are just files, like .html or .txt, or any other static content. If you need to set the mime type, supply a mime-mapping like this: zip application/zip See $CATALINA_HOME/conf/web.xml for the complete set of pre-installed mime types. Tim -Original Message

Re: What is behind j_security_check

2006-02-05 Thread Bill Barker
o.a.c.authenticator.FormAuthenticator "Arash Bijanzadeh" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Could somebody please lead me to what class is behind j_security_check? -- from debian manifesto: Debian Linux is a brand-new kind of Linux distribution. Rather than being develop

file servlet

2006-02-05 Thread Gilbert, Antoine
I'm using tomcat 5.5 Any way to make tomcat able to serve zip and video files ? without having to write code

Re: Desperate for help with isapi_redirect.dll

2006-02-05 Thread Mark Thomas
This (the logging problem) is now fixed in SVN. Many thanks to David for providing the test case and to Bill and Bruno for their hints and tips along the way. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Re: newbie:access tomcat virtual host via apache

2006-02-05 Thread Dieter Schicker
I also asked a similar question which also went unanswered. Maybe it's simply not possible to do that Didi Tim Lucia wrote: A few weeks ago, I asked a similar question which went unanswered. Basically, I want to have the user request www.somewhere.com but have Apache forward that to tomca

RE: newbie:access tomcat virtual host via apache

2006-02-05 Thread Tim Lucia
A few weeks ago, I asked a similar question which went unanswered. Basically, I want to have the user request www.somewhere.com but have Apache forward that to tomcatserver:8009/someNonRootContext/ so I can have different versions, w/o exposing the context to the user. Rewriting works, except that

RE: Would like to know what might be causing this exception in servlet

2006-02-05 Thread Tim Lucia
I think Chuck is right. One thing that most J2EE / web applications do not do is to catch the IOError the container is supposed to throw when the browser / client disconnects and closes the socket. That way the answering thread can immediately stop its work, clean up, and go home. Tim -Orig

Help Error Code -12227

2006-02-05 Thread Scott Purcell
Hello, I am running Tomcat 5.5, Verisign, and PayPal. Basically the whole site is set up with SSL via a

RE: Missing startup/shutdown scripts in latest 5.1.15 Windows install

2006-02-05 Thread Caldarale, Charles R
> From: Glen Mazza [mailto:[EMAIL PROTECTED] > Subject: Re: Missing startup/shutdown scripts in latest > 5.1.15 Windows install > > I would forget about the windows installer and just install the TC > .zip binary version into a new directory instead, and create desktop > shortcuts to the bin/s

Re: Missing startup/shutdown scripts in latest 5.1.15 Windows install

2006-02-05 Thread Glen Mazza
Robert Rivoir wrote: I just installed Tomcat 5.5 on WinXP with the windows installer. The setup docs indicate that it gets installed as a service, but also suggests there should be scripts (I assume .bat files) created in the bin directory for starting, stopping and configuring tomcat. But my

Re: org.apache.log.format.Formatter

2006-02-05 Thread Martin Gainty
Good Morning Master! Im using Apache Velocity Servlet and found that class in logkit-1.0.1.jar Thanks for getting back to me so quickly! Martin Gainty (mobile) 603-438-5053 From: Rahul Akolkar <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: Tomcat Users List Subject: Re: org.apac

RE: org.apache.log.format.Formatter

2006-02-05 Thread Martin Gainty
Gentlemen- I found this site EXTREMELY helpful http://www.jarhoo.com/jarhoo/jarfinder.jsp Thanks, Martin Gainty (mobile) 001-603-438-5053 Good Morning Gentlemen- Any idea where I can acquire jar for org.apache.log.format? Sorry for the simple question Thanks! Martin Gainty --

Re: org.apache.log.format.Formatter

2006-02-05 Thread Rahul Akolkar
On 2/5/06, Martin Gainty <[EMAIL PROTECTED]> wrote: > Good Morning Gentlemen- > > Any idea where I can acquire jar for org.apache.log.format? > excalibur-logkit [ http://excalibur.apache.org/download.cgi ], formerly known as avalon-logkit. -Rahul > Sorry for the simple question > > Thanks! > >

Re: Cannot create JDBC driver of class '' for connect URL 'null'

2006-02-05 Thread Petr Hadraba
Hi, here is some more informations about JNDI, PostgreSQL, etc: I wrote, I had the same problem, and here is my solution: Create in your development environment (Eclipse, NetBeans, Midnight Commander...) the META-INF/context.xml with the following content: Add to your WEB-INF/web.xml the

Re: request.getHeader() gives null

2006-02-05 Thread David Smith
Anoop -- Correct me if I'm wrong, but it looks like you are trying to set response headers on a 302 response and then expecting those headers to return on the next request. I can't find any information indicating this behavior is supported by the HTTP protocol. You are better off setting co

Re: JSP Servers

2006-02-05 Thread Phillip Mangwiro
I registered with javalobby but I can't figure out how to get my account to work with myjavaserver. How do i activate or register with them? On 2/4/06, Vinu Varghese <[EMAIL PROTECTED]> wrote: > > Just check www.myjavaserver.com > > Phillip Mangwiro wrote: > > >My mistake. I meant free web hosting

org.apache.log.format.Formatter

2006-02-05 Thread Martin Gainty
Good Morning Gentlemen- Any idea where I can acquire jar for org.apache.log.format? Sorry for the simple question Thanks! Martin Gainty - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

Re: Tomcat caching

2006-02-05 Thread Leon Rosenberg
per default: no, but on a not-windows machine caching of static files isn't really needed, since the filesystem cache works very well. However, if your amount of static content is larger then the filesystem cache is, or you can see through measures that caching would improve performance i would st

Tomcat caching

2006-02-05 Thread Andreas Haufler
Hi everybody, I just wanted to ask, if tomcat does caching of static contents like html pages or images, and if yes, how the size of this cache can be set. regards Andreas Haufler - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Is There a Howto

2006-02-05 Thread Eugene Poole
Where can I find a 'HowTo' or a tutorial on HTTP 2.0.53 + Tomcat 5.0.28 + Oracle 19g R2 + Fedora Core 4? Gene - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: newbie:access tomcat virtual host via apache

2006-02-05 Thread Dieter Schicker
If you can't mount / because you also run php on apache, you can afaik only mount specific directories of tomcat in Apache, e.g. http://foo.bar.com:8080/jsp-examples => http://foo.bar.com/jsp-examples. In Google you can find many examples for this configuration. Didi matador wrote: runnning

Re: What is behind j_security_check

2006-02-05 Thread Mark Lowe
On 2/5/06, Arash Bijanzadeh <[EMAIL PROTECTED]> wrote: > Could somebody please lead me to what class is behind j_security_check? Not sure exactly what class you're asking about, but j_security_check is the url used for form based logins to realms configured for a given context and/or container..

What is behind j_security_check

2006-02-05 Thread Arash Bijanzadeh
Could somebody please lead me to what class is behind j_security_check? -- from debian manifesto: Debian Linux is a brand-new kind of Linux distribution. Rather than being developed by one isolated individua l or group, as other distributions of Linux have been developed in the past, Debian is bei

RE: Custom HTTP 503 Error Page Not Working - Tomcat 5.5.15

2006-02-05 Thread Yue Mu
Thanks, Chuck. In my case, the default servlet/container DID send the HTTP 503 error back, displaying the error with the Tomcat default 503 error page, instead of the custom error page. I also did a small experiment by removing the web application all together. In this case, the contain