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

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: 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: 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
, 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://www.husted.com

Re: Error 500

2001-01-07 Thread Ted Husted
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 additional commands

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

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: 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: 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: 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 this 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.,

Re: Setting properties outside of the WAR

2001-01-03 Thread Ted Husted
his. 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-mail: [EMAIL

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: 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

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://www.husted.com

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 to

Re: Tomcat alternative authentication

2001-01-01 Thread Ted Husted
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/ - To unsubscribe, e-mail

Re: PROBLEM in Win98 startup-NoClassDefFoundError

2000-12-30 Thread Ted Husted
at 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 Software ~ Technica

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

Re: Q: Apache, Tomcat and HTTP Authentication

2000-12-28 Thread Ted Husted
, 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 Software ~ Technical Services. -- Tel

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? HTML HEAD SCRIPT src="helloworld.js"/SCRIPT BODY H1Hello World from HTML/H1

Re: Some Queries...

2000-12-26 Thread Ted Husted
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.html -- Ted Husted

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: 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: Reloading JSP is a bug? [humor]

2000-12-23 Thread Ted Husted
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-2506. -- http

Re: very basic web server hosting question

2000-12-22 Thread Ted Husted
://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, Husted dot Com, Fairport NY USA. -- Custom

RE: very basic web server hosting question

2000-12-22 Thread Ted Husted
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: Tomcat threads..

2000-12-22 Thread Ted Husted
, 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: 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 Ultra

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
Takes a minute to load, but it's fineafter that.Go ahead andtry it. *** REPLY SEPARATOR ***On 12/22/2000 at 4:23 PM Peter Brandt-Erichsen wrote: Just checked out that website for JEdit, the interfacelooks really nice, how is it for speed seeing that it is Swing based? P.

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: JSP vs Servlets...

2000-12-21 Thread Ted Husted
e 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, F

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: very basic web server hosting question

2000-12-21 Thread Ted Husted
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: very basic web server hosting question

2000-12-21 Thread Ted Husted
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: how to eliminate port number?

2000-12-20 Thread Ted Husted
!-- Connectors -- !-- Normal HTTP -- Connector className="org.apache.tomcat.service.PoolTcpConnector" Parameter name="handler" value="org.apache.tomcat.service.http.HttpConnectionHandler"/ Parameter name="port"

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: 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

Re: Basic web-app question

2000-12-20 Thread Ted Husted
ctory, 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 dot Com, F

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

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