RE: jk2 shm property

2004-05-19 Thread Adam Fowler
> [shm] > file=/var/log/apache/inet/jk2.shm > ... > can someone explain me if the share memory descriptor is mandatory and > what's best practice about using it's attributes in a jk2 newbie user > language :-) I'm not sure whether its mandatory but when I've used jk2 on my linux system if I haven

RE: Integrating James with Tomcat

2004-05-19 Thread Adam Fowler
Hi, You should probably also forward this request for help to the following mailing list (after subscribing, naturally): [EMAIL PROTECTED] As they're more likely to know about this process. Adam. > -Original Message- > From: FIOL.BONNIN [mailto:[EMAIL PROTECTED] > Sent: 19 May 2004 10:

RE: mail server / relay

2004-05-17 Thread Adam Fowler
> -Original Message- > From: Shapira, Yoav [mailto:[EMAIL PROTECTED] ... > A module for receiving a message by mail? I don't know. I imagine > that's not too hard to write, you read an XML string, parse it however > you want (SAX, DOM, JDOM, Digester, and on and on and on goes > the li

RE: Session sharing/load balancing multiple tomcat instances W/O Apache Web Server

2004-03-26 Thread Adam Fowler
I think (hope) he means one apache httpd instance load balancing to several tomcat instances. Your guess as to what he means is as good as mine tho! 8o) Adam. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 26 March 2004 16:36 To: Tomcat Users List Subject: RE: Sess

RE: context.xml - what's the secret?

2004-03-25 Thread Adam Fowler
Try putting it in WEB-INF instead of META-INF Adam. -Original Message- From: White, Joshua A (HTSC, CASD) [mailto:[EMAIL PROTECTED] Sent: 25 March 2004 12:45 To: '[EMAIL PROTECTED]' Subject: context.xml - what's the secret? Hello all, Let me first say that I am using Tomcat 4.1.30 and

RE: method="post" but doGet() called -> external redirects

2004-03-24 Thread Adam Fowler
I am assuming you have a servlet at /mycontext-app/ ? Can't you just map the servlet instead to /mycontext ? Or am I missing something? Alternatively, is it possible to change your clients to add that extra / so: /mycontext/?x=a Adam. -Original Message- From: Liviu Ionescu [mailto:[EMA

RE: HTTP Status 404 -- Please Help

2004-03-24 Thread Adam Fowler
o server.xml, but it still doesn't work, what do I need to do more for set the context. And please give me more information about the second point you state as I have no idea what is that. - Original Message - From: "Adam Fowler" <[EMAIL PROTECTED]> To: "'Tomc

RE: HTTP Status 404 -- Please Help

2004-03-24 Thread Adam Fowler
Aye, Just set up a context in Tomcat that points to the same directory as Apache is using. WARNING: Be sure to add a Directive in Apache to Deny anyone from accessing the WEB-INF directory where your web.xml file (amongst other things) are kept. Adam. -Original Message- From: [EMAIL PR

RE: Bind webapp to virtual host

2004-03-22 Thread Adam Fowler
Not sure if its been asked before but... JBoss has the file: jboss/server/default/deploy/jbossweb-tomcat.sar/META-INF/jboss-service.xml that contains the Tomcat server.xml file. Just edit this and add two Host entries as described here: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/hos

RE: Connector build error

2004-03-22 Thread Adam Fowler
Hi, This made me a bit miffed too. The developers have changed the jk/native2/README.txt to explain how to do it natively. Here is the post to the dev list below. If you get some annoying message saying "could not find library -lapr-0" then fear not. You either: a) edit the jk/native2/server/apac

RE: Configuration Help

2004-03-22 Thread Adam Fowler
400 Bad request http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html Generally Tomcat generates error HTML pages that have "Apache Tomcat" in hge letters at the top, so you should be getting them if its Tomcats fault. If you're using a URL like http://wibble.com/mydir then ensure you have c

RE: Ant and Tomcat Manager over HTTPS

2004-03-22 Thread Adam Fowler
I had this problem using Ant's SCP task. I believe (Feel free to shoot me down people) you will need to import the site's certificate into your certificate store manually before connecting. Unless of course there's an 'accept all certificates' flag for that task in Ant. Regards, Adam. -Orig

Re: How do you change the port Tomcat listens to

2003-01-21 Thread Adam Fowler
Hello, Sounds like you've got a version of Log4J that Tomcat doesn't like. You've probably upgraded one of them without upgrading the other. It sounds like a Java error where the version of Log that Log4J implements is not the one Tomcat is using. I'd reccommend making sure you have two versio

Re: WHERE TO PUT APPLET .CLASS FILES

2002-04-04 Thread ADAM FOWLER
u meant! =o) Hope that helps, Adam. | Adam Fowler | | Third year undergraduate | TomcatBook Project | | Computer Science | Author and Administrator | | University of Wales, Aberystwyth | http://tom

Re: INSTALLING TOMCAT - PART II

2002-01-28 Thread ADAM FOWLER
http://tomcatbook.sourceforge.net Adam. - Original Message - From: "Rafael" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, January 28, 2002 2:10 PM Subject: Re: INSTALLING TOMCAT - PART II > Okey.. > > Lets start now the second part of this issue. > >

Re: Mod_webapp configuration

2001-11-03 Thread Adam Fowler
servlet, or with security > >> constraints) will be served automagically by Apache. > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL

RE: Mod_webapp configuration

2001-11-02 Thread Adam Fowler
sers List > Subject: Re: Mod_webapp configuration > > > "Cracauer, David D." wrote: > > > > Can mod_jk be used with Tomcat 4? > > > > > I sure hope so. I've got it running with 4.0.1 > -- -- ---------

Re: Upgrading from Tomcat 3.x to Tomcat 4

2001-10-27 Thread Adam Fowler
Hi, Have a read of the information in Tomcat 4's Server.xml file. Its basic, but covers it. I'll get my appendix on this finished ASAP. Adam. Tomcat-Book project http://tomcatbook.sourceforge.net On Saturday 27 October 2001 20:02, you wrote: > Hi, > > I was wondering about

Re: IIS and Tomcat

2001-07-24 Thread Adam Fowler
Windoze = pants IIS = pants Tomcat = amazing 8o) windoze + iis + tomcat = amazing sitting on two pairs of pants...not gonna work really is it 8o) He he. Just use Mandrake - much better Penguins 8o) Adam. John Baker wrote: > On Tuesday 24 July 2001 17:13 pm, you wrote: > >> Hi all, >> >> I

Re: IIS and Tomcat

2001-07-24 Thread Adam Fowler
Hi all, I don't know why ppl have issues with IIS. I followed the jakarta docs to the ltter and had it working within an hour! Adam. John Baker wrote: > Hello. > > Anyone got a handy url of 'how to get tomcat 4 working with IIS'? > > I actually hate IIS, but I'm being forced to do this. Sob

Re: mod_jk.so for linux

2001-07-19 Thread Adam Fowler
Hi, How many times do I have to post this in one week??? 8o) http://willow.cc.edu/adminguide http://users.aber.ac.uk/aff9 or for a list of builds of mod_jk I have:- http://users.aber.ac.uk/aff9/tomcat/tomcat-3.2/ JDK 1.3.0 can be found at http://users.aber.ac.uk/pms Adam. Adam Fowler

Re: problem with webapp_module and redhat 7.1/apache 1.3-tomcat4.0b5

2001-07-18 Thread Adam Fowler
*on the trail* Adam. Adam Fowler Help Desk Live Project Information Services University of Wales, Aberystwyth Web guy+author on the TomcatBook Project http://tomcatbook.sourceforge.net e-mail: [EMAIL PROTECTED] On Thursday 19 July 2001 06:32, you wrote: > Me too, >

Re: Tomcat 4.0b5/Apache/mod_webapps/JSP - NO GO!

2001-07-18 Thread Adam Fowler
ing! Adam. ---- Adam Fowler Help Desk Live Project Information Services University of Wales, Aberystwyth Web guy+author on the TomcatBook Project http://tomcatbook.sourceforge.net e-mail: [EMAIL PROTECTED] On Wednesday 18 July 2001 19:41, you wrote: > Help! I didn't get any re

Re: Starting apache and Tomcat

2001-07-18 Thread Adam Fowler
Hi, Download the source and run the makefile for your system to build your mod_jk. Should work first time *gasp* Instructions at:- http://willow.cc.edu/adminguide or http://users.aber.ac.uk/aff9 Adam. On Wednesday 18 July 2001 14:42, you wrote: > Nance, Michael wrote: > > I have seen this ask

Re: JDK 1.3.0...

2001-07-17 Thread Adam Fowler
... > > > > > > I have 1.3.0_02 for linux if you want - or anyone else for > > that matter. > > > > [dim@dim dim]$ java -version > > java version "1.3.0_02" > > Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0_02) > > Java H

Re: JDK 1.3.0...

2001-07-17 Thread Adam Fowler
_02) > Java HotSpot(TM) Client VM (build 1.3.0_02, mixed mode) > [dim@dim dim]$ > > cheesr > dim > > On Tue, 17 Jul 2001, Adam Fowler wrote: > > Hey all, > > > > Sorry about sending this from a non-subscribed account - I'm at work 8o) > > > >

Re: grand prix rules

2001-07-16 Thread Adam Fowler
WTF? :- Adam. On Monday 16 July 2001 22:31, you wrote: > Hi Tracy, I got a question for you. > In the grand prix rules under rule 11 it says > > "Scores will be tabulated based upon that competitor's best 5 event scores" > Does that mean that no matter how many grand prix events you go to only 5

Re: ad!!!

2001-07-14 Thread Adam Fowler
??? yes??? On Wednesday 11 July 2001 21:36, you wrote: > __ > Do You Yahoo!? > Get personalized email addresses from Yahoo! Mail > http://personal.mail.yahoo.com/

Re: SSI

2001-07-14 Thread Adam Fowler
Hi, You'll need to rebuild your mod_jk/mod_jserv for debian. Instructions are available at http://willow.cc.edu/adminguide or http://users.aber.ac.uk/aff9 mod_jserv will work with tc 3.2.x and (I think) with 3.3. But not 4.0 Adam. ---- Adam Fowler Help Desk Live Project Inform

Re: jsse??

2001-07-14 Thread Adam Fowler
Hi, By default tomcat is not built with JSSE. If you want to use SSL use need JSSE. To do this download the source and JSSE jars from Sun and follow ssl-howto. Adam. On Friday 13 July 2001 13:33, you wrote: > Hi there, > How can I config to build Tomcat 3.2.2 without the JSSE? > > Thanks! >

Re: error page has different session in some cases. why?

2001-07-14 Thread Adam Fowler
Hi, You could catch the exception in forwardTest.jsp, set the attributes in the catch clause, then rethrow the exception. Adam. Adam Fowler Help Desk Live Project Information Services University of Wales, Aberystwyth Web guy+author on the TomcatBook Project http

Re: Simple ajp13 question

2001-07-14 Thread Adam Fowler
mandrake and is used for a bizarre install so you'll need to change the paths in the script, but it works fine. Full instructions should be up too. E-mail me if they are not. Adam. ---- Adam Fowler Help Desk Live Project Information Services University of Wales, Aberystwyth Web guy+author o

Re: java.lang.SecurityException: sealing violation?

2001-07-14 Thread Adam Fowler
act details and I'll take a look. Adam. Adam Fowler Help Desk Live Project Information Services University of Wales, Aberystwyth Web guy+author on the TomcatBook Project http://tomcatbook.sourceforge.net e-mail: [EMAIL PROTECTED] On Friday 13 July 2001 18:45, you wrote: >

Re: please help(isapi_redirector and virtual host)

2001-07-14 Thread Adam Fowler
Adam. ---- Adam Fowler Help Desk Live Project Information Services University of Wales, Aberystwyth Web guy+author on the TomcatBook Project http://tomcatbook.sourceforge.net e-mail: [EMAIL PROTECTED] On Friday 13 July 2001 16:42, you wrote: > Same to me. I hosts three sites wit

Re: java-linux-tomcat configuration problem

2001-07-14 Thread Adam Fowler
ou could try that (I don't know where it can be found) Hope that helps, Adam. Adam Fowler Help Desk Live Project Information Services University of Wales, Aberystwyth Web guy+author on the TomcatBook Project http://tomcatbook.sourceforge.net e-mail: [EMAIL PROTECTED] On

Re: SSL IE Problem

2001-07-13 Thread Adam Fowler
Hi, If u have IE5.0 then upgrade to 5.1 - It's a known bug. Sourceforge is always complaining about it. Adam. On Friday 13 July 2001 05:11, you wrote: > Hi , > I am using Apache 1.3.2 as my webserver with ssl certificate . It works in > all the browsers except IE which has 128bit chipher

Re: to compile or not

2001-07-13 Thread Adam Fowler
(never thought I'd say that!) and see if it works. As all JDKs must follow the same spec then it should work fine and provide the functionality your need. Keep me posted if you figure it out 8o) Adam. Adam Fowler Help Desk Live Project Information Services University of Wales,

Re: IIS and Tomcat 3.3

2001-07-12 Thread Adam Fowler
Hi, Toward the bottom of your isapi.log it says "ajp23" did you make a typo when changing between ajp12/ajp13? Adam. On Thursday 12 July 2001 12:50, you wrote: > Here is the registry settings for ISAPI rediector from a .reg file: > [HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation] > > [

Re: java-linux-tomcat configuration problem

2001-07-12 Thread Adam Fowler
0.3 0:00 syslogd > 180 root 0 0 708 704 328 S 0 0.0 0.5 0:00 klogd > 209 root 0 0 1040 1040 524 S 0 0.0 0.8 0:00 cced > 586 root 0 0 508 504 428 S 0 0.0 0.3 0:00 crond > 598 root 0 0 444 440 380 S

Re: Fwd: NoClassDefFound

2001-07-12 Thread Adam Fowler
Hi, Weird!!! You can always use the Class class' getInstance(String className) method to get a copy of your class. Adam. On Thursday 12 July 2001 11:19, you wrote: > [Argh! I cant get a single mail to go to the mailing list, I wonder if this > one does!:) ] > > > Hello. > > Anyone ever experi

Re: Regarding tomcat installation on HP-UX

2001-07-12 Thread Adam Fowler
Hi, Use mod_jk on HP-UX? If so, can I have a copy of it to put in my repository. Can you also send me details e.g.:- OS version and name CPU name and version apache version tomcat version Thanks, Adam. On Tuesday 19 June 2001 11:54, you wrote: > dear nilanjan, > the o

Re: Error when starting Tomcat

2001-07-12 Thread Adam Fowler
Hi, Either you have a bad line in one of your config files (httpd.conf / mod_jk.conf) or your mod_jk.so is hosed! Take a look through your files and if that doesn't help rebuild the mod_jk (use the given makefiles!) Adam. On Thursday 12 July 2001 13:17, you wrote: > I'm having the following

Re: AW: Does any body have mod_jk for solaris?

2001-07-12 Thread Adam Fowler
Hi, I have an 'unknown' mod_jk.so for solaris but don't know what architecture its for! You could try it though. You don't need the c and o files (o is an intermediate build file, c is source) If mine does(n't) work can you drop me an e-mail? If you fine a Solaris * one can't you e-mail it t

Re: Mr. Matt - Re: Tomcat + VxWorks (RTOS)

2001-07-12 Thread Adam Fowler
Hi, Never heard of your OS (sorry!) but if u use mod_jk.so can I have a build + build scripts for it so I can mirror them on my site http://users.aber.ac.uk/aff9 I'm making a respository of them. 8o) Aso, can u give me the name of your OS + version details of OS, tomcat and apache please. Th

Re: mod_jk for solaris

2001-07-12 Thread Adam Fowler
Hi, If u2 get this sorted can u send me the mod_jk.so file, build script and details of environment (tomcat/OS/apache versions) I'm making a repository at http://users.aber.ac.uk/aff9 Thanks, Adam. On Thursday 12 July 2001 15:51, you wrote: > Yep! and if I find it I'll send it to you. I am

Re: mod_jk for solaris

2001-07-12 Thread Adam Fowler
Hi, Now that rings a bell! 8o) I'm sure I've covered this in my tomcat installation how-to. Take a gander about http://willow.cc.edu/adminguide. If its not there then try http://users.aber.ac.uk/aff9 as it will be up there soon (ish) It's due to you needing certain tomcat specific parameters

Re: mod_jk for solaris

2001-07-12 Thread Adam Fowler
Hi, I have a random solaris mod_jk.so at http://users.aber.ac.uk/tomcat/ you can try that. If u get one built (build instructions also above...somewhere!) then gimme an e-mail with mod_jk.so and platform details (ie tomcat/apache/solaris ver and processor) Thanks, Adam. On Thursday 12 July

Re: Installation of mod_jk.so at AIX 433

2001-07-11 Thread Adam Fowler
Hi, I'm currently mirroring mod_jk binary builds for all OS's. Could you send me ur AIX file with a description of the platform it is used for? E.g. AIX ver.., processor architecture, tomcat ver, apache ver etc. Thanks! Adam. ---- Adam Fowler Help Desk Live Project Informatio

Re: Simple startup question.

2001-07-11 Thread Adam Fowler
No. Best to edit the script and add hooks to a tomcat script in /etc/rc.d/init.d I have one somewhere on http://willow.cc.edu/adminguide Its in the mod_jk files section, called a "mandrake startup script" but should work ok with redhat - just make sure the directories are correct. Hope that h

Re: Tomcat problems on Solaris

2001-07-11 Thread Adam Fowler
> thanks > > -----Original Message- > From: Adam Fowler [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 11, 2001 12:41 PM > To: [EMAIL PROTECTED] > Subject: Re: Tomcat problems on Solaris > > > Hi, > > Doesn't look like mod_jk is built / configured correctly.

Re: Unable to open http://localhost/examples/

2001-07-11 Thread Adam Fowler
Hi, There's one (at least) of the config files - think I may be workers.properties - that needs to be changed for a windoze machine - it has / instead of \. Have a look through them and make sure. Also make sure you have a default context set up. Adam.

Re: There is no disk in the drive!

2001-07-11 Thread Adam Fowler
Hi, It could be trying to get a lock on a used file. No idea how to fix it though 8o) Adam. On Wednesday 11 July 2001 15:16, you wrote: > When I run my web application using Tomcat as a service > under windows 2000 (Tomcat 3.1.1) I'm running into a strange > message. > > My app runs an eterna

Re: Tomcat problems on Solaris

2001-07-11 Thread Adam Fowler
Hi, Doesn't look like mod_jk is built / configured correctly. Try re-building it (check http://willow.cc.edu/adminguide for builds) Adam. On Wednesday 11 July 2001 10:56, you wrote: > Hi, > > I am having problems getting tomcat 3.2.2 to work on a Solaris server with > apache 1.3.20. There is a

Re: java-linux-tomcat configuration problem

2001-07-11 Thread Adam Fowler
Hi, Can you include a copy of ps x command output and top please? Also, who's jdk ru using? Sun's or blackdown? This sounds very strange as I upgraded on mandrake fine. You might wanna recheck the path variable and make sure that the new java is at the beginning of the path var, else if u als

Re: help me with IIS+tomcat

2001-07-11 Thread Adam Fowler
tick somewhere, make sure you have one! Then make sure tomcat is actually running as an NT service (if it ain't running, it isn't gonna find the document!) Hope that helps guys. Adam. Adam Fowler TomcatBook project - http://tomcatbook.sourceforge.net Help Desk Live Project I

Re: Config: zip-files

2001-06-14 Thread ADAM FOWLER
JAVA_HOME/jre/lib Adam. At 13:51 14/06/2001 +0200, you wrote: >Hi! >I got a zip-library containing jdbc drivers. Where do I put this so it is accesseble to the whole server? > >Thanks in advance >Roland Carlsson > > > Adam Fowler Second year Computer Science und

RE: newbie question about forte/tomcat

2001-04-30 Thread Adam Fowler
Hello, If you have the enterprise edition of forte then it is built in. If not then you will have to mount the filesystem (aka Directory) where you're servlets exist. Then launch IE to compile them automatically. Adam. Adam Fowler Second year Computer Science undergraduate Universi

Re: Books on Tomcat

2001-04-23 Thread Adam Fowler
Hi all, Sorry for not seeing this post sooner. I was approached by Sam's publishing company to write a tomcat book. I have sent them the proposal and they have sent it on to experts in the field to be evaluated. This book will hopefully be finished by the end of July. (depending on approval spe

RE: database access problem

2001-04-08 Thread Adam Fowler
MS SQL Server 7.0 and above definitely do support the AS keyword, not sure about oracle. E.g.:- SELECT MAX(cutomerID) AS MaxID FROM tblCustomer Regards, Adam. Colorado here I come... Adam Fowler Second year Computer Science undergraduate University of Wales, Aberystwyth Carroll College

RE: Linux - mod_jk ??

2001-03-30 Thread Adam Fowler
Hi, Again this problem *sigh* http://willow.cc.edu/docs/adminguide Goto the tomcat section and mod_jk installation guide. Regards and good luck! Adam. -Original Message- From: Craig O'Brien [mailto:[EMAIL PROTECTED]] Sent: Friday, March 30, 2001 4:46 PM To: [EMAIL PROTECTED] Subject:

RE: include problem

2001-03-19 Thread Adam Fowler
Hey, I believe (correct me if I'm an idiot) that the usual include syntax should work:- Regards, Adam. Adam Fowler Second year Computer Science undergraduate University of Wales, Aberystwyth Carroll College, WI, USA(2000-2001) web: http://gucciboy.dyndns.org/aff9 e-mail: [

RE: RMI with the IIS/Tomcat behind a firewall

2001-03-18 Thread Adam Fowler
Take a look at the following link. It uses HTTP to connect to a servlet and then the servlet does everything else:- http://developer.java.sun.com/developer/technicalArticles/RMI/rmi/ It's all pure Java. Regards, Adam. Adam Fowler Second year Computer Science undergraduate Universi

RE: Starting Tomcat in Apache

2001-03-15 Thread Adam Fowler
/etc/rc.5) Have a look at my site http://willow.cc.edu/docs/adminguide under the tomcat section for startup scripts and a brief tutorial on this (should be in the mod_jk docs(?)) Good luck. Regards, Adam. Adam Fowler Second year Computer Science undergraduate University of Wales, Aberystwy

RE: Applet-servlet communication examples???

2001-03-14 Thread Adam Fowler
I second that question 8o) Adam. Adam Fowler Second year Computer Science undergraduate University of Wales, Aberystwyth Carroll College, WI, USA(2000-2001) web: http://gucciboy.dyndns.org/aff9 e-mail: [EMAIL PROTECTED] "Every new beginning comes from some other beginning&

RE: find the "isapi_redirect.dll"

2001-03-12 Thread Adam Fowler
Hi, Goto jakarta.apache.org Click on Tomcat Click on download release builds. When you enter the directory tree you will see a win32 directory. That's where the isapi_redirect dll is. Regards, Adam. Adam Fowler Second year Computer Science undergraduate University of Wales, Aberys

Attention TUG members and all developers and administrators...

2001-03-11 Thread Adam Fowler
ppreciated. Regards, Adam. Adam Fowler Second year Computer Science undergraduate University of Wales, Aberystwyth Carroll College, WI, USA(2000-2001) web: http://gucciboy.dyndns.org/aff9 e-mail: [EMAIL PROTECTED] "Every new beginning comes from s

RE: Optimizing Tomcat

2001-03-11 Thread Adam Fowler
, but you all are already anyway...right? 8o) Oh, and running it on at least a pII with 64MB of RAM may be an idea too. I always thought Pentium Pro's sucked. But then again I am an AMD kinda guy. Regards, Adam. Adam Fowler Second year Computer Science undergraduate University of Wales, A

RE: Modern complier is not available

2001-03-11 Thread Adam Fowler
stallation directory so all RPM's for all linux systems will work with all JDK's. Oh, and if its Loughborough, UK which I turned down then you're missing a 'h' there. 8o) No offence. Regards, Adam. Adam Fowler Second year Computer Science undergraduate University of Wal

RE: HowTo install Package servlet?

2001-03-10 Thread Adam Fowler
If the directory is in your classpath then you can just call it:- import ChangeRequest.*; CR myCR = new CR() or whatever. If thats what you meant anyway(?) Regards, Adam. Adam Fowler Second year Computer Science undergraduate University of Wales, Aberystwyth Carroll College, WI, USA

mod_jk builds...

2001-03-04 Thread Adam Fowler
Hi all, If anyone has mod_jk builds can they supply me the info and the location(or copy) of the .so/.dll? I'm compiling a list of 'em at http://willow.cc.edu/docs/adminguide there are already a few there for various systems. Regards, Adam. Adam Fowler Second year Comput

RE: Tomcat Mod_jk and NFC Chat

2001-03-03 Thread Adam Fowler
d be able to add its location to the classpath in order for tomcat to find it and allow your java programs to use it functions. I hope this all helps, keep persevering! Regards, Adam. Adam Fowler Second year Computer Science undergraduate University of Wales, Aberystwyth Carroll College, WI, USA(

Upcoming Tomcat book...

2001-03-03 Thread Adam Fowler
meant to be for you people. If any Tomcat User Group(TUG) members wish to write user documentation for Tomcat (The 'paths' that have been discussed) then drop me an e-mail and maybe we can help each other. Regards, Adam. ---- Adam Fowler Second year Computer Science undergraduate Univ

RE: help with Tomcat under windows ME...

2001-03-03 Thread Adam Fowler
Hi, If all goes well then hopefully you should be able to do the following in IE http://localhost:8080 And a little tomcat will appear with some tomcat info. Hope that's what you mean(?) Regards, Adam. Adam Fowler Second year Computer Science undergraduate University of

RE: Tomcat on Linux

2001-03-02 Thread Adam Fowler
Hi, Have you got Sun's JDK, or another JDK, version 1.3??? If not, try installing that instead. Regards, Adam. Adam Fowler Second year Computer Science undergraduate University of Wales, Aberystwyth Carroll College, WI, USA(2000-2001) web: http://gucciboy.dyndns.org/aff9 e-mail: [

RE: tomcat with Apache

2001-03-02 Thread Adam Fowler
Hi, You'll need to either download the source and recompile it, or easier - download the redhat RPM. They're listed on my site. http://willow.cc.edu/docs/adminguide Regards, Adam. Adam Fowler Second year Computer Science undergraduate University of Wales, Aberystwyth Carroll C

RE: Apache & tomcat problem

2001-03-01 Thread Adam Fowler
gards, Adam. Adam Fowler Second year Computer Science undergraduate University of Wales, Aberystwyth Carroll College, WI, USA(2000-2001) web: http://gucciboy.dyndns.org/aff9 e-mail: [EMAIL PROTECTED] "Every new beginning comes from some other beginning's end" -Original Mes

RE: Tomcat Src

2001-02-28 Thread Adam Fowler
Hi, Try downloading the .tar.gz again (sounds like a bad download) and then run tar xzvf jakarta-tomcat-3.2.1.tar.gz and It'll work. 8o) Regards, Adam. Adam Fowler Second year Computer Science undergraduate University of Wales, Aberystwyth Carroll College, WI, USA(2000-2001) web:

RE: Question about configuration

2001-02-27 Thread Adam Fowler
guide Hope that helps you. Regards, Adam. Adam Fowler Second year Computer Science undergraduate University of Wales, Aberystwyth Carroll College, WI, USA(2000-2001) web: http://gucciboy.dyndns.org/aff9 e-mail: [EMAIL PROTECTED] "Every new beginning comes from some other begin

RE: mod_jk installation

2001-02-26 Thread Adam Fowler
Hi, Usually local strings are used to internationalise an application. You may want to try your contexts using windoze paths e:\dir\dir2\file instead of forward slashes which are UNIX/Linux file separators. Regards, Adam. -Original Message- From: Chris Andreou [mailto:[EMAIL PROTECTED]

RE: Starting Tomcat

2001-02-26 Thread Adam Fowler
Hi, I have a very basic Mandrake startup script available in the downloads section at http://willow.cc.edu/docs/adminguide You may need to edit a few paths, though, as I stupidly put tomcat in the wrong place. 8o) I'd be interested in exactly how you end up configuring the startup. If you don'

RE: Tomcat running inprocess with Netscape 3.62 webserver.

2001-02-26 Thread Adam Fowler
Hi, Should it be looking under the d:\struts directory? I thought struts was another jakarta project? Regards, Adam. Adam Fowler Second year Computer Science undergraduate University of Wales, Aberystwyth Carroll College, WI, USA(2000-2001) web: http://gucciboy.dyndns.org/aff9 e-mail

RE: JServ -> mod_jk

2001-02-26 Thread Adam Fowler
Hi, Mod_jk has its own config file called mod_jk.conf.auto you'll need to caopy this to something like mod_jk.conf.correct and edit it for your paths etc. After this make sure apache is including it. Regards, Adam. Adam Fowler Second year Computer Science undergraduate University of

E-mail guidelines...

2001-02-26 Thread Adam Fowler
achment and probably don't ever bother reading it. (I know I don't when I'm in Unix 8o) ) The above are only little things, but helps a lot in reply times. Thanks, Adam. Adam Fowler Second year Computer Science undergraduate University of Wales, Aberystwyth Carroll College, WI,

RE: reloading of changed servlets fails

2001-02-25 Thread Adam Fowler
Hi, Did you guys try using c:\blah\blah instead of the unix '/' file seperator? Regards, Adam. Adam Fowler Second year Computer Science undergraduate University of Wales, Aberystwyth Carroll College, WI, USA(2000-2001) web: http://gucciboy.dyndns.org/aff9 e-mail: [EMAIL PROTECT

RE: webapps/ROOT/index.html

2001-02-25 Thread Adam Fowler
Hi, You could always try replacing the directory with a symbolic link to your directory as a workaround. Make sure no files are deleted, though. 8o) Regards, Adam. Adam Fowler Second year Computer Science undergraduate University of Wales, Aberystwyth Carroll College, WI, USA(2000-2001

RE: Problem with Tomcat - Red Hat 7

2001-02-25 Thread Adam Fowler
hen make sure the config files are accurate for the new release. You may want to make backups of your current config files then overwrite the originals with the 4.0 files. If the default 4.0 setup works then add your extra info from your 3.2 files. Good luck. Regards, Adam. Adam Fowler Second

RE: Handling query strings

2001-02-24 Thread Adam Fowler
Hi, There should either be a way to iterate over the parameters(and thus know if there are any by testing the iterator) or a method to return the number of querystrings. Or at least that's standard Java. Regards, Adam. Adam Fowler Second year Computer Science undergraduate Universi

RE: tomcat with SSL

2001-02-24 Thread Adam Fowler
cancel that last one, was assuming you were using apache for some bizarre brain-lack-of sleep reason. 8o) Adam. Adam Fowler Second year Computer Science undergraduate University of Wales, Aberystwyth Carroll College, WI, USA(2000-2001) web: http://gucciboy.dyndns.org/aff9 e-mail: [EMAIL

RE: tomcat with SSL

2001-02-24 Thread Adam Fowler
Hi, I thought SSL listener on port 443, not 8443? If so then does SSL know that you're using 8443 instead? Regards, Adam. Adam Fowler Second year Computer Science undergraduate University of Wales, Aberystwyth Carroll College, WI, USA(2000-2001) web: http://gucciboy.dyndns.org/aff9 e

Tomcat success stories [was Basic Question]

2001-02-24 Thread Adam Fowler
Glad to hear it! 8o) Mine works too, but its only on a research machine! Although a group of malicious programmers may be using it soon and trying to take it down. (read: students learning jsp!) Regards, Adam. Adam Fowler Second year Computer Science undergraduate University of Wales

RE: Newbies UNITE!

2001-02-24 Thread Adam Fowler
roken down it would help. The main problem seems to be with the linking module(mod_jk) and access to binary builds for a variety of platforms. Regards, Adam. Adam Fowler Second year Computer Science undergraduate University of Wales, Aberystwyth Carroll College, WI, USA(2000-2001) web:

Mod_jk.so binary builds...

2001-02-24 Thread Adam Fowler
#x27;s all. They'll be up on willow at http://willow.cc.edu/docs/adminguide Thanks everyone. Regards, Adam. ---- Adam Fowler Second year Computer Science undergraduate University of Wales, Aberystwyth Carroll College, WI, USA(2000-2001) web: http://gucciboy.dyndns.org/aff9 e-mail: [EMAIL PROTEC

RE: Newbies UNITE!

2001-02-24 Thread Adam Fowler
Hi, Maybe it would be better and a hell of a lot simpler to form a "documentation group" to get the docs done. Then everyone could use them and live happily ever after. Come to think of it, who is responsible for the tomcat/mod_jk docs atm? Regards, Adam. Adam Fowler Second yea

RE: First time user - gripe!

2001-02-24 Thread Adam Fowler
is worked! Regards, Adam. Adam Fowler Second year Computer Science undergraduate University of Wales, Aberystwyth Carroll College, WI, USA(2000-2001) web: http://gucciboy.dyndns.org/aff9 e-mail: [EMAIL PROTECTED] "Every new beginning comes from some other beginning's end"

RE: tomcat and apache not happening

2001-02-24 Thread Adam Fowler
ith info on your platform? Good luck. Regards, Adam. Adam Fowler Second year Computer Science undergraduate University of Wales, Aberystwyth Carroll College, WI, USA(2000-2001) web: http://gucciboy.dyndns.org/aff9 e-mail: [EMAIL PROTECTED] "Every new beginning comes f

RE: Problems with gabled mod_jk

2001-02-23 Thread Adam Fowler
working on getting RPM's made for Redhat(done) Mandrake(gimme time!) and SUSE(anyone?) ao it'll be really easy soon. Redhat RPMs can be found at http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/rpms/ Hope this works. Regards, Adam. Adam Fowler Second year Computer S

RE: need help,please, second time to post it.

2001-02-23 Thread Adam Fowler
Hi, Did you change the IP address in tomcat.properties or workers.properties? Regards, Adam. Adam Fowler Second year Computer Science undergraduate University of Wales, Aberystwyth Carroll College, WI, USA(2000-2001) web: http://gucciboy.dyndns.org/aff9 e-mail: [EMAIL PROTECTED] "

RE: tomcat, apache, and mod_jk

2001-02-23 Thread Adam Fowler
Regards, Adam. ---- Adam Fowler Second year Computer Science undergraduate University of Wales, Aberystwyth Carroll College, WI, USA(2000-2001) web: http://gucciboy.dyndns.org/aff9 e-mail: [EMAIL PROTECTED] "Every new beginning comes from some other beginning's end" -Ori

RE: mod_jk.so installation tar.gz...

2001-02-22 Thread Adam Fowler
Hi, I could do a "locate jre/bin/java" and grep the string to get the home directory. As each distribution has a jre this should work. Regards, Adam. Adam Fowler Second year Computer Science undergraduate University of Wales, Aberystwyth Carroll College, WI, USA(2000-2001)

RE: tomcat, apache, and mod_jk

2001-02-22 Thread Adam Fowler
tions mod_jk.so just replace with mod_jk.dll and it'll work fine. *cringe* Hope that helps+works. The documentation is a bit misleading on the subject of win32 platforms. Regards, Adam. Adam Fowler Second year Computer Science undergraduate University of Wales, Aberystwyth Carroll College, WI

  1   2   >