RE: Welcome File : index.html

2001-04-11 Thread Hunor Nam
Hi. I have a similar problem... My app. has many folders and I do not want to put an index file in each of them... Especially that it has more sub app.'s so I would need different index files for different folders... it would be nasty to put one in each of them and after that, if something change

Index files and CGI UNDER TOMCAT

2001-04-12 Thread Hunor Nam
Hi. My problem is: I need to use the attribute but in a different way... Our app. has many folders and I do not want to put an index file in each of them... Especially that it has more sub applications so I would need different index files for different folders... it would be nasty to put one i

RE: Index files and CGI UNDER TOMCAT

2001-04-12 Thread Hunor Nam
ry as the real answer will probably look something like this. danny > -Original Message- > From: Hunor Nam [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 12, 2001 9:03 AM > To: [EMAIL PROTECTED] > Subject: Index files and CGI UNDER TOMCAT > > > Hi. > My

RE: directive throw a java.lang.StackOverflowError

2001-04-12 Thread Hunor Nam
Hi I had a similar problem my self... Here is how i solvedit: I renamed the 404.jsp to something else... like badrequest.jsp or something... (not sure if requeired) And make sure to add this to your error page ! :<%@ page isErrorPage="true" %> Hades -Original Message- Fro

RE: Index files and CGI UNDER TOMCAT

2001-04-12 Thread Hunor Nam
ing ending with / even things with / in them, which is therefore any directory but no file... /OneApp/*/ should match .. /OneApp/subdir/ and /OneApp/subdir/subsubdir/ not /OneApp/subdir/file.xyz It would be cool if you could use regex in URL pattern.. d > -Original Message----- > Fr

RE: Index files and CGI UNDER TOMCAT

2001-04-12 Thread Hunor Nam
ean by suppress folder browsing ? How to you do this ? Hunor Nam a écrit : > > Yep your right but anyhow I managed to solve the problem useing > errorpages... > if interested here is the solution...: > I suppressed folder browseing and I made the error page to check >

RE: Welcome File : index.jsp

2001-04-16 Thread Hunor Nam
/index.jsp Make sure it's in your aplication directory and not the one in the conf Hades -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 12:42 AM To: [EMAIL PROTECTED] Subject: RE: Welcome File : index.jsp Bette

RE: is it possible? (Modal Dialog thru Applet)

2001-04-17 Thread Hunor Nam
You could use showModalDialog, java script method, but it's suported only by IE4+ Syntax: vReturnValue = window.showModalDialog(sURL [, vArguments] [, sFeatures]) Hades -Original Message- From: Sunil Chandurkar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 4:14

RE: Hades - RE: is it possible? (Modal Dialog thru Applet)

2001-04-17 Thread Hunor Nam
RE: is it possible? (Modal Dialog thru Applet) Will it work with Netscape also. /sunil --- "Hunor Nam" <[EMAIL PROTECTED]> > wrote: >You could use showModalDialog, java script method, but it's suported >only by IE4+ >Syntax: > vReturnValue

Apache and servlet maping....

2001-04-19 Thread Hunor Nam
Hi I've installed Apache recently; I'm also using Tomcat. The problem seems to be that Apache does not want to allow my servlet mappings. I have some files whit a specific extension lets call them .myext. I've configured Tomcat to map a servlet to all .myext files. I've added JkMount /myapp/*.myex

RE: Running Tomcat as an NT Service

2001-05-21 Thread Hunor Nam
just make sure that your enviroment varibles are set for SYSTEM !!! not for USER varables Hades -Original Message- From: Ronald G. Louzon [mailto:[EMAIL PROTECTED]] Sent: Monday, May 21, 2001 3:35 PM To: '[EMAIL PROTECTED]' Subject: Running Tomcat as an NT Service When running T

RE: How to configure a custom page for JSP 404 errors?

2001-07-09 Thread Hunor Nam
You also MUST set in your "error page" the faloving tag: <%@ page isErrorPage="true" %> Hades -Original Message- From: Ryan Lubke [mailto:[EMAIL PROTECTED]] Sent: Friday, July 06, 2001 10:29 PM To: [EMAIL PROTECTED] Subject: Re: How to configure a custom page for JSP 404 errors?