Re: Of topic: When to use J2EE

2002-03-21 Thread Markus Spath
[EMAIL PROTECTED] wrote: REpost I normally program using JSP and Java Beans. I wanted to know why you need to program using EJB. I have read information at the Sun site but I really would like someone to share their personal experience of a situation where you would need to use it

Re: Logging

2002-03-01 Thread Markus Spath
Jay Wright wrote: ... I'm hesitant to use the logger since I'm unfamiliar with whether or not that code would be portable to other web servers? have a look at log4j ! anyway, configurations in tomcat wouldn't break your code either. markus -- To unsubscribe: mailto:[EMAIL

Re: XSL - Reload a resource without restarting

2002-02-28 Thread Markus Spath
[EMAIL PROTECTED] wrote: Hi, Oliver. I can offer an idea (doubt it would qualify as brilliant though - sorry). If you do a getResource from the ServletContext, it will give you a java.net.URL. Then, maybe you could do an openConnection on the URL to get a URLConnection. Then, try

Re: That old tomcat 4.0.2 - xerces.jar file problem one more time...please

2002-02-27 Thread Markus Spath
additional question: relies tomcat itself on the libs in CATALINA_HOME/common/lib ? if not, it could be a good idea to just remove all xml-related libraries from there and (redundantly) including them in WEB-INF/lib of the projects to gain some sort of control. - just a thought and i didn't

Re: catalina 4.0.2 and internal servlet cache ... pls help

2002-02-26 Thread Markus Spath
Hi, I don't know whether this might help you, but i found the manager app to be useful: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/manager-howto.html markus ranjeet walunj wrote: Dear friends, i'm sending the same mail again ... pls help me ... i'm facing this internal cache of

Re: Servlet POST results in 404 error

2002-02-26 Thread Markus Spath
did you define the doPost method in your servlet? if not add: ... public void doPost(HttpServletRequest request, HttpServletResponse response) { doGet(request, response); } .. hth, markus John Wadkin wrote: I'd appreciate a response on this! I've spent time searching the Net but

Re: org.xml.SAXParseException: The String--is not permitted within comments. Tomcat 4 Startup Problem

2002-02-25 Thread Markus Spath
hi, Chuck Amadi wrote Thus i have checked out all my comment entries . Where do you think i have made the mistake as i can't rin the startup Now! !-- BBNPA Memory Realm 22/02/02 -- .^ you didn't close the comment properly