Re: Apache, Java, & Session Cookies
I'm not sure how to coordinate .htaccess with jsp. It may be
difficult. A more standard way of doing it would be to use "realms".
Are you using Tomcat? They are documented here:
http://jakarta.apache.org/tomcat/tomcat-5.5-doc/realm-howto.html
.
Relevant Pages
- Re: How to dynamically generate a JSF page using a bean
... JSF is a superset of JSP implemented through tag libraries. ... That is, take a regular JSP, add some stuff to it, and you have JSF. ... Behind JSF is an interaction model with a multi-stage lifecycle for request handling and component management. ... Combined with the standard tag library and the Expression Language it can maybe do too much? ... (comp.lang.java.programmer) - Re: Error Pages with .htaccess
... > .htaccess which works absolutely fine if I accidently go to any file ... Are you getting a standard 404 error page? ... htaccess override. ... trigger a 500 internal server error when the file is actually interpreted. ... (comp.lang.php) - Re: Error Pages with .htaccess
... >> I've done the standard old trick of adding the error page line into ... >> .htaccess which works absolutely fine if I accidently go to any ... > htaccess override. ... RewriteEngine On ... (comp.lang.php) - Error Pages with .htaccess
... I've done the standard old trick of adding the error page line into ..htaccess which works absolutely fine if I accidently go to any file other than .php But if I go to "doesntexist.php" I get a different error message seemingly already installed somewhere on the server. ... Adam ... (comp.lang.php) - Re: java web application: what I need except jsp & servlet ?
... Standard stuff. ... I figure out how jsp and servlet works, but I'm not sure that jsp components will be functionally good enough for table manipulation. ... But JSF, especially if you add the Apache Tomahawk library, has components that implement a lot of the boilerplate logic. ... (comp.lang.java.help) |
|