configure tomcat to protect authentification

2005-05-30 Thread henry human
Hey, i'm new in Tomcat. I installed tomcat 4.1.29 and create some Servlets and put dem to Tomcat_Home/webapps/MyProject/WEB-INF/classes Now i will, that tomcat ask for login, for the first time if client access my web application under MyProject directory. What should i change in server.xml or

Re: configure tomcat to protect authentification

2005-05-30 Thread henry human
i installed the new version 5.5.9 and configured as the documentation recommands.And the authentification works. thanks for your answer --- Torsten Römer [EMAIL PROTECTED] schrieb: henry human said: Hey, i'm new in Tomcat. I installed tomcat 4.1.29 and Why do you use such an old version

Re: How to deploy a web application under Tomcat 5

2004-03-24 Thread Henry Martin
along other helpful parts later. Henry Martin Little Planet Learning, Inc. On Wednesday, March 24, 2004, at 02:23 PM, Bachler, Elisabeth (Elisabeth) wrote: I don't quite understand what you are saying. My problem is that I don't know how to create a WAR file with the basic structure in it. I have

Re: Apache+Tomcat + MOD_JK on different machine

2004-03-23 Thread Henry Martin
. Another case for custom configuration is when your Apache is in front of many differents Tomcat engines, each one having it's own configuration, a general case in ISP hosting Henry Martin Little Planet Learning, Inc. - To unsubscribe

Classloader issues in tomcat 4.1.x (SDK1.4.2), using multi-containers

2004-03-08 Thread David Henry
argument for the endorsed.dirs directory, so that I can seperate out their version of the jar file from the install base and not impact other applications. 2. use the loader element to turn delegation to true. Any assistance is appreciated, David Henry

Run Applet on Tomcat 5.0.16 -- Where should I to put class files?

2004-02-26 Thread Henry Lai
Hi, I still get applet not initialized error after I using the archive=http://localhost/PluginApplet.jar; tag in jsp:plugin. Do I have to setup classpath environment variable on my Windows system? What should I put in it? Henry

Run Applet on Tomcat 5.0

2004-02-26 Thread Henry Lai
I tried to download PluginApplet.jsp from chapter 13 in Marty Hall's Core Servlets and JavaServer Pages 2nd Edition. In the document, it words .Remember that applets are executed by the browser, whereas servlets and JSP pages are executed by the server. Thus, the applet .class file goes in

Re: Trouble with Apache 1.3.28/Tomcat 4.124/mod_jk 1.24

2003-08-18 Thread Henry Kwan
/*.jsp testWorker JkMount /*/servlet/ testWorker JkMount /examples testWorker JkMount /examples/* testWorker Cris -Original Message- From: Henry Kwan [mailto:[EMAIL PROTECTED] Sent: Friday, August 15, 2003 6:07 PM To: [EMAIL PROTECTED] Subject: Re: Trouble with Apache

Trouble with Apache 1.3.28/Tomcat 4.124/mod_jk 1.24

2003-08-15 Thread Henry Kwan
Hi, I'm trying to setup a Apache/Tomcat test server and am having some problems. Apache works fine on port 80 and Tomcat works fine on 8080 but I can't get mod_jk to connect them. I'm running Solaris 8 SPARC and I compiled Apache from source, grabbed the Tomcat binary, and compiled mod_jk

Re: Trouble with Apache 1.3.28/Tomcat 4.124/mod_jk 1.24

2003-08-15 Thread Henry Kwan
Notice the !-- before the connector, and the -- shortly thereafter. That's a comment, so you have that Ajp13Connector commented out at the moment :) Try removing the !-- and -- from around the Connector tag and restart Jakarta. Hi. Thanks for pointing that out. I didn't notice that

Internal server error only on first run tomcat 4.x + apache 2.0x + modjk2 + winxp

2003-03-29 Thread Henry Tang
Hi, I am getting this error below only on the first service for apache. After this error, all other pages served will be fine. Error is produced after the server hangs for a while around 2 minutes. Anyone experiencing the same problem? thanks henry Internal Server Error The server encountered

Re: javabean constructors

2003-03-16 Thread Henry Tang
http://java.sun.com/products/jsp/tags/11/syntaxref1115.html read above. - Original Message - From: Michael Ni [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, March 15, 2003 7:51 PM Subject: javabean constructors can someone explain to me how contructors work with java beans in

enctype=MULTIPART/FORM-DATA problem apache 2.0? modjk2?

2003-03-16 Thread Henry Tang
? thanks -henry SEE MY ONLINE STORE! http://www.yucreation.com/home/istore/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: javabean question

2003-03-15 Thread Henry Tang
. import database.DBConstants henry - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: javabean help

2003-03-14 Thread Henry Tang
import the package import package.name -henry SEE MY ONLINE STORE! http://www.yucreation.com/home/istore/ - Original Message - From: Michael Ni [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

Re: Mod_jk on WinXP (revisited)

2003-03-06 Thread Henry Tang
All i know is that you don't need to do that for apache 2.0 - Original Message - From: Denise Mangano [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, March 06, 2003 9:52 AM Subject: RE: Mod_jk on WinXP (revisited) OK... I tried AddModule mod_jk.c and the

Re: A question regarding accessing parameters after the ? in a URL

2003-03-06 Thread Henry Tang
try + - Original Message - From: Mufaddal Khumri [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, March 06, 2003 5:41 AM Subject: Re: A question regarding accessing parameters after the ? in a URL When I do a getParameterNames() . i get the id back ... but

Re: when are the java files compiled?

2003-03-06 Thread Henry Tang
You need to compile it manually. If you are making it as some sort of package make sure it falls within the proper path If it is a jar file, you can put it in lib directory. This is how mine is done. You will then need to restart your tomcat and it shoudl work henry - Original Message

Re: when are the java files compiled?

2003-03-06 Thread Henry Tang
hashtable in javadoc. GL. Any reason, why you want to put rs into hashtable. henry - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat on WinXP (Solved??)

2003-03-05 Thread Henry Tang
mine worked without the environments you mentioned, but i would put it in because i had to do it to get my mod_jk2 to work.. Not sure why either and i think that was what caused my mod_jk2 not working.. will investigate later. - Original Message - From: Denise Mangano [EMAIL PROTECTED]

Re: Important - Apache-Tomcat Module Choice

2003-03-04 Thread Henry Tang
webapp is definitely easier to implement, but i think it only supports non windows based sever for current releases. So i think mod_jk is the way to go since mod_jk2 is so hard to set it up..Anyone got it running? - Original Message - From: Selvaraj N [EMAIL PROTECTED] To: Tomcat Users

Re: Important - Apache-Tomcat Module Choice

2003-03-04 Thread Henry Tang
with night build mod_jk2. java 1.4.01 henry - Original Message - From: Kundrot, Steven [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 1:09 PM Subject: RE: Important - Apache-Tomcat Module Choice Rick, I thought that you went live with v2.0.1

jk2 apache 1.3 and tomcat 4.1

2003-03-03 Thread Henry Tang
Hi, Has anyone got this jk2 connector to work wtih apache 1.3 and tomcat 4.1 If you did could i see your worker2.properties. Also is this right for jk2 for apache setup. in the httpd.conf you have to add loadmodule for jk2 and also add mod_jk.c file? thanks -henry

RE: multiple instances of tomcat

2003-02-06 Thread Henry Krasny
Thanks, your suggestions worked. I altered the shutdown port for each instance and I started each instance in a separate window (setting the CATALINA_BASE variable before each startup). I didn't try the logging thing. Henry -Original Message- From: Powell.Kris [mailto:[EMAIL PROTECTED

multiple instances of tomcat

2003-02-05 Thread Henry Krasny
/index.jsp http://localhost:8080/index.jsp What is the exact start command? (I try to use 'startup.bat' in bin of the tomcat root.) Also, from RUNNING.txt, I don't know what to do with the administration and manager web applications as described in section 4. Any help appreciated. Henry

how do I detect alive sessions at this moment?

2003-01-24 Thread Henry

Re: HttpSessionbindingListener

2003-01-24 Thread Henry
thanks Daniel, I got your point and I'll try to work with that! - Original Message - From: Daniel Brown [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, January 24, 2003 11:14 PM Subject: RE: HttpSessionbindingListener Henry, HttpSessionBindingListener enables

HttpSessionbindingListener

2003-01-23 Thread Henry
Hi FRIENDS: while I use JSP building my AP , where can I implement this interface? should I implement it just in the page/servlet which I create session? or I have to implement it all my pages?

How to implement this

2003-01-22 Thread Henry
Hi FRIENDS: can anybody give me a concept about implement ONE SIGNIN at the same time? if I use servlet or jsp to implement it the way I consider about is below: 1 record the sessionId and userId in some media(db), then we'll know who is login and who is not 2 use a demon program to determine

question about tomcat server

2002-10-14 Thread Henry Mak
after i sucessfully install tomcat server. i tried to put my own servlets into the WEB-INF/classes under root directory. somehow it doesn't work - HTTP Status 404 error popup. then i try to load the example servlets, and all of them have no problem at all. finally, i put my own servlets into

Error: 500 (Response has already been committed) !!!

2002-07-08 Thread Henry Penaranda
I have this message: Error: 500 Location: /anydirectory/jsp/anyfolder/anyfile.jsp Internal Servlet Error: java.lang.IllegalStateException: Response has already been committed at org.apache.tomcat.core.HttpServletResponseFacade.sendError(HttpServletResponseFacade.java:157) at

tomcat 4 and Forte 3.0/Netbeans integration

2002-06-14 Thread Henry Maphosa
Tomcat 3.2 is 'tightly integrated with' Forte for Java CE 3. I'm using Tomcat 4.x and want to debug some JSPs with Forte - anyone know how I can install Tomcat 4.x to run 'in' Forte? HSN __ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA

maxProcessors and acceptCount settings ?

2002-06-05 Thread Henry Yeh
for requests .. but this doesn't seem to take any effect.. Appreciate any feedback. Thanks! Henry -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: jsessionid suddenly appearing in the HTML links

2002-05-13 Thread HOOI Tak Keong, Henry
cater for them because some users may diable cookies in their web browsers...thus disabling the ability for tomcat to track each session. Cheers' Henry Hooi -Original Message- From: Mark Williams [mailto:[EMAIL PROTECTED]] Sent: Monday, May 13, 2002 11:02 PM To: [EMAIL PROTECTED] Subject

RE: subclass constructor class

2002-05-09 Thread HOOI Tak Keong, Henry
()]this calls the parents default constructor. Hope this helps. Henry -Original Message- From: Adam Pfeiffer [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 4:13 AM To: [EMAIL PROTECTED] Subject: subclass constructor class Hello, superclass is: FileBrowserBean.java subclass

Stable and Secure?

2002-04-29 Thread Orion Henry
What's the most stable and secure combo of Tomcat, VJM, and Apache-Connector to use on an x86 Red Hat Linux box running Apache 1.3.22 (current for RH 7.2)? -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL

Re: Stable and Secure?

2002-04-29 Thread Orion Henry
On Mon, 2002-04-29 at 11:06, Orion Henry wrote: What's the most stable and secure combo of Tomcat, VJM, and Apache-Connector to use on an x86 Red Hat Linux box running Apache 1.3.22 (current for RH 7.2)? I mean JVM not VJM. :( -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional

Tomcat Platform Advice

2002-04-26 Thread Orion Henry
for you time, Orion Henry -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

only submit the dialog page, not the opener

2002-04-09 Thread Henry
a little off topic: once an dialog window is popup and an JSP page is loaded into it, I want the client side user able to submit the dialog only, not the opener of that dialog box. for example: returnval = showModalDialog(AskForObject.jsp); then a model dialog with that JSP page is loaded

why can't refresh jsp page in dialog window?

2002-04-09 Thread Henry
when that JSP is in client browser alone, fine. But when it is invoked in a dialog window, showModelDialog(aaa.jsp); that jsp is not refreshed everytime i made any change to it. How should I configure tomcat in order to let the server refresh it every time it is invoked in the dialog? --

client interact with server -- other than submit?

2002-04-08 Thread Henry
a little off topic here: is there a way for client side html/dhtml interact with server side (get/set value into database) without resorting to submit function? The reason I want it is that once a page is submitted, its content is lost, unless manually reload and reset all user inputs, which

Re: client interact with server -- other than submit?

2002-04-08 Thread Henry
. And fwiw, my recent experience indicates that the user's entries don't vanish like they used to, anyway. Not something to count on, though. Mark -Original Message- From: Henry [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 12:57 PM To: Tomcat Users List Subject: client

Re: client interact with server -- other than submit?

2002-04-08 Thread Henry
I can send you more details later if you're interested Micah R. Condon - Original Message - From: Henry [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, April 08, 2002 11:56 AM Subject: client interact with server -- other than submit? a little off topic

Re: client interact with server -- other than submit?

2002-04-08 Thread Henry
- From: Henry [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 12:57 PM To: Tomcat Users List Subject: client interact with server -- other than submit? a little off topic here: is there a way for client side html/dhtml interact with server side (get/set value into database) without

saving object

2002-04-05 Thread Henry
a little bit off topic. I have a table with each row corresponds to a javabean object. The objects don't necessarily have a primary key, so i use a sequence number as its primary key, and a trigger to assign the sequence number to its ID column when a new object is inserted into the database.

Re: saving object

2002-04-05 Thread Henry
to inset the row? The stored procedure can query the id of the row just inserted and pass it back to you as an output parameter. Jim -Original Message- From: Henry [mailto:[EMAIL PROTECTED]] Sent: Friday, April 05, 2002 3:42 PM To: Tomcat Users List Subject: saving object

form beans

2002-03-27 Thread Henry
i like the jsp:setProperty name=legal property=*/ very much because it saves me great trouble of mapping html elements to my javabean. however, it only works when there is one javabean for one html form. if there are two javabean for one html form, how should i do the mapping? thanx a lot!

Re: Location of DTD file

2002-03-11 Thread Henry
You may try using a URL like www.mydomain.com/app.dtd as the place you put ur DTD, where mydomain is somewhere you have the right to publish html files. In your XML file, still use !DOCTYPE GSP SYSTEM www.mydomain.com/app.dtd - Original Message - From: [EMAIL PROTECTED] To: Tomcat

what about server to client side using javascript

2002-03-07 Thread Henry
I am wondering this can be done or not: A server send a whole bunch of information to client side. These are treated as objects on the client side, and client side initiates javascript objects for them. Are there any framework for that kind of job? thanx a lot! -- To unsubscribe:

client side object to server side

2002-03-06 Thread Henry
I have defined some client side objects using javascript, these objects' number and value varies during the interaction with users. But when the user submit the form, I want an easy way to send the objects to the server (servlet, say). I am wondering this is doable by having a hidden field

struts tag examples in JSP form page

2002-01-29 Thread Henry Lu
Is there any one who may send me a real JSP file with a form with the struts tags of text, radio, textare, checkbox, select hidden items? Thanks, Henry -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL

Struts framwork

2002-01-28 Thread Henry Lu
In our project we want to use the Struts framwork.. Struts frame work is developed by jakarta and is totally implemented on Jsp taglibs. Could someone provide more source and docs how to use this framwork? THanks, Henry -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands

RE: Struts framwork

2002-01-28 Thread Henry Lu
Amo, do you know how to decode .war file? I downloaded some samples of struts application and thay are all in .war file. How do I extract files from these .war file? Thanks, Henry [EMAIL PROTECTED] 01/28/02 08:50AM you can also see : http://www.husted.com/struts/ I'm also using

RE: Struts framwork

2002-01-28 Thread Henry Lu
Thanks a lot! [EMAIL PROTECTED] 01/28/02 11:45AM use jar or a zip decompressor. -Original Message- From: Henry Lu [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 10:47 AM To: [EMAIL PROTECTED] Subject: RE: Struts framwork Amo, do you know how to decode .war file? I

security issue!

2002-01-24 Thread Henry Lu
][3] Invalid request URI: '/scripts/..%252f../winnt/system32/cmd.exe' Are these from the Tomcat 4.o internal? Are these from the out side hacker? What we can do to prevent from these happen? Can we use Valve? How? Thanks, Henry -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional

RE: security issue!

2002-01-24 Thread Henry Lu
I need a solution to orevent from its happenning! Any ideas? Thanks, [EMAIL PROTECTED] 01/24/02 12:21PM looks like good old nimda. but it does not affect your tomcat, since it only attacks iis on win-systems -Original Message- From: Henry Lu [mailto:[EMAIL PROTECTED]] Sent

Re: security issue!

2002-01-24 Thread Henry Lu
I don't have web server and application server other than Tomcat 4. [EMAIL PROTECTED] 01/24/02 12:34PM there's only one turn off your web server and your application server. It's a request onto your site. Try getting apache to re-direct it to something else Henry Lu wrote: I need

how to separate SSL and non-SSL applications

2002-01-22 Thread Henry Lu
are not, or All are under SSL. What should I do? Thanks, Henry -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Tomcat 4.0 with SSL

2002-01-22 Thread Henry Lu
) at org.apache.catalina.startup.Catalina.execute(Catalina.java:681) at org.apache.catalina.startup.Catalina.process(Catalina.java:179) at java.lang.reflect.Method.invoke(Native Method) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243) Is there any answer? Thanks, Henry -- To unsubscribe

FW: Pls help..... Session lost in IIS / Tomcat configuration.

2001-12-07 Thread HOOI Tak Keong, Henry
may have any ideas or comments about my problem... Thanks in advance. Cheers' Henry The current setup of the system is: -- Web Browser: IE 5.5 Sp1 Web server: IIS 5.0 Servlet Container: Tomcat 3.2.3 -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands

Pls help..... Session lost in IIS / Tomcat configuration.

2001-12-06 Thread HOOI Tak Keong, Henry
have any ideas or comments about my problem... Thanks in advance. Cheers' Henry The current setup of the system is: -- Web Browser: IE 5.5 Sp1 Web server: IIS 5.0 Servlet Container: Tomcat 3.2.3 -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands

Session lost in IIS / Tomcat configuration.

2001-12-02 Thread HOOI Tak Keong, Henry
may have any ideas or comments about my problem... Thanks in advance. Cheers' Henry The current setup of the system is: -- Web Browser: IE 5.5 Sp1 Web server: IIS 5.0 Servlet Container: Tomcat 3.2.3 -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands

NT USERID

2001-11-21 Thread Henry DU
Is it possible to get client-side WINNT /WIN98/Win2000 USERID from a servlet running in a UNIX box with Apache and Tomcat servers? Thank _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp -- To

RE: comparison between SERVLET/JSP to Cold Fusion

2001-11-01 Thread Henry
is great product, it comes with lots feature, unlike Tomcat, Coldfusion is a commerical product so you will find great support from manufacturer. I will say it depenps on what do you want to do with your biz. Franco -Original Message- From: Henry [mailto:[EMAIL PROTECTED]] Sent

input mask for Date

2001-10-31 Thread Henry
is there any machanism to implement input mask (like mm-dd-) for input=text field? thanx -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

comparison between SERVLET/JSP to Cold Fusion

2001-10-31 Thread Henry
I am not familiar with cold fusion, but when using html can not fulfill our business needs for rich client side control (like input masks), does other product has better control on the client's side? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

realm for non-catalina

2001-10-22 Thread Henry
I am wondering if Tomcat3.2.3 supports User/Role Realm or not. If yes, where can i find information on that? thanks a lot

RE: realm for non-catalina

2001-10-22 Thread Henry
, Miao, Franco CAWS:EX wrote: why don't you use Ver 4.01? :-) Franco -Original Message- From: Henry [mailto:[EMAIL PROTECTED]] Sent: Monday, October 22, 2001 11:43 AM To: [EMAIL PROTECTED] Subject: realm for non-catalina I am wondering if Tomcat3.2.3 supports User/Role Realm

multipart form data

2001-10-22 Thread Henry
In a FORM data that uses POST method, I need to upload a file as well as other string data. according to oreily, forms should be ENCTYPE=multipart/form-data, however, when this thing is added, all the inputs in the form can not be reached by request.getParameter(...) how can i fix it? below

two questions

2001-10-18 Thread Henry
Tomcat 3.2.3 runs wrong on my computer, and when it starts up, the new windows generates a bunch of errors and disappear before I was able to see clearly what the errors are. These are not logged in and log files. How can i start tomcat in the original window, or where can i find the run time

.zip file in app/WEB-INF/lib

2001-10-18 Thread Henry
when i added the classes12.zip to my classpath for oracle JDBC, fine. however, i added that zip file to myapp/WEB-INF/lib, it says: could not find suitable driver should i add something to web.xml as well?

jsp tools

2001-10-04 Thread Henry
sorry for a less relavant question: what tools are you using for writing jsp? i mean that does the graphics layout WISWIG way, also free of charge (does jakarta project has this kind of tool included?)

tomcat security

2001-10-04 Thread Henry
i am wondering if Tomcat has security features for its jsp/servlet so i don't need to do RSA encoding myself in taglibs...

changing tomcat port

2001-10-04 Thread Henry
i am using apache 1.3.20 +tomcat3.2.3 everything works fine when tomcat is running at port 8080 when I change tomcat to work at port 80 by changing TOMCAT_HOME\conf\server.xml ... it works for static files (html), but tomcat will crash whenever i point to jsp/serlet, and the errorlog is shown

Deploying Applications in Tomcat 4 - HELP

2001-10-02 Thread Henry Yeh
I am a first time user of Tomcat and I am using Tomcat 4. The documentation that came with the release is not quite helpful. Does anyone have a good documentation / reference that talks about the steps to successfully deploy a tomcat application ? thanks !!! Henry

browsing web pages served by Tomcat 3.2.3 using a MACINTOSH ?

2001-09-05 Thread Henry Yeh
has anyone accessed webpages served by tomcat, using IE or Netscape ? I tried to access a simple JSP page served by tomcat 3.2.3 and in IE, I got back the page without images, and on Netscape I got the actual JSP file ! any ideas ? thanks, Henry

Add common stuff to pages served by Tomcat

2001-08-31 Thread Henry Wang
I am using Tomcat 3.2.1 as a standalone server. I would like to add some common stuffs (like an image) to every page (may from distinct contexts) served by this server. Is there an easy way to do so? I am considering to let the server to run one serverlet or Jsp page each time it responds a

Patch to bug #345 complete ?

2001-08-20 Thread Henry Yeh
! Henry

Can Tomcat Host EAR Files and update them automatically when they are changed ?

2001-07-26 Thread Henry Yeh
Since tomcat doesn't support auto-reloading of non-servlet files (e.g. JSP files), I am finding it hard to just have the servlets updated but not the jsp files in the application that I developed. I would always get Classcast exceptions. Anyone has any inputs !? I really appreciate it. Thanks.

Patch for Jakarta-Tomcat 3.2.3 - please send me

2001-07-26 Thread Henry Yeh
hi does anyone have this patch ? I can't seem to find this in the archives. Can someone please send it to me ? Thanks ! Henry

Tomcat as an NT Service, in win 2000

2001-07-05 Thread Henry Kozachkov
3534. after following the instructions at http://jakarta.apache.org/tomcat/tomcat-3.2-doc/NT-Service-howto.htmlto the letter. This isn't a request for help, I just want to know if it is a known bug. Henry

Use Apache htpasswd generated password file in Tomcat's servlets

2001-05-21 Thread Henry DU
I want to use password file ( generated by htpasswd program ) in my form-based servlets. I can process the user login information (user/password) from web page. But how can I use the htpassword since it was encrypted? Is it possible to decode the htpassword file for APACHE web server and use

RE: Newbie question

2001-04-13 Thread Henry San
Check your "mod_jk.conf-auto" and make sure you "Include" that file in your http.conf file. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, April 13, 2001 10:53 AM To: [EMAIL PROTECTED] Subject: Newbie question Hi, I have installed tomcat on my

mod_webapp.so

2001-04-13 Thread Henry San
I was just wonder if anybody was able to compile tomcat-4 connectors on Linux? -Henry

Building Connector

2001-04-11 Thread Henry San
undeclared (first use in this function) wa.c:103: `wa_callbacks' undeclared (first use in this function) make[1]: *** [wa.o] Error 1 make[1]: Leaving directory `/data05/jakarta-tomcat-4.0/src/connectors/webapplib' make: *** [webapplib/libwebapp.a] Error 2 Any help would be greatly appreciated. -Henry

Why the servlet still alive?

2001-01-19 Thread Henry DU
I removed the servlet from the directory and removed the servlet mapping from web.xml file, however the servlet was still alive. What is the problem? _ Get your FREE download of MSN Explorer at http://explorer.msn.com

newbie question

2001-01-09 Thread Henry DU
The servlet URL is the same when I typed http://my.domainame.com/examples/servlet/HelloWorld and http://my.domainame.com:8080/examples/servlet/HelloWorld, they display the same information. Is this due to that Apache port 80 redirects to tomcat 8080 as indicated in server.xml? Thanks

RE: newbie question

2001-01-09 Thread Henry DU
PROTECTED] -Original Message- From: Henry DU [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 09, 2001 3:41 PM To: [EMAIL PROTECTED] Subject: newbie question The servlet URL is the same when I typed http://my.domainame.com/examples/servlet/HelloWorld and http://my.domainame.com:808

Why tomcat stop?

2000-12-22 Thread Henry DU
a lot ---Henry _ Get your FREE download of MSN Explorer at http://explorer.msn.com