Any particular JDK version required for Tomcat?

2003-02-06 Thread Tref Gare
Hi all, A quick question for a friend who needs to install Tomcat 4.1.12 into a JDK 1.2 environment. Are there any limitations or constraints regarding which version of the JDK Tomcat requires to be happy? Thanks -- Tref Gare Development

RE: JSP's in other directories

2003-02-05 Thread Tref Gare
access jsp files from inside the WEB-INF directory (at least not without some involved jiggery pokery). WEB-INF is for the configuration files, class files, beans, deployment descriptor etc. -- Tref Gare Development Consultant Areeba Level 19/114

RE: JSP's in other directories

2003-02-04 Thread Tref Gare
to help. cheers -- Tref Gare Development Consultant Areeba Level 19/114 William St, Melbourne VIC 3000 email: [EMAIL PROTECTED] phone: +61 3 9642 5553 fax: +61 3 9642 1335 website: http://www.areeba.com.au

RE: JSP's in other directories

2003-02-04 Thread Tref Gare
Ps: you can't actually access jsp files from inside the WEB-INF directory (at least not without some involved jiggery pokery). WEB-INF is for the configuration files, class files, beans, deployment descriptor etc. -- Tref Gare Development

RE: JSP's in other directories

2003-02-04 Thread Tref Gare
-- Tref Gare Development Consultant Areeba Level 19/114 William St, Melbourne VIC 3000 email: [EMAIL PROTECTED] phone: +61 3 9642 5553 fax: +61 3 9642 1335 website: http://www.areeba.com.au -- This email is intended

RE: VirtualHost www.zcompany.com:80 overlaps VirtualHost www.abc.com:80

2003-02-03 Thread Tref Gare
NameVirtualHost lets you use a single ip address as multiple hosts See these apache docs for details http://httpd.apache.org/docs/vhosts/ cheers Tref -- Tref Gare Development Consultant Areeba Level 19/114 William St, Melbourne VIC 3000 email

RE: REBOOT MACHINE

2003-01-23 Thread Tref Gare
-- Tref Gare Development Consultant Areeba Level 19/114 William St, Melbourne VIC 3000 email: [EMAIL PROTECTED] phone: +61 3 9642 5553 fax: +61 3 9642 1335 website: http://www.areeba.com.au -- This email

RE: REBOOT MACHINE

2003-01-21 Thread Tref Gare
. -- Tref Gare Development Consultant Areeba Level 19/114 William St, Melbourne VIC 3000 email: [EMAIL PROTECTED] phone: +61 3 9642 5553 fax: +61 3 9642 1335 website: http://www.areeba.com.au -- This email is intended only for the use of the individual

RE: REBOOT MACHINE

2003-01-21 Thread Tref Gare
-- Tref Gare Development Consultant Areeba Level 19/114 William St, Melbourne VIC 3000 email: [EMAIL PROTECTED] phone: +61 3 9642 5553 fax: +61 3 9642 1335 website: http://www.areeba.com.au

request forwarding with TC4.1.12

2003-01-09 Thread Tref Gare
on. However I've come across postings suggesting that Jetty can forward a request to a remote server. Does anyone have any idea of whether Tomcat may be able to handle this in any way? Thanks for any help, Tref -- Tref Gare Development

[0T] ish - Can tomcat access REDIRECT_URL etc CGI environment vars

2003-01-04 Thread Tref Gare
Hi all, I'm trying to implement some dynamic 404 error handling on a site that is combining Apache 2.0.43 and Tomcat 4.1.12 via mod_jk on Solaris 8. Both Apache and tomcat are forwarding their 404's to /errors/404.jsp so I can handle the static error handler (sorry we couldn't find that

custom 404 error behaviour - obtaining the url requested

2002-12-19 Thread Tref Gare
and as such doesn't seem to have any memory of what the actual url requested was. Any assistance as always will guarantee a place in my virtual christmas card list. Thanks Tref Gare -Original Message- From: Dionisio Ruiz de Zarate [mailto:[EMAIL

RE: custom 404 error behaviour - obtaining the url requested

2002-12-19 Thread Tref Gare
* jsp page (ie: no history). Does anyone know if there's a way to get the original request url from a 404 redirect? Thanks again, Tref -- Tref Gare Development Consultant Areeba Level 19/114 William St, Melbourne VIC 3000 email: [EMAIL PROTECTED

RE: newbie almost connected...

2002-12-12 Thread Tref Gare
type=java.lang.Integer/ /Context /Host /Engine /Service /Server -- Tref Gare Development Consultant Areeba -Original Message- From: Peter [mailto:[EMAIL PROTECTED]] Sent: Friday, 13 December

RE: Weird messages

2002-12-12 Thread Tref Gare
be a sign of the litigious world we're building ;-) However I will endeavour to shift it to the bottom of all text in the email so at least it isn't obstructing the basic information. Cheers -- Tref Gare Development Consultant Areeba Level 19

jk2 warning where no jk2 being used on TC startup

2002-12-11 Thread Tref Gare
.properties Can anyone throw any light as to why this is happening and whether I should be concerned about it. Many thanks in advance Tref -- Tref Gare Development Consultant Areeba Level 19/114 William St, Melbourne VIC 3000 email: [EMAIL PROTECTED

RE: jk2 warning where no jk2 being used on TC startup

2002-12-11 Thread Tref Gare
an AJP 1.3 Connector on port 8009 -- !-- Connector className=org.apache.ajp.tomcat4.Ajp13Connector port=8009 minProcessors=5 maxProcessors=75 acceptCount=10 debug=0/ -- Server.xml snippet -Original Message- From: Tref Gare Sent: Thursday, 12 December 2002 11:54 AM To: Tomcat

RE: Problems with starting Tomcat 4.1.12 - PLEASE HELP

2002-12-09 Thread Tref Gare
message then the first thing to check is that it's actually there (typos in the path etc). Alternatively: Have you got your JDK in your path? Ie: PATH=C:\path\to\your\jdk\bin cheers -- Tref Gare Development Consultant Areeba Level 19/114

RE: [OT} T.O. RE: I don´t understand the objective of this open list !

2002-12-09 Thread Tref Gare
That's my vote. -- -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 10 December 2002 4:36 PM To: Tomcat Users List Subject: [OT} T.O. RE: I don´t understand the objective of this open list ! Lord, let's stop

RE: Can't start tomcat

2002-12-03 Thread Tref Gare
I think it runs something like this.. but I'm running on vague cobweb memories Right click the title of your Dos window.. go to properties and adjust the environment memory dedicated to that window. Sorry I can't be clearer -- Tref Gare

RE: JSP + custom tags (XML)

2002-11-27 Thread Tref Gare
-- Tref Gare Development Consultant Areeba Level 19/114 William St, Melbourne VIC 3000 email: [EMAIL PROTECTED] phone: +61 3 9642 5553 fax: +61 3 9642 1335 website: http://www.areeba.com.au -- This email is intended only for the use

RE: URGENT: Tomcat4 - Setting my Application as Default

2002-11-27 Thread Tref Gare
context.. it sounds like it's overriding the context you've added. Good luck with the deadline. -- Tref Gare Development Consultant Areeba Level 19/114 William St, Melbourne VIC 3000 email: [EMAIL PROTECTED] phone: +61 3 9642 5553 fax: +61 3

RE: URGENT: Tomcat4 - Setting my Application as Default

2002-11-27 Thread Tref Gare
-- Tref Gare Development Consultant Areeba Level 19/114 William St, Melbourne VIC 3000 email: [EMAIL PROTECTED] phone: +61 3 9642 5553 fax: +61 3 9642 1335 website: http://www.areeba.com.au -- This email is intended only

RE: is there a free ide that gets along well with tomcat?

2002-11-21 Thread Tref Gare
-- Tref Gare Development Consultant Areeba Level 19/114 William St, Melbourne VIC 3000 email: [EMAIL PROTECTED] phone: +61 3 9642 5553 fax: +61 3 9642 1335 website: http://www.areeba.com.au -- This email is intended only for the use

RE: is there a free ide that gets along well with tomcat?

2002-11-21 Thread Tref Gare
No module tuning as yet.. and yep that probably isn't helping. Might be worth having a look at NetBeans as well.. JDeveloper is a new one to me.. where's that come from -- Tref Gare Development Consultant Areeba Level 19/114 William St

RE: is there a free ide that gets along well with tomcat?

2002-11-21 Thread Tref Gare
Sorry.. a memory aberration there.. I just remembered JDeveloper is Oracles tool -- Tref Gare Development Consultant Areeba Level 19/114 William St, Melbourne VIC 3000 email: [EMAIL PROTECTED] phone: +61 3 9642 5553 fax: +61 3 9642 1335 website

RE: XML parser

2002-11-20 Thread Tref Gare
-- Tref Gare Development Consultant Areeba Level 19/114 William St, Melbourne VIC 3000 email: [EMAIL PROTECTED] phone: +61 3 9642 5553 fax: +61 3 9642 1335 website: http://www.areeba.com.au

RE: XML parser

2002-11-20 Thread Tref Gare
-- Tref Gare Development Consultant Areeba Level 19/114 William St, Melbourne VIC 3000 email: [EMAIL PROTECTED] phone: +61 3 9642 5553 fax: +61 3 9642 1335 website: http://www.areeba.com.au -- This email

RE: XML parser

2002-11-20 Thread Tref Gare
Lol.. I knew I'd heard of something like that... That looks like just the ticket. Thanks -- Tref Gare Development Consultant Areeba Level 19/114 William St, Melbourne VIC 3000 email: [EMAIL PROTECTED] phone: +61 3 9642 5553 fax: +61 3 9642

RE: XML parser

2002-11-20 Thread Tref Gare
-- Tref Gare Development Consultant Areeba Level 19/114 William St, Melbourne VIC 3000 email: [EMAIL PROTECTED] phone: +61 3 9642 5553 fax: +61 3 9642 1335 website: http://www.areeba.com.au -- This email is intended only

RE: XML parser

2002-11-19 Thread Tref Gare
for quick parsing of xml into Java beans... particularly useful for parsing config files etc. -- Tref Gare Development Consultant Areeba Level 19/114 William St, Melbourne VIC 3000 email: [EMAIL PROTECTED] phone: +61 3 9642 5553 fax: +61 3 9642

RE: XML parser

2002-11-19 Thread Tref Gare
. There are lots more tag libs available and a search on google for Taglibs jsp xml will return enough to keep you going through till Christmas. Cheers Tref -- Tref Gare Development Consultant Areeba Level 19/114 William St, Melbourne VIC 3000 email

RE: XML parser: Xerces documentation

2002-11-19 Thread Tref Gare
yourself still struggling a more specific question about what you're trying to achieve and where it's going wrong may evoke a more useful response. G'luck. Tref -- Tref Gare Development Consultant Areeba Level 19/114 William St, Melbourne VIC 3000

RE: XML parser

2002-11-19 Thread Tref Gare
should be used only for presentation of the finished results (as much as possible, best of all poss worlds etc). http://www2.theserverside.com/resources/article.jsp?l=JSP-XML2 This article should point you in the right direction. T -- Tref Gare

RE: XML parser

2002-11-19 Thread Tref Gare
Or this http://java.sun.com/products/jsp/html/JSPXML.html -- Tref Gare Development Consultant Areeba Level 19/114 William St, Melbourne VIC 3000 email: [EMAIL PROTECTED] phone: +61 3 9642 5553 fax: +61 3 9642 1335 website: http

RE: RE: JK2 Installation

2002-11-14 Thread Tref Gare
Not really that much to do with this thread, but one vote of thanks and appreciation for all freely donated help and advice provided by John over recent weeks, months etc. Be nice to the man. Tref -- Tref Gare Development Consultant Areeba

RE: Tomcat 4.1.12 - Incompatible type for getting or setting field

2002-11-14 Thread Tref Gare
-- Tref Gare Development Consultant Areeba Level 19/114 William St, Melbourne VIC 3000 email: [EMAIL PROTECTED] phone: +61 3 9642 5553 fax: +61 3 9642 1335 website: http://www.areeba.com.au -- This email is intended

RE: mod_jk Problem

2002-11-12 Thread Tref Gare
-- Tref Gare Development Consultant Areeba Level 19/114 William St, Melbourne VIC 3000 email: [EMAIL PROTECTED] phone: +61 3 9642 5553 fax: +61 3 9642 1335 website: http://www.areeba.com.au -- This email

RE: mod_jk Problem

2002-11-12 Thread Tref Gare
back such that the workers name is ajp13 rather than remote and just confirm whether that's the problem. Cheers Tref -- Tref Gare Development Consultant Areeba Level 19/114 William St, Melbourne VIC 3000 email: [EMAIL PROTECTED] phone: +61 3

RE: mod_jk Problem

2002-11-12 Thread Tref Gare
Makes it sound like something to do with the virtual host settings.. having said that I've stuck with the manual fix in the end myself (ie: coding direct into httpd.conf rather than using the Include)... -- Tref Gare Development Consultant

RE: mod_jk Problem

2002-11-12 Thread Tref Gare
Another thought. I was making the mistake of putting my Include line immediately after the modules section of Httpd.conf which was one reason why it wasn't working for me. Have you got yours at the very end of httpd.conf? Tref -- Tref Gare

RE: where and how to set session time out to 1 hr?

2002-11-07 Thread Tref Gare
Yep.. only diff being setMaxInactiveInterval takes an argument in seconds where the web.xml setTimeout takes it in minutes. I think you can also use HttpSession.setMaxInactiveInterval(): -- Tref Gare Development Consultant Areeba Level 19/114

RE: tc4.1.12 and Apache2.0.43 mod_jk Root Context not appearing in mod_jk.conf

2002-10-30 Thread Tref Gare
editing two files, either server.xml and mod_jk.conf and or httpd.conf and server.xml Many thanks for your various assistances thus far. You're champions. Tref -- Tref Gare Development Consultant Areeba Level 19/114 William St, Melbourne VIC

RE: tc4.1.12 and Apache2.0.43 mod_jk Root Context not appearing in mod_jk.conf

2002-10-29 Thread Tref Gare
generated file. Tref -- Tref Gare Development Consultant Areeba Level 19/114 William St, Melbourne VIC 3000 email: [EMAIL PROTECTED] phone: +61 3 9642 5553 fax: +61 3 9642 1335 website: http://www.areeba.com.au

RE: mod_jk + tomcat on Solaris 8 ( about Turner's HOWTO )

2002-10-29 Thread Tref Gare
Where is your mod_jk.so installed? And secondly what does your mod_jk.conf look like (CATALINA_HOME/conf/auto/mod_jk.conf) I'd say between those two we'll find the culprit. cheers -- Tref Gare Development Consultant Areeba Level 19/114

tc4.1.12 and Apache2.0.43 mod_jk Root Context not appearing in mod_jk.conf

2002-10-28 Thread Tref Gare
all jsps displaying as pure source and WEB-INF etc wide open to the world. I'm swimming here.. any suggestions? Thanks -- Tref Gare Development Consultant Areeba Level 19/114 William St, Melbourne VIC 3000 email: [EMAIL PROTECTED] phone: +61 3

RE: tc4.1.12 and Apache2.0.43 mod_jk Root Context not appearing in mod_jk.conf

2002-10-28 Thread Tref Gare
Whoops.. that was meant to read DocumentRoot /WWW/MySite For the apache httpd.conf bit Ta -- Tref Gare Development Consultant Areeba Level 19/114 William St, Melbourne VIC 3000 email: [EMAIL PROTECTED] phone: +61 3 9642 5553 fax: +61 3 9642

RE: tc4.1.12 and Apache2.0.43 mod_jk Root Context not appearing in mod_jk.conf

2002-10-28 Thread Tref Gare
Sorry guys, I suspect I'm confusing the issue, but the last post was a clarification, not a solution. I'm still unable to get the root context to register. Any thoughts? Tref -- Tref Gare Development Consultant Areeba Level 19/114 William St

RE: [urgent]Help pleeeeez--context problem--logfiles attached

2002-10-28 Thread Tref Gare
Tref -- Tref Gare Development Consultant Areeba Level 19/114 William St, Melbourne VIC 3000 email: [EMAIL PROTECTED] phone: +61 3 9642 5553 fax: +61 3 9642 1335 website: http://www.areeba.com.au/ http://www.areeba.com.au

RE: DTD for server.xml

2002-10-27 Thread Tref Gare
mod_jk running. http://www.johnturner.com/howto/apache2-tomcat404-howto.html As for the DTD.. I've seen one out there but I can't locate it just now. I'll keep looking. Cheers Tref -- Tref Gare Development Consultant Areeba Level 19/114

RE: mod_jk build problems

2002-10-27 Thread Tref Gare
-tomcat-connectors/jk/release/v1 .2.0/bin/solaris8/ However I note there are versions for sol 6 and 8 but not 7. Hope it's some help at any rate. Cheers -- Tref Gare Development Consultant Areeba Level 19/114 William St, Melbourne VIC 3000

RE: Sorry - Forgot subject : Tomcat 4.1.12 IBM HTTP Server 1.3.19.3

2002-10-23 Thread Tref Gare
Kristian, Whilst I'm unsure how this applies to the IBM http server, I've heard nothing but grief from deployments of mod_webapp to Windows systems. Whilst I'm no expert (I've spent the last week with headaches of my own on Solaris Systems). I did manage to get tc4.1.12 and Apache 2.0.43

RE: mod_jk - Apache 2.0.43 - Tomcat 4.1.12 config issues on Solaris 8

2002-10-23 Thread Tref Gare
all seems to have become well. Regards Tref Gare -Original Message- From: Robert L Sowders [mailto:rsowders;usgs.gov] Sent: Wed 23/10/2002 16:49 To: Tomcat Users List Cc: Subject: Re: mod_jk - Apache 2.0.43 - Tomcat

mod_jk - Apache 2.0.43 - Tomcat 4.1.12 config issues on Solaris 8

2002-10-22 Thread Tref Gare
Hi Folks, We're having more than a few problems in this process so far. Any help will be as always gratefully received. A: we've been unable to compile a fresh connector in either jk or jk2 flavour. Each one fails at a late stage of compile listing copious parse errors in the jni.h

RE: mod_jk - Apache 2.0.43 - Tomcat 4.1.12 config issues on Solaris 8

2002-10-22 Thread Tref Gare
JkMount /examples/* ajp13 JkMount /examples ajp13 For reasons I'm almost entirely unclear about this configuration now works fine. As I say. If anybody can clarify why I'd rest easier, but in the meantime it may help some other poor soul. Cheers Tref Gare