Re: Apache Default Document is .jsp?

2001-06-18 Thread Jason Koeninger
machine). I'd like to have my login.jsp be my default document, but was only able to get it to work by putting a dummy login.jsp in the HTML directory... Otherwise, Apache would just show a normal index of the directory... Is this the only way to get this to work? Or am I missing somthing? BTW, I'm

Re: Apache Default Document is .jsp?

2001-06-18 Thread Dmitri Colebatch
to have my login.jsp be my default document, but was only able to get it to work by putting a dummy login.jsp in the HTML directory... Otherwise, Apache would just show a normal index of the directory... Is this the only way to get this to work? Or am I missing somthing? BTW, I'm on Tomcat

Accessing Base Document Directory from JSP

2001-05-22 Thread Jeff Trent
I would like to use absolute URLs to get to another page in my app. However, I don't want to burn in 'MyApp'. Instead, I would like to dynamically get the name that was assigned via the sysadmin. How can I do this from within a JSP? Thanks, Jeff

RE: Accessing Base Document Directory from JSP

2001-05-22 Thread Pernica, Jan
application.getContextPath() returns the path to the current context On Tuesday, May 22, 2001 2:42 PM, Jeff Trent [SMTP:[EMAIL PROTECTED]] wrote: I would like to use absolute URLs to get to another page in my app. However, I don't want to burn in 'MyApp'. Instead, I would like to dynamically

Re: Accessing Base Document Directory from JSP

2001-05-22 Thread Jeff Trent
, May 22, 2001 9:12 AM Subject: RE: Accessing Base Document Directory from JSP application.getContextPath() returns the path to the current context On Tuesday, May 22, 2001 2:42 PM, Jeff Trent [SMTP:[EMAIL PROTECTED]] wrote: I would like to use absolute URLs to get to another page in my app

RE: Accessing Base Document Directory from JSP

2001-05-22 Thread Pernica, Jan
. thanks, jeff - Original Message - From: Pernica, Jan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 22, 2001 9:12 AM Subject: RE: Accessing Base Document Directory from JSP application.getContextPath() returns the path to the current context On Tuesday, May

Re: Accessing Base Document Directory from JSP

2001-05-22 Thread skolski
Hi, I don't know, if that helps you, but, I get the name in JavaScript. The function window.location.pathname; gives you the local part of the url, so Myapp/myfile you can then easily put this together with your absolute part of the url. Sascha

Secured Document with Tomcat?

2001-01-30 Thread Lukman W. Kusuma
Dear All, I am sorry if my question below are one of the FAQs, but I really couldn't choose the keyword of my issue. I am using Tomcat 3.1 (yes, only Tomcat, no Apache) with Caldera OpenLinux 2.4, OpenSSL, and a database to store/modify/read secured online documentation. It works fine for all

jsp document root

2001-01-16 Thread Regis Muller
Sorry to ask such a trivial question to all of you but how can I put my .jsp files outside of the ROOT Directory of tomcat in e.g. in apache\htdocs ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email:

Re: jsp document root

2001-01-16 Thread Jon Baer
How is it possible to create something without a context @ the *very* top root level so you can say: / maps to things in directory /myapp Thanks. - Jon "Simon Oldeboershuis, outermedia" wrote: Regis Muller schrieb: Sorry to ask such a trivial question to all of you but how can I put my

Re: JSP as an XML Document

2001-01-08 Thread Craig R. McClanahan
Gregor Rayman wrote: Hi, does Tomcat support the XML syntax for JSP? Tomcat 3.2 - No. Tomcat 4.0 - yes (per the JSP 1.2 proposed final draft spec). I want to generate JSP from XML with XSL and it would be much nicer, if I could use e.g. jsp:expression istead of %= Thanks for any

RE: Tomcat 3.2.1 not recognizing index document

2001-01-03 Thread Kitching Simon
;-) Cheers, Simon -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, January 02, 2001 7:57 PM To: [EMAIL PROTECTED] Subject: Tomcat 3.2.1 not recognizing index document Recently I upgraded to Tomcat 3.2.1 from 3.1 and everything seems to have gone

Tomcat 3.2.1 not recognizing index document

2001-01-02 Thread nykoping
Recently I upgraded to Tomcat 3.2.1 from 3.1 and everything seems to have gone well except for one thing: If i try to go to my URL at http://www.somesite.com/ it cannot handle it, and maps to http://http/index.jsp However, if i type in http://www.somesite.com/index.jsp it loads perfectly. I've

Is the document tomcat-netscape-howto.html on NT platform?

2000-12-03 Thread Yan Peng
Dear Sir: I wonder if there is some document on UNIX platform in the WEB site http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/? Thanks!

architecture document

2000-11-27 Thread Mahati
hai all, any of u pl. help me. Where can i get a document related to architecture of tomcat .Also Can any of u give me the download url of Servlet specification 2.2 thanx.

Re: architecture document

2000-11-27 Thread Stefan Woithe
For the latter: http://java.sun.com/products/servlet/download.html#specs Mahati wrote: hai all, any of u pl. help me. Where can i get a document related to architecture of tomcat .Also Can any of u give me the download url of Servlet specification 2.2 thanx. Stefan

Re: architecture document

2000-11-27 Thread Craig R. McClanahan
rg. Craig McClanahan Mahati wrote: hai all, any of u pl. help me. Where can i get a document related to architecture of tomcat .Also Can any of u give me the download url of Servlet specification 2.2 thanx.

Re: architecture document

2000-11-27 Thread Mahati
thank u stefan - Original Message - From: Stefan Woithe [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 28, 2000 3:20 AM Subject: Re: architecture document For the latter: http://java.sun.com/products/servlet/download.html#specs Mahati wrote: hai all, any

in-process document

2000-11-16 Thread Bruce Knipe
I've been attempting to configure IIS to use Tomcat 3.2. This is fairly easy to do when it isn't in-process, but when I tried to configure it using the in-process-howto.html document I ran into a problem that maybe someone on this list might be able to help me with. The in-process doc states

Custom Error Document

2000-10-31 Thread Fredrik Stenberg
Is it possible to redirect to a custom error page when recieving an Error 500 from Tomcat? Eg. something equal to Apache's ErrorDocument directive. /Fred

RES: Custom Error Document

2000-10-31 Thread Sergio Stateri Jr
Document Is it possible to redirect to a custom error page when receiving an Error 500 from Tomcat? Eg. something equal to Apache's ErrorDocument directive. /Fred ___ tomcat-users mailing list [EMAIL PROTECTED] https://mailman.real-time.com/mailman/listinfo

AW: Custom Error Document

2000-10-31 Thread Amrhein, Thomas
An: '[EMAIL PROTECTED]' Betreff: Custom Error Document Is it possible to redirect to a custom error page when recieving an Error 500 from Tomcat? Eg. something equal to Apache's ErrorDocument directive. /Fred

RE: Custom Error Document

2000-10-31 Thread Fredrik Stenberg
ECTED]] Sent: den 31 oktober 2000 12:34 To: [EMAIL PROTECTED] Subject: RES: Custom Error Document Yes, but only if there's a web server calling Tomcat (Apache). Put the ErrorDocument command in Apache's httpd.conf : VirtualHost 192.168.0.13:80 ServerName www.fotoptica.com.br Directory

[tomcat-user] Re: AW: Custom Error Document

2000-10-31 Thread kenneth topp
it has to be located? How does your system behave? I use Tomcat 3.2beta5 under NT. regards Thomas -Ursprüngliche Nachricht- Von: Fredrik Stenberg [mailto:[EMAIL PROTECTED]] Gesendet am: Dienstag, 31. Oktober 2000 11:04 An: '[EMAIL PROTECTED]' Betreff: Custom Error Document

<    1   2   3