Re: JSP-specific newsgroups/mailing list

2005-06-04 Thread Barry Kimelman
Javalobby - Sun Java, JSP and J2EE technology programming forums, software downloads, jobs and tutorials http://www.javalobby.org/ * Barry KimelmanToronto, Ontario, Canada ---Original Message--- From: David Wall Date: 06/04/05 16:08:00 To: Tomcat Users

Re: website hosting

2005-05-14 Thread Barry Kimelman
cluding the port on which Tomcat listens. * Barry KimelmanToronto, Ontario, Canada ---Original Message--- From: suri.jagadish Date: 05/14/05 11:06:30 To: tomcat-user@jakarta.apache.org Subject: website hosting Hi I need to host a website using the tomcat We

Re: off topic: Where to get a good tutorial about JSP.

2005-05-13 Thread Barry Kimelman
um/forum.jsp?forum=6 = JavaRanch(includes forum on JSP) http://www.javaranch.com = jGuru: Your view of the Java universe http://www.jguru.com = JSP, Servlets, Struts, and JSF Programming Resources http://resources.corejsp.com/ = ***** Barry Kime

Tomcat rookie needs help updating project

2005-03-25 Thread Barry Kimelman
What do I need to do to install project changes ? ***** Barry KimelmanToronto, Ontario, Canadaemail :[EMAIL PROTECTED] , [EMAIL PROTECTED]

Tomcat rookie needs help building application

2005-03-20 Thread Barry Kimelman
I changed my current directory to the toplevel of my project and issued the command "ant compile". I received the following error message : BUILD FAILED C:\barry\myproject\build.xml:146: taskdef class org.apache.cataline.ant.DeployTask cannot be found Line 146 of my build.xml file is as f

Rookie needs help resolving HTTP Status 500 error message

2005-03-20 Thread Barry Kimelman
ile was located under the WEB-INF\classes sub-directory as expected. So why am I receiving the error message from Tomcat ? Is there something I need to do to set the value for CLASSPATH ? * Barry KimelmanToronto, Ontario, Canadaemail :[EMAIL PROTECTED] , [EMAIL PROTECTED]

strongly typed collection in a scriptlet tag won't compile

2004-12-18 Thread Connor Barry
I'm trying to compile this code: % CollectionInteger a = new ArrayListInteger();% And I get this error: - org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: 10 in the jsp file: /test.jsp Generated servlet error: Syntax

precompile JSP - _jspx_dependants.add unchecked warning

2004-12-16 Thread Connor Barry
When I precompile my JSPs on Tomcat 5.5 with JDK 1.5 and I use the javac option -Xlint:unchecked, I get this warning for those files which include another: [javac] C:\tomcat\webapps\XXX\WEB-INF\jsprc\org\apache\jsp\admintool\edit_jsp.java:25: warning: [unchecked] unchecked call to add(E)

wc_get_worker_for_name, done did not found a worker - Plea for help

2004-06-01 Thread Barry Roberts
I'm getting desperate to get mod_jk working in apache on RHES 3 talking to tomcat 5.0.19 on (another) RHES3. I'm getting the error from the subject line if I set JkLogLevel to debug. In the browser I see 500's for ANY servlet. I've tried the RHES3 apache2 rpms (httpd-2.0.46-25.ent), building

Re: wc_get_worker_for_name, done did not found a worker - Plea for help

2004-06-01 Thread Barry Roberts
/workers.properties JkLogFile /var/log/mod_jk.log JkLogLevel debug JkMount /apps/* xsappa JkMount /admin xsappa On Tue, 2004-06-01 at 09:37, Barry Roberts wrote: I'm getting desperate to get mod_jk working in apache on RHES 3 talking to tomcat

Re: Réf. : Re: Réf. : mod_jk error with Apache 2.0.49

2004-05-27 Thread Barry Roberts
from starting. Barry Roberts [EMAIL PROTECTED] 26/05/2004 17:54 Veuillez rpondre Tomcat Users List Pour : Tomcat Users List [EMAIL PROTECTED] cc : Objet : Re: Rf. : mod_jk error with Apache 2.0.49 What do you mean the right one? I built jk2 from

Re: Réf. : mod_jk error with Apache 2.0.49

2004-05-26 Thread Barry Roberts
would settle for just getting jk1 to work. I compiled a modified mod_jk.so and inside get_map (jk_map.c) the jk_map_t* passed in is null. That's why there's no worker found. I haven't had time to try and figure out what could cause it to be null. Thanks, Barry On Wed, 2004-05-26 at 01:34, [EMAIL

mod_jk error with Apache 2.0.49

2004-05-25 Thread Barry Roberts
pipes, and now I can't get jk1 working at all. I have this suspicion that I'm missing something obvious, but I can't find it. Any help would be greatly appreciated. Thanks, Barry Roberts - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Deployment: admin vs manager

2004-02-29 Thread Barry Kimelman
oy?path=/appnamewar=file:/home/bkimelman/application-directory/dist/appnameappversion.war It seems to me that the easier wau to go is to use Ant from your command line. ***** Barry KimelmanWinnipeg, Manitoba, Canada ---Original Message--- From: Tomcat Users List Date

Problem reloading Tomcat 5.0.16 application

2004-02-01 Thread Barry Kimelman
My system is Linux Redhat 9. Iam running Tomcat 5.0.16 from a binary distribution. I can successfully compile and install my application. The JSP page works fine. However, when I make a change to the Java class used by the Bean referenced in the JSP file, then issue a "ant reload" command

Re: deploying parameters using catalina.ant

2004-02-01 Thread Barry Kimelman
I myself was just recently able to successfully install application into Tomcat 5.0.16 using the ANT utility. 1st you need to properly setup your build.xml file (a sample can be obtained from the Tomcat web-site). Then you need to modify the sample build.xml file to suit your needs. *

Newbie problem compiling JSP with Tomcat 5.0.16

2004-01-31 Thread Barry Kimelman
Tomcat application there is a Java sourcefile named "Jdbc2jsp.java". This file has a "public class" named"Jdbc2jsp". So, the big question is what have I done wrong in terms of my JSP andJava class file?? Am I possibly missing something in one of the".xml" files ?? * Barry KimelmanWinnipeg, Manitoba, Canadaemail : [EMAIL PROTECTED] , [EMAIL PROTECTED]

java.util.zip Exception during application install

2004-01-21 Thread Barry Kimelman
I am running Tomcat 5.0.16 on Linux Redhat 9. First let me say that the sample applications work OK. I can compile my Tomcat application successfully. I can deploy my application using the manager webapp URL in the Mozilla browser. However when I run the "ant install" command I receive the

RE: java.util.zip Exception during application install

2004-01-21 Thread Barry Kimelman
ome lenght Any ideas as to which zipfile is causing the problem ? ***** Barry KimelmanWinnipeg, Manitoba, Canadaemail : [EMAIL PROTECTED] , [EMAIL PROTECTED] ---Original Message--- From: Tomcat Users List Date: Wednesday, January 21, 2004 9:54:54 AM

Newbie needs help with Tomcat 5.0.16 application install

2004-01-16 Thread Barry Kimelman
My OS is Linux Redhat9. I have downloaded and installed Tomcat 5.0.16 from a binary distribution. I created a build.properties file in my home directory as follows : manager.username=bkimelman manager.password=foobar manager.url=http://localhost:8080/manager I can successfully

Newbie needs help with Tomcat5.0.14

2004-01-14 Thread Barry Kimelman
I recently installed Tomcat version 5.0.14 from a binary distribution download. My system is a laptop running Redhat Linux 9 (kernel release 2.4.20-8). I untared the tomcat tar-file and everything looked OK. I started the Mozilla browser and was successful in visiting http://localhost:8080 I

Newbie with problems during tomcat application install

2003-12-29 Thread Barry Kimelman
My system is a laptop running Linux Redhat 9. I have installed Tomcat 5.0.14 from a binary download distribution. The sample applications work perfectly. I can compile my application with no problems. But when I issue the ant command ant install I receive the following output :

Newbie needs help with build.properties file for Tomcat5

2003-12-27 Thread Barry Kimelman
I need help with build.properties file. My system is Linux Redhat 9 running Tomcat 5. I have successfully been able to run the examples that came with the Tomcat installation. I have been able to compile my own little test application. I need to know the exact layout/specifications for the

Looking for isapi_redirect.dll

2003-09-15 Thread Barry Rader
If anyone has a valid link or could email me this dll I would greatly appreciate it. Unless there is another way to run Tomcat along side IIS. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Another question - validating user input in fields

2003-09-09 Thread Barry Mcleer
You could try here: http://jakarta.apache.org/commons/validator/ Barry -Original Message- From: Anson Zeall [mailto:[EMAIL PROTECTED] Sent: 09 September 2003 11:07 To: Tomcat Users List Subject: Another question - validating user input in fields Hi, I have another question

PropertyMessageResources

2003-08-15 Thread Barry Mcleer
and was wondering if they were normal, or what they are? I am not using struts in any of my applications. thanks barry

RE: PropertyMessageResources

2003-08-15 Thread Barry Mcleer
Cool, thanks for that. barry -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 15 August 2003 14:01 To: Tomcat Users List Subject: RE: PropertyMessageResources Howdy, Actually, you are using struts if you left the admin webapp installed, which it appears you

Better option, Resin or mod_jk2

2003-03-12 Thread Barry Jones
I've just started hearing a little bit about both and I was wondering what the rest of you consider the best option. Any reasons in particular? Thanks! Barry = Barry W. Jones III [EMAIL PROTECTED] Life is like a dogsled team; if you ain't the lead dog, the scenery never changes. - Lewis

Strange error for a new user...

2003-03-04 Thread Barry Jones
= Barry W. Jones III [EMAIL PROTECTED] Life is like a dogsled team; if you ain't the lead dog, the scenery never changes. - Lewis Grizzard __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com

LOL, that was it...now I have a new problem though

2003-03-04 Thread Barry Jones
-power.gif 2.2 kb Thu, 19 Dec 2002 13:49:00 GMT tomcat.gif 1.8 kb Thu, 19 Dec 2002 13:49:02 GMT Apache Tomcat/4.1.18 = Barry W. Jones III [EMAIL PROTECTED] Life is like a dogsled team; if you ain't the lead dog

I'm new to this and could use a hand

2003-03-03 Thread Barry Jones
! Barry = Barry W. Jones III [EMAIL PROTECTED] Life is like a dogsled team; if you ain't the lead dog, the scenery never changes. - Lewis Grizzard __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com

RE: Compile JSP on Tomcat Startup

2003-02-28 Thread Molof, Barry
cannot give you more info regards, c. At 04:07 PM 2/25/2003 -0500, you wrote: How can I compile all of my JSPs when I start Tomcat? The version I am using is 3.3.1a. Any help would be great. Thanks. Barry - To unsubscribe, e

RE: Compile JSP on Tomcat Startup

2003-02-28 Thread Molof, Barry
Can someone PLEASE help me? This is an urgent issue. Thanks -Original Message- From: Molof, Barry Sent: Friday, February 28, 2003 10:02 AM To: Tomcat Users List Subject: RE: Compile JSP on Tomcat Startup I tried jspc and all it did was convert .jsp to .java, instead of .class. I'm

Compile JSP on Tomcat Startup

2003-02-25 Thread Molof, Barry
How can I compile all of my JSPs when I start Tomcat? The version I am using is 3.3.1a. Any help would be great. Thanks. Barry

Compile JSP on Startup

2003-02-24 Thread Molof, Barry
these JSPs to compile on startup? Thanks Barry

Best Practices Question

2002-09-29 Thread Barry Moore
I have not used Tomacat in a couple years. The last time I used it, our companies policy was to integrate with Apache and get Apache to do the serving duties and just use Tomcat as the jsp processor. With Tomact 4 is this still considered a good practice for high traffic sites? Thanks, Barry

Many thanks for the help

2002-08-22 Thread Barry Martin
Thanks you all for the help with where to locate my class files. Creating the directory structure reccommended and implementing a package was the ticket. Barry -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Where to locate class files

2002-08-21 Thread Barry Martin
. Is this the correct directory to store class files? Any ideas appreciated. Barry Martin -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Where to locate class files

2002-08-21 Thread Barry Martin
to \classes and then compiled from the command prompt which saved the .class file in the same directory. It compiled fine. Barry -Original Message- From: Peter T. Abplanalp [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 21, 2002 4:44 PM To: 'Tomcat Users List' Subject: Re: Where to locate class

RE: Where to locate class files

2002-08-21 Thread Barry Martin
Sure Peter, Here you go. Here is the html,jsp and java code. Thanks, Barry -Original Message- From: Peter T. Abplanalp [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 21, 2002 5:04 PM To: 'Tomcat Users List' Subject: Re: Where to locate class files -BEGIN PGP SIGNED MESSAGE

RE: Where to locate class files

2002-08-21 Thread Barry Martin
Could I also modify the web.xml file to point to my class files? Barry -Original Message- From: Ron Day [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 21, 2002 6:51 PM To: Tomcat Users List Subject: RE: Where to locate class files almoststart your package in classes directory

Sticky sessions with mod_jk and tomcat don't stick

2002-05-01 Thread Barry Roberts
that is a somewhat unfriendly user experience, I would really like to get sticky sessions working correctly. Anybody have any idea what I could be doing wrong? Thanks, Barry Roberts

RE: Sticky sessions with mod_jk and tomcat don't stick

2002-05-01 Thread Barry Roberts
Oops. Nevermind. The jvmRoute goes on the Engine element, NOT the Connector element. Thanks anyway, Barry Roberts -Original Message- From: Barry Roberts Sent: Wednesday, May 01, 2002 3:55 PM To: [EMAIL PROTECTED] Subject: Sticky sessions with mod_jk and tomcat don't stick

Does anyone have in-memory session replication working?

2002-05-01 Thread Barry Roberts
, ReplicatedSession throws an exception. If I manually kill a tomcat server while logged in to my app on that server, mod_jk sends me to the other but it appears the session isn't there. If anyone has gotten this working and has any ideas for me, I would really appreciate it. Thanks, Barry Roberts

Switching ClassLoaders

2002-03-27 Thread Barry Sheward
to work the same way and it doesn't solve the problem with taglibs. Is this at all possible? Barry -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Newbie installation question

2002-03-27 Thread Barry Sheward
what ports are in use. Hope that helps, Barry Zoe Adams wrote: Hi, This is a very newbie question I'm afraid. I have attempted to install a standalone Tomcat 4 as an RPM under RedHat Linux 7.1 but just can't get it to work. These are the steps I've followed: - Installed jdk-1.3.1_02

Re: Reload of JSP Pages

2002-01-14 Thread Barry Dreckmann
Hi Michael, What you need to do is within your %@ include file=prj_0007.inc % include the attribute flush with the value true i.e. %@ include file=prj_0007.inc flush=true % Baz Telephone: 01243 753551 Mobile:07810 482776

Newbie mod_webapp/Oracle/jndi question

2002-01-08 Thread Barry Roberts
to know if it is possible to configure tomcat so that I can use it through apache AND directly through the http connector. Thanks in advance, Barry Roberts !-- Example Server Configuration File -- !-- Note that component elements are nested corresponding to their parent-child relationships

Re: HELP - URGENT : Stability of Tomcat if compare with JBOSS or JRUN

2001-12-20 Thread Barry L. White
] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED] Also consider Resin http://www.caucho.com/articles/jsp_benchmark.xtp They also have there own db pool. Barry -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED

Re: Assistance please - fixed W2k 4.0 vs 4.0.1 problem, created another!

2001-12-17 Thread Barry L. White
). P.S. JBuilder 5 Personal is free from Borland. :) Barry -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: TC with SSL, IE5.0 and 128 bit

2001-12-14 Thread Barry L. White
to IE5.5 or 6.0, especially due to the new security holes that were just recently uncovered in IE. Barry -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

J2SE 1.4 beta - nio article

2001-12-13 Thread Barry L. White
http://developer.java.sun.com/developer/technicalArticles/releases/nio/ is a nice article of the new IO (nio) features that will be in J2SE 1.4. It would be cool to see this in Tomcat! Scaling? No Problem! :) -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands:

Re: Known Memory clean-up issues?

2001-11-29 Thread Barry L. White
Keith, Are you sure the leak is not in the servlet? What I mean is try to narrow down where the memory leak is coming from. :) Barry - Original Message - From: Hawkins, Keith (Keith) [EMAIL PROTECTED] To: tomcat-user [EMAIL PROTECTED] Sent: Thursday, November 29, 2001 1:51 PM Subject

Re: Access from the web instead of localhost

2001-11-28 Thread Barry L. White
Yes you can. - Original Message - From: Scott and Michele Young [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, November 28, 2001 7:46 AM Subject: Access from the web instead of localhost if my ip is 12.34.567.890 and my localhost path to my servlet is:

Basic Authentication error page? [repost]

2001-11-28 Thread Barry L. White
/error-code location/errors/401.html/location /error-page But I get a error 500. Thanks for your time, Barry -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: STARTING TOMCAT: JAVA_HOME ERROR

2001-11-27 Thread Barry L. White
What OS do you have? - Original Message - From: Daliso Zuze [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, November 27, 2001 9:58 AM Subject: STARTING TOMCAT: JAVA_HOME ERROR Hello all, I have a small problem starting up tomcat 4.0.1. I followed the

Re: Directory question

2001-11-26 Thread Barry L. White
Yes. You must add a Context section that includes the path/location of your new webapp. Look at the examples declaration in the server.xml file. You must also restart Tomcat for the changes to take effect. Barry - Original Message - From: Alan Scott [EMAIL PROTECTED] To: [EMAIL

Re: Catalina Authentication PLS Help !!

2001-11-25 Thread Barry L. White
(and everything) to screew-up your application, heck some do it just to piss you off. It would be nice to find a work-arround for this (user induced) problem in Tomcat 4.0. Barry - Original Message - From: Renato Romano [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent

Re: Installing/Running Tomact

2001-11-25 Thread Barry L. White
problems with Tomcat. Try seaching the list for xerces (I remember seeing something about this). Barry - Original Message - From: Sanjay bahal [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, November 24, 2001 11:58 AM Subject: Re: Installing/Running Tomact I

Re: JDBC Problems with Tomcat

2001-11-25 Thread Barry L. White
The close method will throw an exception if the database connection is not currently open or not valid. Are you sure the database is opening correctly? Can you read data from the database? Barry - Original Message - From: Vara Prashanth [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

Re: debuging servlets

2001-11-24 Thread Barry L. White
test... sorry,new email - Original Message - From: renyu teng [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, November 23, 2001 5:10 PM Subject: debuging servlets I am a new guy to servlet jsp stuffs. could anyone tell me how to debug a servlet if this

Re: the classloader doesn't like XML in TC 3.2.3 and TC 4.0

2001-11-21 Thread Barry White
Does Crimson have any advantages/disadvantages over Xerces? What does your webapp do with the xml? P.S. Thanks for the followup (even if you fixed your own problem). Things like this are very usefull when troubleshooting an application. Barry - Original Message - From: Arnaud

Re: Catalina Authentication PLS Help !!

2001-11-21 Thread Barry White
I remember some discussion about this subject. Have you searched the achives? - Original Message - From: Renato Romano [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, November 21, 2001 12:11 PM Subject: Catalina Authentication PLS Help !! Hi, I succesfully

Re: CVS

2001-11-20 Thread Barry White
Man, that sounds cool. :) - Original Message - From: Peter Davison [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, November 20, 2001 9:57 AM Subject: Re: CVS Hi Laurent. I think you are on the right track. Here's how we used CVS in my last work environment

Re: Authentication Filter Posting Again

2001-11-16 Thread Barry White
I would have responded had I known the answer... I have never worked with filters. Try searching for authentication filters in the archives. - Original Message - From: Pritpal Dhaliwal [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, November 16, 2001 4:48 AM

Re: error-page usage in web.xml

2001-11-16 Thread Barry White
info. There are probably many beans available on the web that will do this quit nicely, but where is the fun in that? :) Barry - Original Message - From: Fabien Modoux [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 16, 2001 11:32 AM Subject: error-page usage in web.xml

Re: error-page usage in web.xml (correction)

2001-11-16 Thread Barry White
the code in the calling page that I wrote in the previous email. BTW I am using Tomcat 4.0, W2K Hope this helps, Barry - Original Message - From: Barry White [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, November 16, 2001 3:17 PM Subject: Re: error-page usage

Re: Apache people, For god's sake Do something!

2001-11-12 Thread Barry White
or example). P.S. I think all of the Tomcat developers are doing a great job! I am not complaining at all... just offering some suggestions. Barry - Original Message - From: "Nicholas Katzakis" [EMAIL PROTECTED] To: "tomcat" [EMAIL PROTECTED] Sent: Saturday, November

Re: driver configuration with DB2 and tomcat

2001-10-25 Thread Barry White
I don't think you can use .zip files in the lib directory. Try renaming it to .jar. Barry - Original Message - From: Lawrence Louie [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, October 21, 2001 11:31 PM Subject: driver configuration with DB2 and tomcat Hi, I am having DB2

Re: Tomcat and firewalls...

2001-10-25 Thread Barry White
Go to the ZoneAlarm programs section and see if your program has access to the internet. If you are not sure about the settings then delete all of the setting for the programs in ZoneAlarm and start up Tomcat and mySQL. ZoneAlarm will ask you if you want to allow these programs to access the

Re: Precompiled jsp's

2001-10-24 Thread Barry White
Why are you pre-compiling the JSP's? Doesn't Tomcat do that automatically? - Original Message - From: Thys De Wet (ZA) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 24, 2001 5:12 AM Subject: Precompiled jsp's Ok so I got my JSP's compiled into class files..

Re: Win200 crashing with Tomcat 4

2001-10-19 Thread Barry White
That's one way to keep Windows from crashing! lol =) - Original Message - From: Darrell Porter [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 19, 2001 1:00 PM Subject: RE: Win200 crashing with Tomcat 4 I had a Win2K server that was rebooting periodically for no apparent

Re: Cannot open connection conn

2001-10-18 Thread Barry White
Try not using a virtual host. i.e. get it working using the default Apache config and go from there. Barry - Original Message - From: Kemp Randy-W18971 [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 18, 2001 3:11 PM Subject: Cannot open connection conn I have set up

Re: Strange behaviour of mod_jk

2001-09-24 Thread Barry L. Kline
one. For example, right now the first has 139 sessions, the second 73, third 66 and fourth 52. -Don Hi Don. How are you determining the number of sessions your tomcat server is servicing? TIA, Barry

Re: Strange behaviour of mod_jk

2001-09-24 Thread Barry L. Kline
Don Gourley wrote: At 04:09 PM 9/24/01, Barry L. Kline [EMAIL PROTECTED] wrote: How are you determining the number of sessions your tomcat server is servicing? In our servlet context we have an HttpSessionBindingListener which adds/removes sessions from a static hash table whenever

RE: How to alias out port 8080?

2001-07-31 Thread Barry Draper
listens by default on 8007 and Apache (listening by default on 80) dispatches/routes servlet requests to Tomcat. Barry Draper IBM Informix Oakland, CA [EMAIL PROTECTED] -Original Message- From: Ali Manji [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 11:08 AM To: [EMAIL PROTECTED

RE: Documentation for Tomcat 4.0

2001-07-27 Thread Barry Draper
directory. Example: E:\Jakarta\jakarta-tomcat-3.2.1\doc\uguide\tomcat_ug.html I don't think it's accessible via links from the Tomcat server home page. You have to explicitly enter the URL or open the file from your browser through the File/Open browser menu item. Barry Draper IBM Informix

Trouble trying to port from JServ

2001-07-06 Thread Barry
/MyServlet) with Tomcat? What am I doing wrong? I am using Tomcat 3.2.2 and Apache 1.3.20. Any and all replies are much appreciated. Thank you, Barry [EMAIL PROTECTED]

RE: Tomcat Book

2001-06-15 Thread Barry Draper
Tomcat. However, the documentation which accompanies Tomcat is the best source I know of. I have not yet looked at http://tomcatbook.sourceforge.net Barry -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED]] Sent: Friday, June 15, 2001 9:10 AM To: [EMAIL PROTECTED]; [EMAIL

Problem: Using Tomcat 3.2.1 on NT 4.0 SP5, get Internal Servlet Error on writing POST response approx. 800kb in length

2001-06-07 Thread Barry Draper
uffer size was increased to 64kb and the content length was set correctly. Still, I get the error on writing the response. Is this a known problem with a fix? Am I doing something wrong? Please advise. Thanks. Barry Draper [EMAIL PROTECTED]

RE: Problem: Using Tomcat 3.2.1 on NT 4.0 SP5, get Internal Servl et E rror on writing POST response approx. 800kb in length

2001-06-07 Thread Barry Draper
You are correct. I found the problem at specified line. I _somehow_ didn't see it until you pointed it out. I didn't mean to improperly post. I just didn't see it. Thanks much. Barry -Original Message- From: William Kaufman [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 07, 2001 12:59

RE: Question: Tomcat 3.2.1 servlet and dynamically loading JAR files

2001-06-04 Thread Barry Draper
incompatible JAR files. Thanks much for your help. Barry Draper [EMAIL PROTECTED] -Original Message- From: Brett Knights [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 03, 2001 10:09 PM To: [EMAIL PROTECTED] Subject: RE: Question: Tomcat 3.2.1 servlet and dynamically loading JAR files Barry

Question: Tomcat 3.2.1 servlet and dynamically loading specific JAR files

2001-06-02 Thread Barry Draper
with the java.lang.ClassLoader or some other standard classes? Can someone point me to some sample code which demonstrates how to do this? Thanks. Barry Draper [EMAIL PROTECTED]

Question: Tomcat 3.2.1 servlet and dynamically loading JAR files

2001-06-02 Thread Barry Draper
it be done with the java.lang.ClassLoader or some other standard classes? Can someone point me to some sample code which demonstrates how to do this? Thanks. Barry Draper [EMAIL PROTECTED]

Question: Tomcat 3.2.1 servlet and dynamically loading specific J AR files

2001-06-02 Thread Barry Draper
it be done with the java.lang.ClassLoader or some other standard classes? Can someone point me to some sample code which demonstrates how to do this? Thanks. Barry Draper [EMAIL PROTECTED]

Tomcat hangs when my ORACLE database instance is running

2001-06-01 Thread Barry Hodges
? What can I do to resolve this conflict? Barry Hodges Sr. Engineer, Software PRIMUS* mailto:[EMAIL PROTECTED]

RE: Tomcat hangs when my ORACLE database instance is running

2001-06-01 Thread Barry Hodges
you start Oracle. You must reassign the port for one or the other if you want both servers running. Regards, Craig -Original Message- From: Barry Hodges [mailto:[EMAIL PROTECTED]] Sent: Friday, June 01, 2001 12:55 PM To: Tomcat (E-mail) Subject: Tomcat hangs when my ORACLE database instance

Re: problem with virtual hosting

2001-04-02 Thread Kieran Barry
On Mon, 2 Apr 2001, Christopher Shade wrote: I tried to map www.domain.com to www.domain.com/webapp by using ServerName and ServerAlias in the config file, but it's not working. Below is what I tried in my-tomcat-apache.conf. What am I doing wrong? Is there a better way to map a domain to a

Re: problem with virtual hosting

2001-04-02 Thread Kieran Barry
Doh! On Mon, 2 Apr 2001, Kieran Barry wrote: On Mon, 2 Apr 2001, Christopher Shade wrote: I tried to map www.domain.com to www.domain.com/webapp by using ServerName and ServerAlias in the config file, but it's not working. Below is what I tried in my-tomcat-apache.conf. What am I

isapi_redirect strangeness

2001-01-30 Thread Paul Barry
All, We're using Tomcat and struts for development and have installed the IIS redirector without a hitch on 3 machines. When I went to install on another machine, I couldn't get it to work. Symptom is tomcat getting called for the /jakarta/isapi_redirect.dll. Since I have a working system, I

Has extension mapping changed in 3.2?

2001-01-14 Thread Barry Fritchman
. Has anything changed in 3.2 that requires something different or additional to get an extension mapping to work? Thanks, Barry __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com

Re: Howto : Extension file mapping ?

2001-01-14 Thread Barry Fritchman
() or doPost(). Barry --- Shahed Ali [EMAIL PROTECTED] wrote: Hi, Can someone please give me a quick overview on how extension file mapping works ? What I really want to know what info does the servlet get when it is invoked by a file mapping ? Thanks Shahed

./build dist worked in 3.1, not in 3.2

2000-12-16 Thread Barry L. Kline
ctly precludes running the app. There isn't even a WEB-INF/classes directory created. This all worked fine for me in 3.1. Can anyone offer an explanation? TIA, Barry

j_security_check preprocessing

2000-11-13 Thread Barry Dunne
. Is this a bug or is there any other way to call j_security_check manually? Or at least replicate the work of authenticating the username/password and storing that as the principal. Thanks, Barry. A Servlet Exception Has Occurred Exception Repo

security and weblogic

2000-11-12 Thread Barry Dunne
n only get the username ( request.getUserPrincipal().getName() ), I can't get the password. Has anybody got security working between tomcat and weblogic, if so how did you pass the user info through? Or, if someone could tell me how to find out the current principal's password I would appreciate it. Tha

Question on what character encoding to use for URI-decoding

2000-11-06 Thread Barry Lind
this character set must map all 8 bit values, thus the current statement of 'use ASCII' is insufficient). I would further suggest that this character encoding be UTF-8 since the first 127 code points are the same as ASCII. Also UTF-8 is a better choice for an international specification. thanks, --Barry CTO Xythos Software Inc.