Using tomcat instead of Apache for Bugzilla?

2006-12-09 Thread Ach
Hi, I want to configure a bugzilla repository to work with Tomcat web container (5.5.x) instead of installing a new Apache web server 2. Just want to check if there is anybody with similar experience and probable pros & cons. Thanks in advance for your help. -- View this message in context: h

Re: How to define a local TLD in web.xml (DRY principle!!!)

2006-08-09 Thread Ach
Thanks It works now. I have a syntax error in tags too! -- View this message in context: http://www.nabble.com/How-to-define-a-local-TLD-in-web.xml-%28DRY-principle%21%21%21%29-tf2077762.html#a5725676 Sent from the Tomcat - User forum at Nabble.com.

How to define a local TLD in web.xml (DRY principle!!!)

2006-08-09 Thread Ach
I entered below section in my web.xml because of not repeating <%@ taglib=blaBla in each jsf page: http://java.sun.com/jsf/core /tld/myfaces_core.tld http://java.sun.com/jsf/html /tld/myfaces_html.tld http://myfaces.apache.org/tomahawk /tld/t

Re: Tomcat does not sense the source modifications!!!

2006-07-31 Thread Ach
Thanks, But I do not have a war yet. I just deploy it by eclipse's sysdeo tomcat plugin and a context file. Any suggestion? -- View this message in context: http://www.nabble.com/Tomcat-does-not-sense-the-source-modifications%21%21%21-tf2028692.html#a5580046 Sent from the Tomcat - User forum at

Tomcat does not sense the source modifications!!!

2006-07-31 Thread Ach
Hi all, I have a really bad problem with tomcat 5.5.x. I deploy an app (developed in Eclipse 3.1.2 using tomcat sysdeo plugin) to tomcat. Now I have a index.jsp that is just a: OK? Now it works but I change above line to something like: I remove login.jsp, stop tomcat, deploy this, sta