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 MyAppContext\WE

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
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: 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

Number of Servlets Tomcat Container Creates

2007-03-29 Thread Evan J
Hi, I am new to servlets and web container. From what I have read so far, I've gotten an impression that the web containers, in this case Tomcat, create only _one_ instance of each particular servlet upon start/[re]deployment of a web application. Any request to such servlet would cause a contain

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-21 Thread Evan J
e the web application is being deployed, in this case "myapp". Anyway, thank you for verifying that. Sincerely, Evan On 8/20/06, Mark Thomas <[EMAIL PROTECTED]> wrote: Evan J wrote: > conf/enginename/vh.host.com/myapp.xml: > >docBase="/myapp"...&g

Re: JkMount and Context path

2006-08-20 Thread Evan J
wildered. 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 > include a web application Context path, that is path="someuri"...>. Of course, J

Re: JkMount and Context path

2006-08-20 Thread Evan J
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" ; "Martin Gainty" <[EMAIL PROTECTED]> Sent: Sunday, August 20, 2006 1:15 PM Su

Re: JkMount and Context path

2006-08-20 Thread Evan J
one or email and destroy the original message without making a copy. Thank you. - Original Message - From: "Evan J " <[EMAIL PROTECTED]> To: "Tomcat Users List" ; "Martin Gainty" <[EMAIL PROTECTED]> Sent: Sunday, August 20, 2006 1:01 AM Subject: Re:

Re: JkMount and Context path

2006-08-19 Thread Evan J
Ok, your answer just recaps everything that is needed to run Apache-jk_mod-Tomcat but does not answer my question. What if in your setting, you have set Context path, what would be the consequences? How are the servlets then are accessed? Is it required to include Context path in the uri ending to

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 applic

Re: Autodeployment of web.xml Does Not Work

2006-04-17 Thread Evan J
more explainations later on to this thread as I know there are many frusturated people like me out there who this may assist them one way or another. On 4/15/06, Evan J <[EMAIL PROTECTED]> wrote: > On 4/15/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > On 4/15/06, Evan J

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 > >

Autodeployment of web.xml Does Not Work

2006-04-15 Thread Evan J
Hi, First of all I just want to say that this issue has been dragging me for the last 3 days and I've had it up to here. You have to excuse my sophomoric knowledge of Tomcat as I've just started learning servlet and thought Tomcat would be a suitable container for a novice. Sorry for posting such