Re: How to avoid of displaying the homep*ge file path

2001-06-21 Thread Anne Dirkse
The best part is that I'd bet it's now responding to its own posts to the list with the 'h word' in them. ; Too bad it's so annoying, because otherwise it's pretty amusing. [EMAIL PROTECTED] wrote: Yes!!! Kumar, Amit amit.kumar@g

Re: JSP CUSTOM TAGS

2001-05-31 Thread Anne Dirkse
Peter -- All that you need to do is get your PageContext, then call getSession() on that. Then you've got your session and can retrieve stuff from it. Here's some pseudo-code to explain: private PageContext pageContext; public void setPageContext(PageContext pageContext) {

Re: (EXPERTS ONLY) Bean Creation in Dispatch Servlet

2001-05-25 Thread Anne Dirkse
Hi Leon -- I had something similar happen, and it occours when I recompile the bean and then try to access it without restarting Tomcat. My *guess* is that classes that are reloaded (when they have been loaded once then recompiled) have a different classloader. Anyhow, restarting Tomcat has

Re: how to create a war file manually

2001-05-18 Thread Anne Dirkse
Use jar. Assuming that you have your dir structure set up correctly, all you have to do is jar them up, specify whatever.war as the file name, and there you have it. Anne Jianlin Chang wrote: How can I create a war file manually? I know I can follow Developing Applications With Tomcat and

Specification Question RE: Cookies

2001-04-27 Thread Anne Dirkse
Hi all -- I have a question regarding cookie expiriation. I am trying to expire a cookie immediately, and the Servlet Specification (and javadoc) states that: Cookie's public void setMaxAge(int expiry) Sets the maximum age of the cookie in seconds. A positive value indicates that the

Re: Please urgent : Why french accentual chara cters (like à è) not display

2001-04-25 Thread Anne Dirkse
Are you using the actual characters or the HTML standins for special characthers? If you are just typing the characters, the browser may not be able to display them as is. Try using the HTML special characters. The special characters begin with an then the ASCII Number for the item, then a

Re: OAS and jserv

2001-04-24 Thread Anne Dirkse
Peter -- Yes, you can integrate Tomcat with OAS (at least according to the documentation I've read). I was not able to find any evidence that it was supported, however. Given that, and the horrible performance we were experiencing with OAS our project decided to give up on OAS altogether (or

Re: Books on Tomcat

2001-04-23 Thread Anne Dirkse
Hi All -- I'd love to join in as well. Maybe I'll finally get a chance to put that English Degree to use! One section that I would love to see is Troubleshooting. It seems like a lot of people have the same prolems over and over, and a good book could hopefully address most of the problems that

Re: Tomcat Windows NT IIS

2001-04-23 Thread Anne Dirkse
Hamant -- What errors are you encountering when trying to get a jsp example to run? Anne test test wrote: Hello all Some progress has been made - I now get the example servlets working but not the JSP examples. Have been through the instructions several times and the troubleshooting

Re: file upload servlet

2001-04-22 Thread Anne Dirkse
My guess is that you have an extra somewhere (or that you missed the at action=%=) Anne Christoph Kukulies wrote: On Fri, Apr 20, 2001 at 06:58:26PM +0200, Ralph Einfeldt wrote: For a pure HTML solution you need two things: a form with at least one file input tag: form

Re: file upload servlet

2001-04-22 Thread Anne Dirkse
orm tag before this part of it, i.e., that the browser encounters a before it encounters method="post" and thus assumes that the form tag has been completed and that method="post" is regular text to be printed to the browser window. Hope that helps, Anne Christoph Kukulies wrote: On Su

Re: newbie

2001-04-18 Thread Anne Dirkse
Congratulations -- Looks like you set it up correctly. The lag that you notice the first time you visit a jsp is normal. What is happening is that JSP is being compiled into a servlet (which is what JSPs do) That will only happen the first time you access the JSP (unless you modify the source.)

Re: WML and JSP

2001-04-18 Thread Anne Dirkse
Check out cocoon: http://xml.apache.org/cocoon/index.html A. -- Yes, it is possible. Look at the User-Agent parameter that is passed in via the http request headers and do the apprpriate thing based on that. - Ray -Original Message- From: Paul Yoon [mailto:[EMAIL

Tomcat on Solaris

2001-04-06 Thread Anne Dirkse
Hi All -- I'm trying to install Tomcat on Solaris 8 (sparc) and am running into problems. I'm running Tomcat 3.2.1, with java 1.2.2: java version "1.2.2" Solaris VM (build Solaris_JDK_1.2.2_06, native threads, sunwjit) I have tomcat installed and running happily (more or less) on an identical