[Realm]Error page of Digest authentication?

2007-11-13 Thread zhongliang zhang
Hi, I am using Tomcat JDBCRealm to authenticate the use that stored in the database(Oracle).While when I input the user name and password to log in my application,if I input the wrong username and password for 3 times,then the page redirect to the tomcat-specific error page. I want to know whet

Re: servlet init error pages

2007-11-13 Thread Adam Parker
Thanks for the reply, at least I know someone else has gotten it to work at this point. Sorry for the lack of information. I am on a deadline and trying to do too many things at once. I've included all the important things I can think of below. Tomcat Version: 5.5.17 Error type: I am seeing a

Re: "Incorrect function" error w/isapi_redirect 1.2.25

2007-11-13 Thread Dmitry Beransky
Ay, caramba. I don't even have access to VS... do I need VS to compile or can I use a GNU compiler? On Nov 13, 2007 5:25 PM, Martin Gainty <[EMAIL PROTECTED]> wrote: > This is the classic problem of Microsoft products not working with Microsoft > Products > > If a dll isnt working you will need t

Re: Webdav servlet authentication, authorization

2007-11-13 Thread Gabor Szokoli
On Nov 13, 2007 10:11 PM, Mark Thomas <[EMAIL PROTECTED]> wrote: > Gabor Szokoli wrote: > > My vague idea is to use a servlet filter to do the authentication, > > which could doctor the request URL path or parameters to include the > > authorization details. > > That sounds plausible. Thank you, w

Re: servlet init error pages

2007-11-13 Thread Len Popp
I do get my custom error page when an error happens in a servlet init() method. But you didn't give many details about your problem, so I can't say whether you should be seeing custom error pages on your system. First of all, you didn't say what version of Tomcat you're using. If it's older than 5

Re: "Incorrect function" error w/isapi_redirect 1.2.25

2007-11-13 Thread Martin Gainty
Hi Dmitry- This is the classic problem of Microsoft products not working with Microsoft Products If a dll isnt working you will need to get the source and build it for your specific OS http://tomcat.apache.org/connectors-doc/reference/iis.html Then Backup your registry and then make the appropri

Re:

2007-11-13 Thread itay sahar
yeh well i already done it before, (jstl 1.1.0 version _ standard.jar) tomcat 5.5.25 jsp-api.jar is the only jar contain the constractor of the tag wrote: > > Ok... after some research on your issue, what appears to be happening is > there's a library version conflict somewhere. It's really har

"Incorrect function" error w/isapi_redirect 1.2.25

2007-11-13 Thread Dmitry Beransky
Hi, I'm trying to upgrade isapi_redirect from 1.2.15 to 1.2.25 on IIS 5.0. When I replace isapi_redirect.dll with the new version, I get "Incorrect function" error message. Any ideas what might be causing it? Thanks Dmitry - T

Re:

2007-11-13 Thread David Smith
Ok... after some research on your issue, what appears to be happening is there's a library version conflict somewhere. It's really hard to tell where, but I would start by upgrading your libraries where possible -- especially any that might have been compiled against an older jsp-api like stan

servlet init error pages

2007-11-13 Thread Adam Parker
I am trying to override tomcat error pages, and I have tried various combinations of the element in both the global web.xml, and my application web.xml. Nothing is working. After some research I believe the problem is that the error I am looking at actually occurs in the servlet.init(config) cal

Re:

2007-11-13 Thread itay sahar
hi david thanks for reply, my web.xml include the following declaration: http://java.sun.com/dtd/web-app_2_3.dtd";> refer to your advice "guess you need to declare the jsp taglib" i'm not sure which declaration is needed if any ? thanks On 11/12/07, David Smith <[EMAIL PROTECTED]> wrote: > > I

Is there a quiet or headless install for Tomcat 5?

2007-11-13 Thread Kurt Kavanaugh
Tomcat is an embedded component in our product. Thanks Kurt

Re: Webdav servlet authentication, authorization

2007-11-13 Thread Mark Thomas
Gabor Szokoli wrote: > Is this the place to ask questions about that? Yes > If so: > > Is the Tomcat webdav servlet the successor of the abandoned-looking > sourceforge project of the same name? Sorry, no idea. > My problem is that I need to retrieve further authorization details > about the au

Tip: SSL & upgrading to Tomcat 6.0

2007-11-13 Thread Rick Archibald
We decided to upgrade from Tomcat 5.0 to 6.0. I copied the pertinent pieces in the server.xml file, but I couldn't get the SSL to work properly. After tweaking it a bit, I realized that there were additional parameters in the SSL connector. After adding protocol="HTTP/1.1" and SSLEnabled="true",

Webdav servlet authentication, authorization

2007-11-13 Thread Gabor Szokoli
Hi, We are evaluationg the tomcat webdav servlet for serving up a custom fileset based on the identity of the user and other search criteria encoded in the URL. Is this the place to ask questions about that? If so: Is the Tomcat webdav servlet the successor of the abandoned-looking sourceforge

Re: unable to deploy myfaces-impl-1.1.3.jar in tomcat 4.1

2007-11-13 Thread Mark Thomas
Nethra Devegowda -X (ndevegow - WIPRO at Cisco) wrote: > I am not able to deploy the myfaces-impl-1.1.3 version in tomcat4.1LE. > > otherthan myfaces-impl.jar no other versions are not deploying in the > 4.1. > > what is the reason? How to deploy it in the same. > > I want the solution for he

Re: upgrade to 5.5.25 causes java permissions issues

2007-11-13 Thread Mark Thomas
Justin Kennedy wrote: > HI, > > I upgraded from 5.5.15 to 5.5.25 and now I'm getting errors relating to > java security (I'm using security manager). It appears as if my > catalina.policy is not longer being recognized, because I have clearly > outlined the permissions for the webapps, like > "jav

upgrade to 5.5.25 causes java permissions issues

2007-11-13 Thread Justin Kennedy
HI, I upgraded from 5.5.15 to 5.5.25 and now I'm getting errors relating to java security (I'm using security manager). It appears as if my catalina.policy is not longer being recognized, because I have clearly outlined the permissions for the webapps, like "java.lang.RuntimePermission setCon

RE: Tomcat and Redirects

2007-11-13 Thread Tony Fountain
Good point regarding the compatibility kit, that completely slipped my mind :). Thanks, Tony -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Friday, November 09, 2007 2:05 PM To: Tomcat Users List Subject: RE: Tomcat and Redirects > From: Tony Fountain [mai

Re: java.awt.HeadlessException on tomcat

2007-11-13 Thread David Delbecq
Provide it a display! En l'instant précis du 13/11/07 13:58, Yann Mauon s'exprimait en ces termes: Thank you for your answer, but what do you mean by "Make your environment non-headless to solve problem" ? David Delbecq-2 wrote: En l'instant précis du 13/11/07 12:45, Yann Mauon s'exprimai

Re: java.awt.HeadlessException on tomcat

2007-11-13 Thread Yann Mauon
Thank you for your answer, but what do you mean by "Make your environment non-headless to solve problem" ? David Delbecq-2 wrote: > > En l'instant précis du 13/11/07 12:45, Yann Mauon s'exprimait en ces > termes: >> Dear all, >> >> I have the following problem. I deployed an applicaton on T

Re: java.awt.HeadlessException on tomcat

2007-11-13 Thread David Delbecq
En l'instant précis du 13/11/07 12:45, Yann Mauon s'exprimait en ces termes: Dear all, I have the following problem. I deployed an applicaton on Tomcat and recieve the following error when I try to display an image generated on the server : java.awt.HeadlessException at java.awt.Grap

java.awt.HeadlessException on tomcat

2007-11-13 Thread Yann Mauon
Dear all, I have the following problem. I deployed an applicaton on Tomcat and recieve the following error when I try to display an image generated on the server : java.awt.HeadlessException at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:159) at java.awt

unable to deploy myfaces-impl-1.1.3.jar in tomcat 4.1

2007-11-13 Thread Nethra Devegowda -X (ndevegow - WIPRO at Cisco)
Hi, I am not able to deploy the myfaces-impl-1.1.3 version in tomcat4.1LE. otherthan myfaces-impl.jar no other versions are not deploying in the 4.1. what is the reason? How to deploy it in the same. I want the solution for he problem. Regards, Nethra

Re: I'm desparate with an Apache problem and ReverseProxy

2007-11-13 Thread Pedro
From my understanding the site server should do the request and pass the response back to the client. That's not the way I understand the reverse proxy... the request *is handled by the backend server, the front end server is used to route the request. Some folks use mod_rewrite with mod_proxy

Re: hi

2007-11-13 Thread David Smith
Have you taken a look at http://tomcat.apache.org/tomcat-5.5-doc/setup.html ? nirmala wrote: hi I want installation procedure for apache tomcat5.5 DISCLAIMER: This e-mail and any attachments are intended only for the individual or company to which it is addressed and may contain information

Re: Fw: Tomcat6.exe and Windows Services

2007-11-13 Thread David Smith
What's in your log files? As to the shutdown hook not being called, it may be because the webapp hadn't been started yet. --David Konstantin Ryadov wrote: Hello! I use myapp.exe(I rename tomcat6.exe) for installing Windows service for my application - not tomcat(my Main Class, parameters, c

Fw: Tomcat6.exe and Windows Services

2007-11-13 Thread Konstantin Ryadov
Hello! I use myapp.exe(I rename tomcat6.exe) for installing Windows service for my application - not tomcat(my Main Class, parameters, classpath). Service installs successfully but on start my java application works 5 sec(writes logs) after start and terminated(killed) without any reason. I have

Re: tomcat in production

2007-11-13 Thread Peter Stavrinides
Thanks for this response Gregor, I had assumed this was the case, just needed the confirmation. Peter Gregor Schneider wrote: Hi Peter, when you're using Apache HTTP in front to serve static content and Tomcat is serving JSP / Servlets only, using the APR won't give you any advantage (AFAIC).

Re: Apache/Tomcat/mod_jk over WAN

2007-11-13 Thread Andrew Miehs
On 13/11/2007, at 6:47 AM, nirmala wrote: hi I have one question I want to installation procedure for the apache tomcat5.5 version in windows XP Cick, then click, then click, then click. Andrew smime.p7s Description: S/MIME cryptographic signature

Re: tomcat in production

2007-11-13 Thread Gregor Schneider
Hi Peter, when you're using Apache HTTP in front to serve static content and Tomcat is serving JSP / Servlets only, using the APR won't give you any advantage (AFAIC). However, some ppl are using Tomcat only (running on port 80 / 443 with f.e. JSVC): Then, according to my brain-cells, the APR wil

Re: tomcat in production

2007-11-13 Thread Peter Stavrinides
I am just wandering about when to use the APR and when not to, especially for those of us using Apache as a front end (although in my case this is done solely to integrate perl and java apps into a common namespace) Gregor Schneider wrote: Take a look at the Apache Portable Runtime: It will

Re: Help me please,

2007-11-13 Thread David Delbecq
The startup.bat is trying to run "-Dsun.io.useCanonCaches=false" instead of java. You probably badly configured an environnement variable. The command to run java is builded partly in classpath.bat on tomcat 5 (probably same in tomcat4). Maybe you just have forgotten to properly define "CATALINA

Re: Help me please,

2007-11-13 Thread Hamid Rahman Mohmand
Dear Gregor, Thanks for the guess, but it still doesn't work. I have a peace of code in java that got some bugs, in the documentation it was said the code was originally tested on tomcat version 4, so i wana see if I have the wrong code or somethign else not working. so, I just want to make sure my

RE: Virtual hosts

2007-11-13 Thread Rocco Scappatura
> > I would like to know if is there a similar concept to the > > 'VirtualHost' directive of Apache, in Tomcat. > > It's not by any means identical, but the Tomcat documentation > for the concept is here: > http://tomcat.apache.org/tomcat-6.0-doc/virtual-hosting-howto.html > OK. Thanks. > > S

Re: hi

2007-11-13 Thread inampudi sai
HI, follow the steps 1) First of all install j2sdk1.5 or higher version. 2) check whether jre1.5.x is installed in the same folder of j2sdk folder. 3) then install tomcat5.5 as you wish,while installing it will check the path of your jre1.5.x folder,if not set the path. Thats all -- saibabu.in