How to Properly Map Servlets and JSP Anchor Links?

2018-05-15 Thread Evan J
I have a simple Maven servlet/jsp application that I deploy to a local Tomcat 9 (via Eclipse). JSP pages are stored under the root folder ( src\main\webapp\*.jsp) which when Maven installs a WAR, they go under the root folder (MyAppContext\*.jsp along side MyAppContext\META-INF\ and

Re: Regarding Text field editor in JSP

2007-07-20 Thread Evan J
Does any of these toolkits allow the server to provide set of CSS files upon request of a page with embedded HTML editor so as the writer composes his/her page, he/she be able to include classes, for instance, from the designated CSS file(s)? On 7/20/07, Paul Singleton [EMAIL PROTECTED] wrote:

Re: Number of Servlets Tomcat Container Creates

2007-03-30 Thread Evan J
On 3/30/07, David Smith [EMAIL PROTECTED] wrote: Quoting the spec here (SRV.2.1 of servlet spec 2.4): The handling of concurrent requests to a Web application generally requires that the Web Developer design servlets that can deal with muiltiple threads executing within the service method at a

Re: Number of Servlets Tomcat Container Creates

2007-03-30 Thread Evan J
I wouldn't get too hung up on the internals of tomcat here. You should remember servlet engines can be implement the spec in any way they see fit. They are only required to comply with the spec. Anything not spelled out there is subject to interpretation. Suffice it to say servlets in and of

Re: JkMount and Context path

2006-08-21 Thread Evan J
Martin, Indeed, I had the same setting with the standalone Tomcat webserver and the configuration your mention would work properly as it expected. As I had mentioned in earlier posts to this thread, I do not have a reason to utilize a third party webserver. At this point I am just trying various

Re: JkMount and Context path

2006-08-20 Thread Evan J
in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Message - From: Evan J [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org; Martin Gainty [EMAIL PROTECTED] Sent: Sunday

Re: JkMount and Context path

2006-08-20 Thread Evan J
this email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Message - From: Evan J [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org; Martin Gainty [EMAIL PROTECTED] Sent

Re: JkMount and Context path

2006-08-20 Thread Evan J
of handling servlets and JSP that has no idea how to handle. Anyway, your verification has made me more bewildered. Not sure what I want to hear at this point. On 8/20/06, Mark Thomas [EMAIL PROTECTED] wrote: Evan J wrote: Yes, I understand that perfectly. What I am asking is what if we

JkMount and Context path

2006-08-19 Thread Evan J
I've a question regarding the way jk_mod relays requests to Tomcat servlets. If I have set my virtualhost to supposedly send requests with such JkMount directive URL prefix, /serve/* and /serve/*.jsp, then I take it, the only way for jk_mod relays requests for this virtualhost to Tomcat web

Re: Autodeployment of web.xml Does Not Work

2006-04-15 Thread Evan J
On 4/15/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 4/15/06, Evan J [EMAIL PROTECTED] wrote: But again, ANY classes that does not have url mapping in WEB-INF/web.xml, would not be autodeployed even if Tomcat server is restarted. So once again, any class that has an existing url-mapping