Re: User IP Address

2001-06-22 Thread Daniel Koo
Hi Corey, FYI, that is the way the header has been misspelt in the HTTP RFCs one thing to note that i discovered the hard way.. referrer should be spelled as so: request.getHeader(referer) not sure why... but i beat my head against the wall for an hour... until i

Re: URGENT: Problem's in configuring Tomcat 3.2.1 with Apache 1.3.20

2001-06-18 Thread Daniel Koo
no idea about your initial problem, but in order to access the Login servlet at http://localhost/MyApp/Login you need to change the url-pattern to just Login (assuming the context is called MyApp).. well you don't _need_ to, since there are other ways of accessing the servlet.. On Thu, Jun 01,

Re: newbie: Installing Servlets

2001-06-18 Thread Daniel Koo
Hi there, once you're comfortable with the basics I suggest you have a look at the Jakarta Ant project, and the docs in the ROOT webapp in the basics of using it: ant reduces the amount of work you have to do moving/copying files into and out of directories. dan On Mon, Jun 18, 2001 at

Re: How to configure prefix mapping to override extension mapping?

2001-06-17 Thread Daniel Koo
Hi Alexander, I had a look at the specs (v2.2) and it says that while the servlet containers are required to follow the mapping technique as outlined (i.e. /TestServlet/* would be matched before /TestServlet/foo.jsp) for web applications, it is not a requirement for other types of