RE: Download file Problem - 404 error

2006-01-30 Thread Bob Hall
Deepa, As someone pointed out in an earlier post you need to include the following in your DownloadFile.java file: (usually, as the first line) package com.deepa.servlet; You would also normally place DownloadFiles.java in a directory that ended in com/deepa/servlet. In WinSpeak: D:\data\eclips

RE: Download file Problem - 404 error

2006-01-30 Thread Avinash RS
Hi Deepa, I had the a similar problem and ONE of the reason to get a NoCalssDefFoundError is that Tomcat is encountering more than one Servlet jar in the classpath(which are different versions). I suggest you remove all the entries for servlet jar from the classpth in environment variables and

Re: Download file Problem - 404 error

2006-01-30 Thread DEEPA M N
Hi, I hav set the classpath in the environment variables as below D:\Tomcat5.0\jakarta-tomcat-5.0.28\common\lib\servlet-api.jar Let me know is this correct? regards Deepa vineesh kumar <[EMAIL PROTECTED]> wrote: Deepa this error comes bcos the classpath of urs is not set correctly.p

Tomcat in debug mode

2006-01-30 Thread nitin dubey
Hello, I am running tomcat 5.5.9 on WIN2K. When I try to run my web application deployed in tomcat on DEBUG mode the complete tomcat server starts running in DEBUG mode and takes a lot of time to start. Can anyone suggest me what is the problem ? Cheers, - nitin ___

Re: Download file Problem - 404 error

2006-01-30 Thread vineesh kumar
Also check the package name On 1/31/06, vineesh kumar <[EMAIL PROTECTED]> wrote: > Deepa this error comes bcos the classpath of urs is not set > correctly.please set the classpath as of to include the > serv;letapi.jar and this directory. and check whether this class is > public. > regards >

Where do we put Business Logic(BL) and DBConnection files in Tomcat 5.5.15 in JSP?

2006-01-30 Thread gupta vidhi
hello, I'd made a JSP page and included a package in which my Bl(Business Logic) file is stored as :- <%@ page import="primeReports/bl/MemGrossBl"%> This package is in ROOT directory in webapps. but whenever i'm executing the page, the error is coming as it could not be able

Re: Download file Problem - 404 error

2006-01-30 Thread vineesh kumar
Deepa this error comes bcos the classpath of urs is not set correctly.please set the classpath as of to include the serv;letapi.jar and this directory. and check whether this class is public. regards vineesh On 1/31/06, DEEPA M N <[EMAIL PROTECTED]> wrote: > Hi > I did as u said. This is w

Re: Download file Problem - 404 error

2006-01-30 Thread Anto Paul
On 1/31/06, DEEPA M N <[EMAIL PROTECTED]> wrote: > Hi > I did as u said. This is wat the error i m getting. > > > D:\Tomcat5.0\jakarta-tomcat-5.0.28\webapps\DownloadFile\WEB-INF\classes>java > com.deepa.servlet.DownloadFiles > Exception in thread "main" java.lang.NoClassDefFoundError: > com/

Re: Download file Problem - 404 error

2006-01-30 Thread DEEPA M N
Hi I did as u said. This is wat the error i m getting. D:\Tomcat5.0\jakarta-tomcat-5.0.28\webapps\DownloadFile\WEB-INF\classes>java com.deepa.servlet.DownloadFiles Exception in thread "main" java.lang.NoClassDefFoundError: com/deepa/servlet/DownloadFiles (wrong name: DownloadFiles)

how many nest

2006-01-30 Thread Tony Smith
It seems that if you have more than three nested , the code is not going to work. For example, if you have: ${p2} It is ok. But if you have : ${p3} p3 is not printed out. Am I right? Here is my real code, did I do something worong? The most inside did not print.

Re: Download file Problem - 404 error

2006-01-30 Thread Anto Paul
On 1/31/06, DEEPA M N <[EMAIL PROTECTED]> wrote: > > Hi, > > Here is a log file. Pls let me know how can i correct it. In what package it is defined ?. Are you sure you deleted the old classfiles and compiled the classfiles to the right folder ? Go to WEB-INF\classes and type java com.deepa.s

Re: Download file Problem - 404 error

2006-01-30 Thread DEEPA M N
Hi, Here is a log file. Pls let me know how can i correct it. 2006-01-31 10:30:54 StandardWrapperValve[DownloadFiles]: Allocate exception for servlet DownloadFiles javax.servlet.ServletException: Error allocating a servlet instance at org.apache.catalina.core.StandardWrapper.allocate

Re: Download file Problem - 404 error

2006-01-30 Thread Anto Paul
On 1/31/06, DEEPA M N <[EMAIL PROTECTED]> wrote: > Hi Vineesh, > The class name is DownloadFiles.class > Pls let me know wat is access permissions of the class and tomcat. > I m posting my web.xml after including package. > > >PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application

Re: Download file Problem - 404 error

2006-01-30 Thread DEEPA M N
Hi Vineesh, The class name is DownloadFiles.class Pls let me know wat is access permissions of the class and tomcat. I m posting my web.xml after including package. http://java.sun.com/dtd/web-app_2_3.dtd";> Tomcat Documentation Tomcat Documentation. D

Re: Re: APR Connector Shutdown Problem

2006-01-30 Thread Bill Barker
Not by me, I don't really work on the APR Connector ;-). In the bind method in network.c is probably easiest. If you want your patch to be accepted by the dev team, then you should probably wrap it in a '#ifndef WIN32' like httpd does (don't know why, and care even less :). "Fenlason, Josh" <[

Re: Connector problem

2006-01-30 Thread Bill Barker
The AJP/1.3 Connector uses the scheme that is sent from IIS/Httpd/SunOne. The scheme and isSecure on the is ignored. I suppose that it wouldn't be too hard to add a believeMe="true" attribute to the tag to handle your case. If you feel strongly about it, open a BZ enhancement request. Of co

Re: Why does mod_jk write a file ./conf/ajp13.id

2006-01-30 Thread Bill Barker
It's for use of shutting down Tomcat over the AJP port (doesn't really work, and is disabled by default). As of 5.5.16+, Tomcat won't write the file unless you explictly enable this option. "Fred K" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi: I am using mod_jk.so v1.2.15

Re: Tomcat 5.5.15 use a native library to improve performace , i have some question about it

2006-01-30 Thread Bill Barker
"Legolas Woodland" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Tomcat 5.5.15 use a native library to improve performace , i have some > question about it > Thank you for reading my post. > today i installed a newer version of tomcat (5.5.15 ) before this i used > 5.5.12 > but

SSO - Integrating Form Authenticated with Custom Authenticated Web Apps - ???

2006-01-30 Thread bob fuller
Hello, I've tried ready the docs, traced code and searched the archives, but am still struggling with an SSO problem... I have two webapps that use Form Based Authentication and one webapp that uses a custom authentication mechanism. By turning on the SSO valve within Tomcat my two Form Auth

RE: context.xml

2006-01-30 Thread Caldarale, Charles R
> From: Klotz Jr, Dennis [mailto:[EMAIL PROTECTED] > Subject: context.xml > > I thought the name of the xml file located in : > > $CATALINA_HOME/conf/[enginename]/[hostname]/ > > had to match the name of your webapp directory. No, it defines the name of the webapp, not the directory it's stor

Re: is there any way to monitor application server when it is working?

2006-01-30 Thread Edward See
http://www.tomcatprobe.org/d/latest.shtml Legolas Woodland wrote: thank you for reading my post is there any application that help monitor an application server when it is working ? for example , total active sessions , Connections , ... i need this application to monitor my tomcat and sun

RE: context.xml

2006-01-30 Thread Klotz Jr, Dennis
Thanks Warren for the reply. Wouldn't that version of the file be deleted when I undeploy? -Dennis -Original Message- From: Warren Pace [mailto:[EMAIL PROTECTED] Sent: Monday, January 30, 2006 7:41 PM To: Tomcat Users List Subject: Re: context.xml > > From: "Klotz Jr, Dennis" <[EMAIL

Re: context.xml

2006-01-30 Thread Warren Pace
> > From: "Klotz Jr, Dennis" <[EMAIL PROTECTED]> > Date: 2006/01/30 Mon PM 07:00:03 EST > To: "Tomcat Users List" > Subject: context.xml > > I thought the name of the xml file located in : > > $CATALINA_HOME/conf/[enginename]/[hostname]/ > > had to match the name of your webapp directory. >

Solution: Using JRE 1.5.0_06 causes app to use Tomcat tmp dir?

2006-01-30 Thread Bob_Savard
For anyone who's experiencing this, here's what's happening: ContextConfig.java contains a method called "antiLocking" that tests to see if your context in server.xml has "antiResourceLocking=true". If it does, it creates a new directory calculated by 'deploymentCount++ + "-" + docBase ' in the

context.xml

2006-01-30 Thread Klotz Jr, Dennis
I thought the name of the xml file located in : $CATALINA_HOME/conf/[enginename]/[hostname]/ had to match the name of your webapp directory. I just read some documentation for 5.5.9 that says otherwise. It mentions that under certain conditions it will be created for you. But I would like to ha

RE: Tuning Tomcat , i need some advice

2006-01-30 Thread George Sexton
I'm not familiar with Derby, so I'm not going to be able to offer any advice. The biggest killer will just be the number of db interactions. If you can create a view, or a stored procedure so that you're only doing one db interaction per page, then you'll see a huge difference. For example, if yo

Re: Tuning Tomcat , i need some advice

2006-01-30 Thread Legolas Woodland
Thank you for reply. George Sexton wrote: Database interaction is by far the major issue. In my application, a page with no db interaction runs in something like 80ms, while a page with DB interaction takes something like 350-400ms. There's no silver bullet to tuning tomcat applications, and mos

Re: Broken Architecture documentation pdf on tomcat.apache.org

2006-01-30 Thread Mark Thomas
Mark Thomas wrote: > Fred K wrote: > >>Hi: >> >>When I look at the Architecture documentation pdf, I see only blank pages in >>the pdf files linked under Tomcat Architecture. >>These pdfs, are broken on tomcat.apache.org and when I build Tomcat >>5.5.12from source (Linux/Solaris). >> >>Bugzilla sa

RE: Tuning Tomcat , i need some advice

2006-01-30 Thread George Sexton
My mistake. http://www.mhsoftware.com/caldemo/manual/en/pageFinder.html?page=622.htm George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: George Sexton [mailto:[EMAIL PROTECTED] > Sent: Monday, January 30, 2006 3:50 PM > To: 'Tom

RE: Tuning Tomcat , i need some advice

2006-01-30 Thread Kumar, Sunitha
Hi, Don't find the results at the provided URL. -sunitha -Original Message- From: George Sexton [mailto:[EMAIL PROTECTED] Sent: Monday, January 30, 2006 2:50 PM To: 'Tomcat Users List' Subject: RE: Tuning Tomcat , i need some advice 80ms was with the server saturated and running 100% CP

RE: Tuning Tomcat , i need some advice

2006-01-30 Thread George Sexton
80ms was with the server saturated and running 100% CPU utilization. Min times were in the 10ms range, with the more db intensive pages having min times in the 60ms range. Here's my complete testing results. http://www.mhsoftware.com/caldemo/manual/en/pageFinder.html?page=622.html I'm sure a lar

Re: Tuning Tomcat , i need some advice

2006-01-30 Thread Leon Rosenberg
On 1/30/06, Leon Rosenberg <[EMAIL PROTECTED]> wrote: > On 1/30/06, George Sexton <[EMAIL PROTECTED]> wrote: > > Database interaction is by far the major issue. In my application, a page > > with no db interaction runs in something like 80ms, while a page with DB > > interaction takes something lik

RE: is there any way to monitor application server when it is working ?

2006-01-30 Thread Tim Lucia
I have successfully used Jmeter, and MRTG with some Perl scripts and the manager web application to do most of this. Not everything that is available in html mode is available in ?XML=true mode, unfortunately, but it will get you going. Tim -Original Message- From: Legolas Woodland [ma

Re: Tuning Tomcat , i need some advice

2006-01-30 Thread Leon Rosenberg
On 1/30/06, George Sexton <[EMAIL PROTECTED]> wrote: > Database interaction is by far the major issue. In my application, a page > with no db interaction runs in something like 80ms, while a page with DB > interaction takes something like 350-400ms. There's no silver bullet to > tuning tomcat appli

RE: is there any way to monitor application server when it is working ?

2006-01-30 Thread Caldarale, Charles R
> From: Legolas Woodland [mailto:[EMAIL PROTECTED] > Subject: is there any way to monitor application server when > it is working ? > > is there any application that help monitor an application > server when it is working ? Look at Tomcat's built-in manager app as an example. Read the doc: ht

RE: Tuning Tomcat , i need some advice

2006-01-30 Thread Caldarale, Charles R
> From: Legolas Woodland [mailto:[EMAIL PROTECTED] > Subject: Tuning Tomcat , i need some advice > > Where i can find more reference and how to(s) or step by step > manual to tune tomcat. I'd suggest starting with Peter Lin's paper: http://tomcat.apache.org/articles/performance.pdf Also look i

Re: Tuning Tomcat , i need some advice

2006-01-30 Thread Jess Holle
I'd ditto George's advice. Unless your page generation code is really trivial, it will be the major determining factor of your performance -- not Tomcat. Thus the first steps are general JVM tuning and application code profiling and tuning. Only after you've selected the right JVM, the righ

RE: Tomcat upgrade: 3.3.1 --> 5.0.28, hang up after running 1 or 2 days

2006-01-30 Thread Monica Wu
This is a update for this problem/solution. After removing Java 1.5 + Tomcat 5.0, reinstalling Java 1.3 + Tomcat 3.3.1 on last Monday, 1/23/2006, everything has been running fine by far. I have certain confidence to conclude that different versions of Java and Tomcat coexisting introduced the u

RE: Tuning Tomcat , i need some advice

2006-01-30 Thread George Sexton
Database interaction is by far the major issue. In my application, a page with no db interaction runs in something like 80ms, while a page with DB interaction takes something like 350-400ms. There's no silver bullet to tuning tomcat applications, and most of the advice you'll get here won't make an

Tomcat 5.5.15 use a native library to improve performace , i have some question about it

2006-01-30 Thread Legolas Woodland
Tomcat 5.5.15 use a native library to improve performace , i have some question about it Thank you for reading my post. today i installed a newer version of tomcat (5.5.15 ) before this i used 5.5.12 but when i was installing 5.5.15 , it asks about downloading a native library to improve perfor

Tuning Tomcat , i need some advice

2006-01-30 Thread Legolas Woodland
Hi Thank you for reading my post. I have an application which will handle about 30 hit per second with Tomcat 5.5.* (* wil be one of 15 or 12) Now i need some advice about tuning tomcat to perform the best under this condition I read something so far , things like : use Java server mode increa

is there any way to monitor application server when it is working ?

2006-01-30 Thread Legolas Woodland
thank you for reading my post is there any application that help monitor an application server when it is working ? for example , total active sessions , Connections , ... i need this application to monitor my tomcat and sun application server , but if there is no application that help monitor

Re: From Java to C#, ASP.NET [Off Topic]

2006-01-30 Thread Wade Chandler
--- Leon Rosenberg <[EMAIL PROTECTED]> wrote: > On 1/30/06, Tim Lucia <[EMAIL PROTECTED]> wrote: > > Hibernate is not J2EE "based". It just so happens > it provides a EJB-free > > solution to a servlet container environment. > Hibernate does not require > > J2EE. > > I think hibernate supports

Re: Broken Architecture documentation pdf on tomcat.apache.org

2006-01-30 Thread Mark Thomas
Fred K wrote: > Hi: > > When I look at the Architecture documentation pdf, I see only blank pages in > the pdf files linked under Tomcat Architecture. > These pdfs, are broken on tomcat.apache.org and when I build Tomcat > 5.5.12from source (Linux/Solaris). > > Bugzilla says it is fixed in Septem

Using JRE 1.5.0_06 causes app to use Tomcat tmp dir?

2006-01-30 Thread Bob_Savard
Hi. I've got a Tomcat 5.5.9 app which takes uploaded files and puts them into a directory according to this formula: app's root dir + "/photos". So the dir in my case is "c:\tomcat\webapps\ROOT\photos\". However, I've just noticed that the whole ROOT context directory gets copied to Tomcat's tem

RE: OutOfMemoryError - how to increase heap size

2006-01-30 Thread Stracchino, Peri
But also if it is taking an hour before you run out of memory then it sounds as if you may have a memory leak - there is a profiler plugin available for netbeans 4.1 which is quite handy for tracing these - I don't think its on the netbeans update centre but you should find it if you search on the

RE: OutOfMemoryError - how to increase heap size

2006-01-30 Thread Stracchino, Peri
Not sure about when using init.d and/or running from netbeans, but generaly you need to use the catalina.bat file if starting tomcat from the startup.bat (add the line 'set CATALINA_OPTS=-msxxxm -mm' where xxx represents the minimum and maximum values you want) or, if you are running it as a wi

[ANN] TomcatProbe 1.0.8b is available to download

2006-01-30 Thread Vlad.Ilyschenko
Fellow Tomcat users, I am pleased to announce version 1.0.8b of TomcatProbe. This release features support for Oracle datasources, new session attribute browser view, user interface improvements and bug fixes. Full release note can be found here: http://www.tomcatprobe.org/d/latest.shtml The off

RE: From Java to C#, ASP.NET [Off Topic]

2006-01-30 Thread Tim Lucia
You support my point. Hibernate is a JDBC-based, JTA-aware, object-relational-mapping framework for Java. I say JTA-aware because you are not required to use JTA for transactions just because you use Hibernate (you can, but you are not required to.) It is perfectly valid and reasonable to write

Re: From Java to C#, ASP.NET [Off Topic]

2006-01-30 Thread Leon Rosenberg
On 1/30/06, Tim Lucia <[EMAIL PROTECTED]> wrote: > Hibernate is not J2EE "based". It just so happens it provides a EJB-free > solution to a servlet container environment. Hibernate does not require > J2EE. I think hibernate supports JTA and JDBC? Ok, JDBC isn't J2EE since 3.0 but was before. (Ac

RE: From Java to C#, ASP.NET [Off Topic]

2006-01-30 Thread Caldarale, Charles R
> From: Hans Sowa [mailto:[EMAIL PROTECTED] > Subject: Re: From Java to C#, ASP.NET [Off Topic] > > I want to mentioned that it is not important which API is > used from JAVA to say that your application is a J2EE > application or not. The only two thinks which count are > 1) it is written in

AJP13 Connector question

2006-01-30 Thread Dieter Schicker
Hi, I'm new to this list so please point me to the right address if this is off-topic here. Thanks. I got a question concerning the ajp13 connector (I run Apache 2.0.54 and Tomcat 5.0 with mod_jk2). I want requests to (Apache) http://server/edu/fedora/search* to be mapped to (Tomcat) http:

RE: switch off tomcat version

2006-01-30 Thread Caldarale, Charles R
> From: Edward Quick [mailto:[EMAIL PROTECTED] > Subject: switch off tomcat version > > I have a Tomcat set up in production, but when it errors with > a 404 or 500, it reveals its version number at the bottom of > the page. Is there any way to disable this? Use a custom error page (see section

Re: From Java to C#, ASP.NET [Off Topic]

2006-01-30 Thread Hans Sowa
Hi all I want to mentioned that it is not important which API is used from JAVA to say that your application is a J2EE application or not. The only two thinks which count are 1) it is written in java (of course) and 2) it is a distributed application. The API itsels like EJB, JNDI, JDBC, Java Ser

RE: Need tomcat build for Fedora 3 on x86

2006-01-30 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Subject: RE: Need tomcat build for Fedora 3 on x86 > > But in reality I have so far never seen such a thing as a Java > "build once, run everywhere" come true. Actually, I've never seen it fail, for pure Java, headless-compatible programs.

408 errors

2006-01-30 Thread scott soward
I have been searching for info about this error beyond just the api and I have been unable to find much. Does anyone have any suggestions on resolving this error, or locations of documentation? I am using realms with Tomcat 5.0.28 and get 408 errors on some client side computers as they login. The

RE: Need tomcat build for Fedora 3 on x86

2006-01-30 Thread Ralph.Grothe
Hi Chuck, thanks for the quick response. Sorry for my misapprehension of the essence of a JVM and the so called bytecode. But in reality I have so far never seen such a thing as a Java "build once, run everywhere" come true. That's the reason for my silly question about some x86 bytecode. Ok, I

Re: Need tomcat build for Fedora 3 on x86

2006-01-30 Thread David Delbecq
Le Lundi 30 Janvier 2006 16:05, [EMAIL PROTECTED] a écrit : > Hi Tomcat List Subscribers, > > I need to install a recent Tomcat on a Fedora 3 Linux server as a > Heartbeat application. > > I didn't manage the vanilla Tomcat installation (should you be > interested to know why read below) downlo

switch off tomcat version

2006-01-30 Thread Edward Quick
Hi, I have a Tomcat set up in production, but when it errors with a 404 or 500, it reveals its version number at the bottom of the page. Is there any way to disable this? Thanks, Ed. - To unsubscribe, e-mail: [EMAIL PROTE

RE: From Java to C#, ASP.NET [Off Topic]

2006-01-30 Thread Peter Crowther
> From: Jess Holle [mailto:[EMAIL PROTECTED] > Nice terminology quandry that the app server marketeers have > dug for us. > > They've painted a world of "J2EE == EJB" and "J2EE == the only (good) > way to do Java in the enterprise" and transitively "EJB == the only > (good) way to do Java in t

RE: OutOfMemoryError - how to increase heap size

2006-01-30 Thread Caldarale, Charles R
> From: Aparna Ramakrishnan [mailto:[EMAIL PROTECTED] > Subject: OutOfMemoryError - how to increase heap size > > Since I am completely new to both JAVA and tomcat, I would > like to know how I need to proceed. I believe I must increase > the maxMemory -- but how and where? Actually, you prob

RE: Need tomcat build for Fedora 3 on x86

2006-01-30 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Subject: Need tomcat build for Fedora 3 on x86 > > I didn't manage the vanilla Tomcat installation (should you be > interested to know why read below) Except that wasn't a "vanilla" Tomcat installation you attempted, since it came from 3rd

OutOfMemoryError - how to increase heap size

2006-01-30 Thread Aparna Ramakrishnan
Hello, I use a Asterisk-JAVA API program which on a random basis, calls a Servlet, using Tomcat5, in order to set forwarding of calls through an Asterisk PBX Server. Two threads run throughout the program, where one is an endless thread. I use JDBC onnection with MySql. An hour after the prog

Need tomcat build for Fedora 3 on x86

2006-01-30 Thread Ralph.Grothe
Hi Tomcat List Subscribers, I need to install a recent Tomcat on a Fedora 3 Linux server as a Heartbeat application. I didn't manage the vanilla Tomcat installation (should you be interested to know why read below) Therefore I would like to ask you the Tomcat Gurus, how to do a Tomcat build and

Re: From Java to C#, ASP.NET [Off Topic]

2006-01-30 Thread Jess Holle
Tim Lucia wrote: Hibernate is not J2EE "based". It just so happens it provides a EJB-free solution to a servlet container environment. Hibernate does not require J2EE. Nice terminology quandry that the app server marketeers have dug for us. They've painted a world of "J2EE == EJB" and "J2E

Re: From Java to C#, ASP.NET [Off Topic]

2006-01-30 Thread Duong BaTien
On Mon, 2006-01-30 at 07:32 -0600, Jess Holle wrote: > Leon Rosenberg wrote: > > On 1/30/06, Endre Stølsvik <[EMAIL PROTECTED]> wrote: > > > >> On Sun, 29 Jan 2006, Leon Rosenberg wrote: > >> > >> | On 1/29/06, David Tonhofer, m-plify S.A. <[EMAIL PROTECTED]> wrote: > >> | > Another 2c: When doi

RE: Re: APR Connector Shutdown Problem

2006-01-30 Thread Fenlason, Josh
Is there no intent to fix this issue? Where would I need to make that patch? Thanks. , Josh. > -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Barker > Sent: Friday, January 27, 2006 8:59 PM > To: users@tomcat.apache.org > Subject: Re: APR Connector Shutdown P

Where is the latest isapi_redirect.dll & documentation?

2006-01-30 Thread David Thielen
Hi; Where is the latest version of isapi_redirect.dll and the documentation for it? I've found several plaves on the jakarta site but the all seem to be out of date and have dead links. Thanks - dave David Thielen www.windwardreports.com 303-499-2544

RE: From Java to C#, ASP.NET [Off Topic]

2006-01-30 Thread Tim Lucia
Hibernate is not J2EE "based". It just so happens it provides a EJB-free solution to a servlet container environment. Hibernate does not require J2EE. Tim -Original Message- From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Sent: Monday, January 30, 2006 8:04 AM To: Tomcat Users List Sub

How do I find if something is an isapi_redirect.dll bug?

2006-01-30 Thread David Thielen
Hi; According to Microsoft tech support, the fact that a request for a .faces file is not showing up in the IIS log is probably a bug in the isapi filter. How can I determine if this is the problem - and if so, how can I get it fixed? Thanks - dave David Thielen www.windwardreports.

RE: tomcat 5.5.15 - does JULI required a host tag defined realm?

2006-01-30 Thread Raymond, Craig (US SSA)
Remy, Boris, I have downloaded and built to the latest nightly build, and the logging is working correctly. Thanks, Craig. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: From Java to C#, ASP.NET [Off Topic]

2006-01-30 Thread Jess Holle
Leon Rosenberg wrote: On 1/30/06, Endre Stølsvik <[EMAIL PROTECTED]> wrote: On Sun, 29 Jan 2006, Leon Rosenberg wrote: | On 1/29/06, David Tonhofer, m-plify S.A. <[EMAIL PROTECTED]> wrote: | > Another 2c: When doing Java, you may want to stay clear of J2EE. I have | > heard it's the Wooly Ma

FW: Connector problem

2006-01-30 Thread Earnie Dyke
Greetings all, We have the following AJP connector configuration: I expected that when my application does a request.getScheme() I will get back HTTPS but I am not, I get HTTP. Do I not understand the purpose of scheme=? The problem we are trying to solve is this: 1. Loadbalancer recei

Re: From Java to C#, ASP.NET [Off Topic]

2006-01-30 Thread Leon Rosenberg
On 1/30/06, Endre Stølsvik <[EMAIL PROTECTED]> wrote: > On Sun, 29 Jan 2006, Leon Rosenberg wrote: > > | On 1/29/06, David Tonhofer, m-plify S.A. <[EMAIL PROTECTED]> wrote: > | > Another 2c: When doing Java, you may want to stay clear of J2EE. I have > | > heard it's the Wooly Mammoth framework and

Re: non US-ASCII query parameters

2006-01-30 Thread David Delbecq
Ok, found out. Tomcat needed a restart after changing the value of "URI Encoding" in connector. Le Lundi 30 Janvier 2006 13:09, David Delbecq a écrit : > Le Lundi 30 Janvier 2006 12:54, Tim Lucia a écrit : > > Are you using the request dumper valve? This will cause decoding problems, > > as desc

Re: Download file Problem - 404 error

2006-01-30 Thread Petr Hadraba
Deepa, The java.lang.NoClassDefFoundError: com/deepa/servlet/DownloadFiles (wrong name: DownloadFiles) error message means that you have class DownloadFiles in the package directory structure com.deepa.servlet.DownloadFiles, but you ommit the package directive in the source code, OR you have corre

Re: non US-ASCII query parameters

2006-01-30 Thread David Delbecq
Le Lundi 30 Janvier 2006 12:54, Tim Lucia a écrit : > Are you using the request dumper valve? This will cause decoding problems, > as describe here: http://tomcat.apache.org/tomcat-5.5-doc/config/valve.html > > The Request Dumper Valve is a useful tool in debugging interactions with > a clien

RE: non US-ASCII query parameters

2006-01-30 Thread Tim Lucia
Are you using the request dumper valve? This will cause decoding problems, as describe here: http://tomcat.apache.org/tomcat-5.5-doc/config/valve.html The Request Dumper Valve is a useful tool in debugging interactions with a client application (or browser) that is sending HTTP requests to yo

non US-ASCII query parameters

2006-01-30 Thread David Delbecq
Hello i experienced a problem using tomcat-5.5.7 It does not understand non us-ascii query parameter. It seems it does decode all %XX as an index in US-ASCII table. How can i change it? I want tomcat to decode it as either ISO-8859-1 either UTF-8 (any of those are ok, but obviously us-assci is not

Re: Authentication crisis

2006-01-30 Thread Luis Gervaso
the real problem is that we can't do anything before or after authentication using a filter solve this problem with url pattern j_securty_check but this is avoided because this authentication method "must be" equal basic authentication? this makes real authentication scenarios where we need crea

Re: Download file Problem - 404 error

2006-01-30 Thread vineesh kumar
Deepa, plz check the following things is ur class is public? whether the class name is DownloadFiles.class itself? also check the access permissions of the class and tomcat directory if ur on a X'nix machine On 1/30/06, vineesh kumar <[EMAIL PROTECTED]

Re: Download file Problem - 404 error

2006-01-30 Thread vineesh kumar
deepa, plz send ur web.xml and server.xml on each change.so that we can hav a look on that and understand the problem regards vineesh On 1/30/06, DEEPA M N <[EMAIL PROTECTED]> wrote: > > > Hi Anto Paul, > > Ya I extended HttpServlet method and also service() method. > I also tried wit pack

Re: Download file Problem - 404 error

2006-01-30 Thread DEEPA M N
Hi Anto Paul, Ya I extended HttpServlet method and also service() method. I also tried wit packages, but also i m getting some sort of error. Pls help me. I greatly welcome ur help. Thank u Deepa - Jiyo cricket

Re: Download file Problem - 404 error

2006-01-30 Thread DEEPA M N
Hi Thank u, I did as u mentioned. But wen i run the appln now, i m getting this error. Http status 500: type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception javax.servlet.Se

Re: From Java to C#, ASP.NET [Off Topic]

2006-01-30 Thread Endre Stølsvik
On Sun, 29 Jan 2006, Leon Rosenberg wrote: | On 1/29/06, David Tonhofer, m-plify S.A. <[EMAIL PROTECTED]> wrote: | > Another 2c: When doing Java, you may want to stay clear of J2EE. I have | > heard it's the Wooly Mammoth framework and I have so far worked happily | > without it. I recommend a loo

Re: Download file Problem - 404 error

2006-01-30 Thread Anto Paul
On 1/30/06, Bob Hall <[EMAIL PROTECTED]> wrote: > --- DEEPA M N <[EMAIL PROTECTED]> wrote: > > > Hi > > I m using Jdk1.5 and Tomcat 5.0.28 for my proj. I > > have written a code which can download a file from > > the server. The code is compiling properly. I pasted > > the .class file in the >

Re: Download file Problem - 404 error

2006-01-30 Thread Bob Hall
--- DEEPA M N <[EMAIL PROTECTED]> wrote: > Hi > I m using Jdk1.5 and Tomcat 5.0.28 for my proj. I > have written a code which can download a file from > the server. The code is compiling properly. I pasted > the .class file in the > webapps/DownloadFile/WEB-INF/classes/ > Also i hav writt

Download file Problem - 404 error

2006-01-30 Thread DEEPA M N
Hi I m using Jdk1.5 and Tomcat 5.0.28 for my proj. I have written a code which can download a file from the server. The code is compiling properly. I pasted the .class file in the webapps/DownloadFile/WEB-INF/classes/ Also i hav written web.xml in the WEB-INF folder. After running a a