Apache binding url to servlet

2006-03-24 Thread Терехов Кирилл Алек сандрович
Hi, I created my site in tomcat context /xxx/* Now I want to bind this context to URL www.mysite.com/ in apache How can I do this? Apache directive JkMount /xxx/* ajp13 not working properly. Thanks! - To unsubscribe, e-mail:

Catching runtime exception

2006-02-04 Thread Терехов Кирилл Алек сандрович
I don't understand, how to catch exceptions in javax.servlet.http.HttpServlet.doGet. This code works fine: public void doGet |(HttpServletRequest req, HttpServletResponse resp) { ... ... bla-bla-bla throw new ServletException (my exception); } I redirect exceptions to my error