Re: Custom Compoents

2003-12-20 Thread Tim Funk
It depends what you mean by custom components. Tomcat is servlet and JSP container so much of your code can be written to the spec and be portable to any servlet container. But there items not addressed by the specs or purposefuly left out. In those cases, you need to write tomcat specific code.

RE: Custom Compoents

2003-12-20 Thread Sreejith
Tim, Thanks for the reply. I am looking for some thing simlar to Jakarta Avalon in Tomcat, a component container which can manage the lifecycle and component lookup. For eg, I would write a subscriber manager component and configure it in server.xml. I expect TC to load, intialize and start

Re: Custom Compoents

2003-12-20 Thread Martin Gainty
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/manager-howto.html#Install%20A%20New%20Application Regards, M - Original Message - From: "Sreejith" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, December 20, 2003 12:03 AM Subject: Custom Compoents > Hi all, > I am fairl

TC5 Adding service.bat

2003-12-20 Thread Mladen Turk
Hi, Can we add some batch file to the TC5 installation that will enable users to easily install the TC5 as service without the need to download the .exe installer. Since the procrun is invoked from nsi installation script, making something like that would be quite simple. I even volunteer to mak

Re: TC5 Adding service.bat

2003-12-20 Thread Martin Gainty
I know Startup and Shutdown have been covered ad nausaeum Start tomcat with Ant build.xml It should work. To stop the server with Ant build.xml The thing is once Tomcat is installed either as console or as a service would you want operators to 'easily' uninstall it? Installing/Uninstalli

DO NOT REPLY [Bug 25676] New: - Why the session is invalidaed?

2003-12-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: TC5 Adding service.bat

2003-12-20 Thread Bill Barker
- Original Message - From: "Mladen Turk" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Saturday, December 20, 2003 10:27 AM Subject: TC5 Adding service.bat > > Hi, > > Can we add some batch file to the TC5 installation that > will enable users to easily inst

DO NOT REPLY [Bug 15555] - Setting cookie="false" appears to still use cookies.

2003-12-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 8607] - Valid User, invalid role, results in msg 403, then incorrect operation

2003-12-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug

DO NOT REPLY [Bug 25676] - Why the session is invalidaed?

2003-12-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup DigesterFactory.java TldConfig.java ContextConfig.java

2003-12-20 Thread remm
remm2003/12/20 15:04:02 Modified:catalina/src/share/org/apache/catalina/core StandardServer.java catalina/src/share/org/apache/catalina/ant ValidatorTask.java catalina/src/share/org/apache/catalina/valves

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper JspC.java

2003-12-20 Thread remm
remm2003/12/20 15:04:23 Modified:jasper2/src/share/org/apache/jasper/runtime PerThreadTagHandlerPool.java jasper2/src/share/org/apache/jasper JspC.java Log: - Remove imports. Revision ChangesPath 1.5 +3 -4 jakarta-tom