Re: calling PHP from Tomcat

2002-09-17 Thread Michael Hirsch
Sorry, I should have mentioned, I'm using a straight install of Tomcat 3.3.1 and PHP 4.2.3. --Michael On Tue, 2002-09-17 at 16:03, Michael Hirsch wrote: I'm sure I'm doing something wrong, but I can't figure out what. I'm trying to call PHP from Tomcat (and them later call back to java from

RE: Virtual hosts using Apache 2.0.40, Tomcat 4.1.10 and mod_jk2

2002-09-17 Thread Turner, John
For reference, the official URL is here: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/configweb.html It's the same page, but just in case the other one gets moved out of a user dir, the official version would be the one above. John -Original Message- From: Dom

integrating apache-tomcat-jboss

2002-09-17 Thread Nani Jon
Hi all: I have the latest jboss-3.0.0_tomcat-4.0.3 bundle installed on a windows 2000 box. Everything is working fine. Now I want to throw apache into the mix to serve static content. I am having a heck of time integrating these guys. The info I found was basically for the integration of the

mapping or handler problem

2002-09-17 Thread Jonathan Soons
I am using mod_webapp and it serves up a servlet no problem from the configured context so that: http://server/datatel/servlet/servletname works fine and datatel is the app and configured context. I need to make the same servlet work with the URL: http://server/servlet/servletname since I cannot

RE: integrating apache-tomcat-jboss

2002-09-17 Thread Brian Topping
-Original Message- From: Nani Jon [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 4:17 PM To: tomcat users Subject: integrating apache-tomcat-jboss Hi all: I have the latest jboss-3.0.0_tomcat-4.0.3 bundle installed on a windows 2000 box. For production,

ModJk

2002-09-17 Thread Ago Meister
Hello, Does anybody know why is the address http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0 /bin/linux/i386/ for mod_jk binaries empty or can you tell me alternative address where I can find mod_jk source for building or binaries? kind regards, Ago Meister --

Re: new to this...

2002-09-17 Thread KEITH PEMBERTON
I know that I have had this problem in the past. What I had to do is to go to the Runtime tab down at the bottom of the explorer menu. There is an option for servers, but I can't remember right now what the exact name is but it is not HTTP server. Click through that choice till you find the

Re: ModJk

2002-09-17 Thread Nani Jon
Ago: Here is the link which I was able to get mod_jk.dll binaries from: http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3/bin/win32/i386/mod_jk.dll Hope it works for you. Nanijon. BTW: I am trying to figure out how to integrate jobss-tomcat with apache. Can give me some pointers if

RE: JaspException: Variable may not have been initialized

2002-09-17 Thread Xiaoyu Zhang
Case closed. Thank you, Rossen! All tomcat complaints are gone after tomcat is starting up in the 64-bit mode. Xiaoyu -Original Message- From: Rossen Raykov [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 3:07 PM To: 'Tomcat Users List' Cc: '[EMAIL PROTECTED]'

Using Alias within a host element

2002-09-17 Thread Donie Kelly
Hi all I have a host section in my server.xml as follows Host name=mywebsite.com debug=0 unpackWARs=true Aliaso2/Alias Tomcat does not like the part o2 as it return 400 Bad request when I use it in the browser. It resolves OK and all that. If I change my host file to otwo it works OK. Is this a

jsp:include

2002-09-17 Thread Georges Roux
Hi evrerybody, How include file result who are not in the same context. I use cocoon who are not in the same context like jsp:include page:../cocoon/mount/menu/menu_english.html / and I want to include this precious result. is that possible? an idea? Please, thanks for advance. Georges --

How to access the request that triggered FORM authentication?

2002-09-17 Thread Jeff Wishnie
I am using FORM authentication in my web-app, hosted in Tomcat 4.1.10 I want to vary the contents of the login screen depending on what resource was requested. I have configured a servlet as the form-login-page so that I can forward the request to any number of appropriate login pages. But

Re: How to access the request that triggered FORM authentication?

2002-09-17 Thread Ben Walding
(Courtesy of Tim Funk) See section 9.8 of the spec: A web application may specify that when errors occur, other resources in the application are used. These resources are specified in the deployment descriptor. If the location of the error handler is a servlet or a JSP, the following request

Re: dates.JspCalendar

2002-09-17 Thread Kwok Peng Tuck
You need to copy the class files to be able to use it. If it's a servlet then you should copy the definition in web.xml . Since it isn't just copy the class file from WEB-INF. Seth Brahler wrote: I don't know if I have configured Tomcat incorrectly, but when I copy the code from

Getting port, path in servlet init()

2002-09-17 Thread Robert Herold
I would like to construct, in a servlet's init() method, the URL by which this servlet will be accessed, at least up to the name of the web-app. For instance, if I have set up to access the webapp as http://www.me.com:8080/myapp/ I want to end up with: String protocol = http; String hostname =

Re: Antwort: Re: Apache2 + Tomcat4.1.10 + coyote + jk2 + cookies + winNT

2002-09-17 Thread Robert L Sowders
if you have the jkstatus uri statement in the workers2.properties file you can check you debug levels for each uri or the global at http://localhost/jkstatus Milt Epstein [EMAIL PROTECTED] 09/17/2002 11:12 AM Please respond to Tomcat Users List To: Tomcat Users List [EMAIL

Antwort: RE: Apache/Tomcat Production Configuration

2002-09-17 Thread Oliver . Lauer
From my point of view mod_jk2 - at this stage - isn't suitable for production. Within the context of Apache2 and TC4.1 you can't set more than one cookie (Win NT). Oliver -- Oliver Lauer Stadtsparkasse Köln 512 / BK / Anwendungsentwicklung Telefon: (0221) 226 - 5562 Fax: (0221) 226 - 5100

Antwort: Re: Antwort: Re: Apache2 + Tomcat4.1.10 + coyote + jk2 + cookies+ winNT

2002-09-17 Thread Oliver . Lauer
Hi Milt, I've filed a bug and found an old one concerning the same problem. Yes I know some of these debugging parameters but I couldn't bring the jk2-connecting to be a bit more chattily... Did somebody here bring AP2,TC4.1,JK2,WINNT/2000 to respond with more than cookie within one response ?

Repost Tomcat Apache integration how to's

2002-09-17 Thread Robert L Sowders
Short list of Apache Tomcat integration How To's for multiple operating systems. I'm reposting this list for those that need it. It is getting buried to far in the list archives to turn up in a search now. First try the search at http://www.mail-archive.com/tomcat-user@jakarta.apache.org/ or

RE: ModJk

2002-09-17 Thread Brian Topping
-Original Message- From: Ago Meister [mailto:[EMAIL PROTECTED]] Subject: ModJk Does anybody know why is the address http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/ release/v1.2.0 /bin/linux/i386/ for mod_jk binaries empty or can you tell me alternative address

Re: ModJk

2002-09-17 Thread Robert L Sowders
Because development for JK was suspended except for maintenance. You can find the connector src in the http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.10/src/ Depending on what operating system you have ( you should include this information next time ) you might find it

Mapped network drives fail with Document base does not exist or is not a readable directory

2002-09-17 Thread Gareth Cronin
OK... this is getting very frustrating. Under Tomcat 4.0.1 I have no problem with the following context: Context path=/jtss docBase=j:/projects/personal/garethc/JtssWebApp debug=0 reloadable=true/ Where J: is a mapped network drive, and the directory in question is the base of a webapp, with the

Re: Mapped network drives fail with Document base does not exist or i s nota readable directory

2002-09-17 Thread Robert L Sowders
You should read tomcat-dev, this has already been discussed. http://www.mail-archive.com/tomcat-dev%40jakarta.apache.org/msg33193.html rls Gareth Cronin [EMAIL PROTECTED] 09/17/2002 07:19 PM Please respond to Tomcat Users List To: '[EMAIL PROTECTED]' [EMAIL PROTECTED]

Enquiry

2002-09-17 Thread Lee Jesse
Dear Sir or Madam, I have some problems changing the host name of the Tomcat. The initial host name for Tomcat is 'localhost', and I want to change to some other name. Can it be done? Thank you. Regards, Jesse Lee -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Caching / Cloning

2002-09-17 Thread neal
Is there a way to make a copy of what's in my cache (getServletContext()) and make changes to that local copy, independent of whether the cached object implements Cloneable()? In order to speed up my XSLT I thought I would preload them (their Transformer objects) into app scope and simply

configuring virtual hosts

2002-09-17 Thread Raiju Mathew
Hi all, i have a domain www.abc.com I want my web server to be Tomcat 4.0.3( I dont want tomcat to run as an add on to apache) How i will configure my server.xml to have the virtual host www.abc pointing toward a context path in my tomcat server. Any reply is highly appreciated. Is it possible

Re: Caching / Cloning

2002-09-17 Thread Siddharth
Neal, I have never worked with XSLT but I can show you the way where you can have an initial copy of ServletContext which you can use independently. Interface ServletContext has a mathod called getContext(java.lang.String uripath) returns ServletContext You can use this method by giving uripath

JSP application package import statements in Tomcat 4.1.10

2002-09-17 Thread Richard Pfeil
I have a number of applications that work in Tomcat 4.0.x and fail to work in Tomcat 4.1.10. When JSPs that contain import statements are compiled Tomcat reports a HTTP 500 error saying that the packages do not exist and also reports that it is unable to find classes that exist in these

RE: Caching / Cloning

2002-09-17 Thread neal
Siddarth, Thanks but I'm thinking of two possible issues: 1. using the ServletContext.getContext() - won't this still just return a pointer rather than cloning the cache? I looked at the API and didn't see anything that said it was copying the object and creating a local copy. 2. Returning

Re: mapping or handler problem

2002-09-17 Thread Bill Barker
This is so nasty. ;-) The easiest way is to install servletname.class in $CATALINA_HOME/webapps/ROOT/WEB-INF/classes. In this case, the Invoker will pick it up for the DefaultContext. Since easiest rarely works :), you could try using Apache's mod_rewrite to send the request to the right

Re: JSP application package import statements in Tomcat 4.1.10

2002-09-17 Thread Remy Maucherat
Richard Pfeil wrote: I have a number of applications that work in Tomcat 4.0.x and fail to work in Tomcat 4.1.10. When JSPs that contain import statements are compiled Tomcat reports a HTTP 500 error saying that the packages do not exist and also reports that it is unable to find classes

Re: SSL errors caused by JavaScript window.open() call

2002-09-17 Thread Bill Barker
You could try using the CoyoteConnector from the nightly (which, since it supports keep-alive, is much more SSL friendly). Alternatively, you could try http://jakarta.apache.org/builds/jakarta-tomcat-connectors/coyote/release/v1 .0-b8/ (since rc2 is known to be broken for 3.3.x). However, I'd

<    1   2