Variable substitution in server.xml file?

2001-06-30 Thread The Anenome
Hi, I am trying to figure out if I can do some sort of variable substitution in the server.xml file. For example, I want to do something like this: ContextManager home=$MYHOME debug=0 workDir=work ... so that the MYHOME system property (or, if possible, system environment variable) will get

How to change file name.

2001-06-30 Thread Tuukk4 |[:)-| p4s4n3n
Hi, Explanation (make understanding easier): User X want to servlet greated image. Servlet name is GreateImage. Prorammer wants picture name to be created.png but browser supposes it to be GreatImage ( not more not less ) because servlet name is it. So how to make it to created.png?? It

Re: multipart/form-datatomcat 3.2.2 problem

2001-06-30 Thread ahmet yilmaz
I am sending the source files , all processing instructions are removed from the files. I will be grateful for any help. thanks Firstly the file selector part name : upload.jsp HTML HEAD /HEAD BODY form name=upload method=post action=/java/1.jsp enctype=multipart/form-data BRBR

jdbc.jar for BSDI

2001-06-30 Thread Clement
hi ppl Thanks to Tim and James who responded to my search for jdbc.jar. My problem now is to find the driver for my BSDI server...:( The link http://java.sun.com/products/jdk/1.2/ brings me to download the versions for Sun, Linux and Windows... any idea where i can get a jdbc.jar which i

Re: Documents and dynamic web pages

2001-06-30 Thread Frans Thamura
Try fo from xml.apache.org or cocoon Frans - Original Message - From: Kemp Randy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, June 30, 2001 6:01 AM Subject: Documents and dynamic web pages I am aiding a department that is using a two tier application design, with Tomcat

Re: TOMCAT SUCKS

2001-06-30 Thread Frans Thamura
My experience: I am ebiz consultant, in every my engangement, I did 2/3 of my project with documentation. And most of them have to be rework, and redone, because bad content.. I think we cannot say all the TQ guy don't like that. All the TQ and commiter must start with that, this will give all

Re: [Tomcat Documentation Redactors]

2001-06-30 Thread Frans Thamura
That project is not work well??? I cannot download the pdf or html file Frans - Original Message - From: Milt Epstein [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 29, 2001 9:34 PM Subject: Re: [Tomcat Documentation Redactors] On Fri, 29 Jun 2001, Simon Brooke wrote:

Re: [Tomcat Documentation Redactors To Hire] - WAS: TOMCAT SUCKS

2001-06-30 Thread Frans Thamura
I think a commiter must create a draft article, explain tomcat, and there will be a team, that will review, and ask that article, and may be several of those articles have a comment.. see php manual in php.net The team update the article, and after that. this like CVS for documentation, and the

Re: apache not able to access jsp files

2001-06-30 Thread Vinay Menon
http://jakarta.apache.org/tomcat/tomcat-3.3-doc/mod_jk-howto.html#s7 - Original Message - From: Ramkumar Manoharan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, June 30, 2001 1:03 AM Subject: apache not able to access jsp files Hi, OS-red hat 7.0, apache 1.3, tomcat 3.2

Hot Deploy?

2001-06-30 Thread Vinay Menon
Hello Folks, Is 'hot deploy' something that is being planned for Tomcat 4.0. I use Tomcat with JBoss and do not use an EAR file to deploy to the combination ... instead deploy a server side jar for JBoss and the compiled classes for Tomcat. If I stick to the current method of deployment will

JSP page in another window

2001-06-30 Thread Kemp Randy
If I have JSP page A and I want to open up JSP page B in a seperate and smaller window, while keeping JSP page A, is there a way to do this? I know it can be done with JavaScript. __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail

RE: web.xml files and servlet mapping

2001-06-30 Thread Eitan Ben Noach
When calling a servlet through its servlet-mapping name you should omit the 'servlet' string meaning: http://127.0.0.1:8080/clan/attemp I've gone through this problem yesterday, and now it is working fine to me. I'm trying now to do the same but using Apache as the HTTP server ( port 80

Re: JSP page in another window

2001-06-30 Thread Grim Shieldsson
JSP is server side only.. it never makes it to the client. You will have to do it in javascript, or some other client side trick. --- Kemp Randy [EMAIL PROTECTED] wrote: If I have JSP page A and I want to open up JSP page B in a seperate and smaller window, while keeping JSP page A, is there

Virtual host documentation error? (looking for server.xml example)

2001-06-30 Thread Jim Rooney
I ran into this while attempting to setup Tomcat Apache with name based virtual hosting. It appears that the documentation for doing this (docs/jakarta-tomcat-3.2.2b3/tomcat-apache-howto.html#virtual_hosting) lists the wrong configuration for server.xml? It looks like the listing for

problem with isapi redirect

2001-06-30 Thread Ken Cowley
I have installed the filter into IIS and it appears to be running. I can view the main page for the examples. //localhost/examples/jsp/index.html But when I attempt to execute one of the JSP pages I get a page not found error, and the following output in the log file [Sat Jun 30 20:09:33 2001]

Re: apache not able to access jsp files

2001-06-30 Thread Alberto Torna Jr.
I ran into something similar. I set the default page for Apache to the Tomcat JSP page. From: "Ramkumar Manoharan" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: apache not able to access jsp files Date: Fri, 29 Jun 2001 17:03:27 -0700 Hi, OS-red hat

Tomcat Security? How to get around this?

2001-06-30 Thread anil
Hi All, My web.xml looks like this. servlet servlet-name Client /servlet-name servlet-class ca.ksb.client.Client /servlet-class /servlet servlet-mapping servlet-nameClient/servlet-name

Re: JSP page in another window

2001-06-30 Thread Vinay Menon
specify target=_window in the url that will be used to pop up the JSP Cheers Vinay - Original Message - From: Grim Shieldsson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, June 30, 2001 7:22 PM Subject: Re: JSP page in another window JSP is server side only.. it never makes

Urgent help required - Tomcat/Apache configuration problem

2001-06-30 Thread Pankaj Chhaparwal
Hi All, Can I transfer requests for jsp's, servlets etc from one apache server to two different Tomcat servers. Basically this is what I am trying to do. Tomcat 3.1 is running on port 8080 while its Ajp12ConnectionHandler is running on port 8007.There is another Tomcat server which is running