Re: Tomcat on a dialup connection

2001-01-17 Thread Ted Husted
On 1/17/2001 at 1:05 PM adele wrote: > Will I have the same problem if I download Tomcat?? (Also, is it easy to uninstall later?) By default, Tomcat just runs on demand, via a batch file. It runs over the Java Virtual Machine, and doesn't install anything in your system directories. To uninstall

Re: Starting tomcat

2001-01-17 Thread Ted Husted
> CLASSPATH=C:\Xerces\xerces.jar;.;C:\jdk1.3\lib;C:\Soap\lib\soap.jar;C:\j akarata\lib;C:\jakarta\lib\servlet.jar;C:\jakarta\lib\jaxp.jar;C:\jakart a\lib\jasper.jar;C:\jakarta\lib\ant.jarta;C:\jakarta\lib\weberver.jar;C: \jakarta\lib\parser.jar;C:\Soap;C:\jsdk\servlet.jar; I'd suggest getting all

Re: Starting tomcat

2001-01-17 Thread Ted Husted
> C:\jsdk\servlet.jar; This should probably be jdsk (transposition). *** REPLY SEPARATOR *** On 1/17/2001 at 5:38 PM tmmet tvp wrote: Hi, Can anyone help me out?.I'm unable to start Tomcat. I used "tomcat run" syntax and I get "Unable to locate servlet.jar.Check the TOMCAT_HO

Re: Two questions from a new user

2001-01-12 Thread Ted Husted
On 1/12/2001 at 10:06 AM Collins, Jim wrote: > 1. Is there an archive of this list I can search to avoid asking questions that have already been asked. The official archive listed on the Web site isn't really searchable, but the one at mail-archive.com is. (Look for Tomcat-User). ---

RE: ?? How to set a context-global variable from a servlet ??

2001-01-10 Thread Ted Husted
lication, even if the servlet that set it has terminated -- if that's what you mean by persistent. -- Ted Husted, Husted dot Com, Fairport NY USA. -- Custom Software ~ Technical Services. -- Tel 716 425-0252; Fax 716 223-2506. -- http://w

Re: Error 500

2001-01-07 Thread Ted Husted
(as Ant can). -- Ted Husted, Husted dot Com, Fairport NY USA. -- Custom Software ~ Technical Services. -- Tel 716 425-0252; Fax 716 223-2506. -- http://www.husted.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

Re: Re[2]: UserID and Passwd for the context Admin ???

2001-01-06 Thread Ted Husted
I'm told the FAQ-O-MATIC is on the road to being fixed, so that we will be able to login and add these ourselves. For now, I'll park it in my FAQ folder and add with the others I have waiting. *** REPLY SEPARATOR *** On 1/6/2001 at 5:05 PM Mike Spreitzer wrote: I just tried wh

Re: why must I add the port number

2001-01-04 Thread Ted Husted
Many people may already have a webserver running on 80, so out of the box, Tomcat is setup to play well with others. As mentioned, on NT you can just change the 8080 in the configuration file to 80, as the Web browsers expect (if you are not running IIS or another webserver already). *

Re: please help me

2001-01-04 Thread Ted Husted
You really probably want to start with < http://java.sun.com/docs/books/tutorial/ > And then visit Javasoft / JavaServer Pages- http://java.sun.com/products/jsp/technical.html Javasoft / TagLibs - http://java.sun.com/products/jsp/taglibraries.html JSR-052 - Standard Taglib Expert Group -

Re: Setting properties outside of the WAR

2001-01-03 Thread Ted Husted
this. Just an idea. (My plate's already full.-) -- Ted Husted, Husted dot Com, Fairport NY USA. -- Custom Software ~ Technical Services. -- Tel 716 425-0252; Fax 716 223-2506. -- http://www.husted.com/ - To unsubscribe, e-ma

RE: mailinglist vs newsgroup

2001-01-03 Thread Ted Husted
On 1/3/2001 at 9:37 AM Wheeler, Alfred wrote: >There's no need to read every word of every message. If the title doesn't interest me and the message is from group, then I just delete it. Another good trick is to sort by author, and read the messages of your favorite submitters first (i.e., the

RE: Basic web-app question

2001-01-03 Thread Ted Husted
I'm not sure if it's something that should be fixed. What you're asking is for Tomcat to log the timestamps of any WAR files, and then unilaterally re-expand them if it notes a change. Of course, then there would be the issue of whether it should remove files that aren't in the new WAR -- an idea

Re: Definition of refactor needed...

2001-01-02 Thread Ted Husted
See < http://www.sdmagazine.com/articles/2000/0012/0012b/0012b.htm > and then for fun < http://www.laputan.org/mud/ > *** REPLY SEPARATOR *** On 1/2/2001 at 2:00 PM Peter Brandt-Erichsen wrote: I have seen this term "refactor" used on and off (see below) and am unsure as t

Re: mailinglist vs newsgroup

2001-01-02 Thread Ted Husted
On 1/2/2001 at 12:49 PM Damien Serra wrote: > What can we do? A working FAQ wouldn't hurt. Jyve just isn't cutting it. -- Ted Husted, Husted dot Com, Fairport NY USA. -- Custom Software ~ Technical Services. -- Tel 716 425-0252; Fax 716 223-2506. -- http://w

Re: Servlets in Subdirectories

2001-01-02 Thread Ted Husted
You need to turn it around. webapps/app1/WEB-INF/classes webapps/app2/WEB-INF/classes Each app can then have their own web.xml resource. See also < http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/appdev/index.htm l > Chapter 3. Upgrade to 3.2.x, if you can. *** REPLY SEPA

Re: Request Interceptor : How to?

2001-01-02 Thread Ted Husted
Attached is a sample LDAP bean and login page from Core JSP by Hougland and Tavistock. HTH. *** REPLY SEPARATOR *** On 1/2/2001 at 10:38 AM Bragg, Casey wrote: Hello all : I know this has been discussed many times, but I'm still in the dark... I'd like to have my custom

Re: Connecting to a database

2001-01-02 Thread Ted Husted
If you're running Tomcat on the same Windows box, you can use the Sun OBDC:JDBC bridge to connect with Microsoft Access. There are also third-party vendors that make Access ODBC:JBDC drivers. *** REPLY SEPARATOR *** On 1/2/2001 at 4:42 PM Mick Sullivan wrote: Dows anyone know

Re: Where to place JavaBeans in tomcat??

2001-01-02 Thread Ted Husted
JavaBeans are classes like everything else; they just follow a programming convention by providing standard accessors. For more about JSP and JavaBeans, see < http://java.sun.com/products/jsp/technical.html > and < http://java.sun.com/products/javabeans/docs/ > *** REPLY SEPARATOR

Re: Tomcat & alternative authentication

2001-01-01 Thread Ted Husted
er 3 of Marty Hall's Core Servlets and JSP (www.coreservlets.com). -- Ted Husted, Husted dot Com, Fairport NY USA. -- Custom Software ~ Technical Services. -- Tel 716 425-0252; Fax 716 223-2506. -- http://www.husted.com/ ---

Re: PROBLEM in Win98 startup-NoClassDefFoundError

2000-12-30 Thread Ted Husted
. The tomcat classes are in the webserver.jar. If you want to peek, you can drag a JAR file into WinZIP, or any other ZIP program, to see what's inside. Also, be sure that you are starting out with the latest 3.2.x release of Tomcat. -- Ted Husted, Husted dot Com, Fairport NY USA. -- Custom

Re: Concatenation problem in taglibs tag in JSPs

2000-12-29 Thread Ted Husted
Title: Concatenation problem in taglibs tag in JSPs Tomcat 3.2 is automatically registering homedir as a Web application, so from from the JSP's viewpoint, /homedir/ is the root.   Usually, the TLDs for a Struts application would read   <%@ taglib uri="/WEB-INF/struts.tld" prefix="struts" %>

RE: want to preporcess javascript files

2000-12-28 Thread Ted Husted
On 12/28/2000 at 9:27 AM Tim Cronin wrote: > This works fine in IE. but causes Netscape to hang. What's the simplest example that causes Netscape to hang? Is this the sort of thing you're doing? Hello World from HTML HelloWorld(); <% out.println("Hello World from JSP"); %> function Hel

Re: Q: Apache, Tomcat and HTTP Authentication

2000-12-28 Thread Ted Husted
the very best solution, but I suppose it is impossible (could an Apache module implement this feature?) The servlets can check for an attribute stored in the session context, and send people to a login page if it is missing. -- Ted Husted, Husted dot Com, Fairport NY USA. -- Custom Softwar

Re: mm JDBC driver

2000-12-28 Thread Ted Husted
I can't vouch for the Apache virtual hosts part, but to make it available for all your Tomcat applications, you can put the jar in the lib folder, along with servlet.jar. You may also need to add it to your classpath. You may get other offerings, but if not, there's a simple plug-and-play JDBC s

Re: urgent...

2000-12-28 Thread Ted Husted
Assuming the web-application is properly designed, put it under the webapps folder, and Tomcat will detect it. If it is in a WAR, Tomcat will expand it first.   If you want to develop a web-application, see < http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/appdev/index.html >   ***

Re: Running a thread from a JSP

2000-12-26 Thread Ted Husted
What is it that you are actually trying to do? (The end to which keeping this thread alive is a means?) *** REPLY SEPARATOR *** On 12/26/2000 at 10:54 AM David M. Holmes wrote: But when the page finishes and there is no reference to the threaded object, won't the thread die?

Re: tomcat processes

2000-12-26 Thread Ted Husted
The Linux ps command mis-reports threads as processes. < http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg00639.html > < http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg00583.html > *** REPLY SEPARATOR *** On 12/26/2000 at 8:41 PM Eli Sherman wrote

Re: Some Queries...

2000-12-26 Thread Ted Husted
eed to restrict users based upon authentication. So I need to distinguish between authenticated and unauthenticated servlets. I use apache's authentication (apache+tomcat). For more about authentification, try < http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg03534.ht

Re: how to include querystring in JSP

2000-12-25 Thread Ted Husted
click As a rule, anchor tags should be URL encoded, so you might try click If you need to pass additional parameters later, you should also use HTML character entities where appropriate. click -- Ted Husted, Husted dot Com, Fairport NY USA. -- Custom Software ~ Technical Services

Re: need help to run tomcat

2000-12-23 Thread Ted Husted
cannot find file 'c:\jdk1.3;\bin\java (or one of components). In your JAVA_HOME path, remove the semi-colon. *** REPLY SEPARATOR *** On 12/23/2000 at 8:30 PM Amit Madan wrote: hello friends i am using tomcat 3.2 first time and i face a problem to run tomcat3.2 . after settin

Re: Reloading JSP is a bug? [humor]

2000-12-23 Thread Ted Husted
behaviour is clearly objectionable to any reasonable observer, and even cannot be spun by a marketing rep with a straight face, then it may actually be (ahemm) a bug. -- Ted Husted, Husted dot Com, Fairport NY USA. -- Custom Software ~ Technical Services. -- Tel 716 425-0252; Fax 716 223-

Re: How to modify the files in tomcat

2000-12-22 Thread Ted Husted
Takes a minute to load, but it's fine after that. Go ahead and try it. *** REPLY SEPARATOR ***On 12/22/2000 at 4:23 PM Peter Brandt-Erichsen wrote: Just checked out that website for JEdit, the interface looks really nice, how is it for speed seeing that it is Swing based?

Re: Tomcat and Apache?

2000-12-22 Thread Ted Husted
< http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-apache-howto.html > *** REPLY SEPARATOR ***On 12/22/2000 at 12:21 PM Qian Chen wrote: Hi,       How can I tie Tomcat to Apache?   Thanks, Wendy

Re: How to modify the files in tomcat

2000-12-22 Thread Ted Husted
Or, stay true to your school ... < http://jedit.sourceforge.net/ > *** REPLY SEPARATOR ***On 12/22/2000 at 11:56 AM Thom Park wrote:   worst-case scenario:  use wordpad, always save as plain text. -t. Peter Brandt-Erichsen wrote: Use a decent text editor...like Ultr

Re: Tomcat threads..

2000-12-22 Thread Ted Husted
Ted Husted wrote: > As an aside, threads are not the same as an OS processes, although they can look the same. On 12/22/2000 at 9:20 AM Thom Park wrote: >...unless you're on a linux box ;-) Hmmm, it was my understanding that the Linux ps command was mis-reporting threads as processe

Re: Tomcat threads..

2000-12-22 Thread Ted Husted
an aside, threads are not the same as an OS processes, although they can look the same. -- Ted Husted, Husted dot Com, Fairport NY USA. -- Custom Software ~ Technical Services. -- Tel 716 425-0252; Fax 716 223-2506. -- http://www.husted.com/

RE: very basic web server hosting question

2000-12-22 Thread Ted Husted
s contributed one yet. Given a CGI servlet (and a low-volume of static pages), you could then just run Tomcat standalone. -- Ted Husted, Husted dot Com, Fairport NY USA. -- Custom Software ~ Technical Services. -- Tel 716 425-0252; Fax 716 223-2506. -- http://www.husted.com/

Re: very basic web server hosting question

2000-12-22 Thread Ted Husted
Webserver, see < http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/index.html >. For installing Tomcat under NT, see < http://jakarta.apache.org/jyve-faq/Turbine/screen/DisplayQuestionAnswer/ action/SetAll/project_id/2/faq_id/12/topic_id/102/question_id/693 >. -- Ted Husted, Huste

Re: very basic web server hosting question

2000-12-21 Thread Ted Husted
all platforms. There are specific Java Virtual Machines for each platform, but only one Tomcat. -- Ted Husted, Husted dot Com, Fairport NY USA. -- Custom Software ~ Technical Services. -- Tel 716 425-0252; Fax 716 223-2506. -- http://www.husted.com/

Re: very basic web server hosting question

2000-12-21 Thread Ted Husted
ave a site there myself as a client, but have no other business relationship with them. -- Ted Husted, Husted dot Com, Fairport NY USA. -- Custom Software ~ Technical Services. -- Tel 716 425-0252; Fax 716 223-2506. -- http://www.husted.com/

Re: FAQ-O-Matic out of service

2000-12-21 Thread Ted Husted
So the FAQ-O-Matic is back, but the email confirmation seems to be broken. The message given when trying to create a new account is "Error sending email: javax.mail.SendFailedException: No recipient addresses" Of course, I did in fact give it a proper email address in the registration form.

Re: JSP vs Servlets...

2000-12-21 Thread Ted Husted
use by other developers, or in a team environment where different people handle different parts of the application. Of course, your application would probably still use ordinary servlets for various other tasks, even if it uses JSP to create most of the page views. -- Ted Husted, Husted dot Com

FAQ-O-Matic out of service

2000-12-21 Thread Ted Husted
. After that the Exceptions were raised. -- Ted Husted, Husted dot Com, Fairport NY USA. -- Custom Software ~ Technical Services. -- Tel 716 425-0252; Fax 716 223-2506. -- http://www.husted.com/

Re: Basic web-app question

2000-12-20 Thread Ted Husted
irectory, etc.? Does that work? Yes. For a working example, see the Jakarta Struts distribution which includes four (count'em four) WARs. Tomcat can autoexpand WAR files, which makes them basically plug-and-play. Mileage can vary with other containers though ;-). -- Ted Husted, Husted do

Re: InterScan eManager Content Management Notification!(Dirty Words)

2000-12-20 Thread Ted Husted
I first saw these on the Struts list, so it's not just a Tomcat thing. *** REPLY SEPARATOR *** On 12/20/2000 at 3:36 PM Immo Heino wrote: Sorry all, I removed my self from the jakarata-tomcat-mailing list for a while. Hope this helps. Please inform me directly if you will ge

RE: how to eliminate port number?

2000-12-20 Thread Ted Husted
ve-faq/Turbine/screen/DisplayQuestionAnswer/ action/SetAll/project_id/2/faq_id/12/topic_id/42/question_id/389 > Wheww ;-) -- Ted Husted, Husted dot Com, Fairport NY USA. -- Custom Software ~ Technical Services. -- Tel 716 425-0252; Fax 716 223-2506. -- http://www.husted.com/

Re: InterScan eManager Content Management Notification! (Dirty Words)

2000-12-20 Thread Ted Husted
The messages look like they come from your local postmaster, but there's nothing running in our domain that would cause this. -- Ted Husted, Husted dot Com, Fairport NY USA. -- Custom Software ~ Technical Services. -- Tel 716 425-0252; Fax 716 223-2506. -- http://www.husted.com/

Re: how to eliminate port number?

2000-12-20 Thread Ted Husted
3.2                       value="org.apache.tomcat.service.http.HttpConnectionHandler"/>        value="8080"/>      -- Ted Husted, Husted dot Com, Fairport NY USA. -- Custom Software ~ Technical Services. --

Re: jakarta website FAQ system and an alternative

2000-10-30 Thread Ted Husted
Very cool, and extremely useful. I would seriously sign-on for this project. I went to the FAQ Maintenance page, and logged in fine as root. I didn't see how to edit a question though. The print question tree feature is very neat. The first thing I would like add would be a Save feature here t

RE: Disapointment (way, way off topic) - even further! (last one) (promise)

2000-10-27 Thread Ted Husted
I can think of no greater tyranny than for one man to tell another how to spelle a word. -- Thomas Jefferson regarding the first dictionary. If English had a formal specification then it might be possible to resolve its grammar. But, of course, we all know (much too well) that even with a for

Re: TOMAT slowing down a lot after a while

2000-10-24 Thread Ted Husted
The PostgreSQL site < http://www.postgresql.org/ > doesn't offer binaries for NT, but I found some here < http://www.askesis.nl/ >, if anyone is interested. I need to select a DBMS for an online auction application soon. Was going to use MySQL, but the PostgreSQL transaction support sounds attra

Re: Why there are two apache servlets projects?

2000-10-21 Thread Ted Husted
>Is this a loaded political questions? {:-0} It's really an obvious newbie question that isn't being directly answered in the regular documentation. Though, I suppose that Tomcat is the "official" reference implies a relationship with Sun. Perhaps enough time has passed that the Tomcat User Guide

Re: Why there are two apache servlets projects?

2000-10-20 Thread Ted Husted
Following this thread, I understand the evolution of JServ to Tomcat, but why are there seperate java and jakarta projects on apache.org? Not everything on java.apache.org seems to be deprecated or superceded by packages in jakarta.apache.org; or is everything on the java.apache.org area dependa