"ant instal" on SSL conector 8443

2004-09-09 Thread Rostislav Svoboda
Hi ppl my webapp runs fine under SSL but I cannot "ant install" it with Tomcat runing on SSL conector 8443. The error msg is: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found I have to change the conector to standart 8080, restart tomca

Re: server started - requested resource not available

2004-08-30 Thread Rostislav Svoboda
explanation for it ? I don't... :) EOF Bost -Original Message- From: Rostislav Svoboda [mailto:[EMAIL PROTECTED] Sent: Friday, August 27, 2004 9:06 AM To: Tomcat Users List Subject: Re: server started - requested resource not available Do you get the message (requested resource is not avai

Re: server started - requested resource not available

2004-08-27 Thread Rostislav Svoboda
o.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]] EOF Bost Hola, Do you get the message (requested resource is not available) when you try to access a specific page? Is it an HTTP 404 error? Yoav Shapira Millennium Research Informatics -Original Message- From: Rostislav Svoboda [m

server started - requested resource not available

2004-08-27 Thread Rostislav Svoboda
Hi all Each time I (re)start tomcat (5.0.27) and try to run my webapp I get The requested resource (xxx) is not available. But if I call "ant install" I get an error: "Application already exists at path /xxx" I have to do "ant remove", "ant install" in order to make the webapp running. Does anyo

Re: - dynamicaly generated pages

2004-05-25 Thread Rostislav Svoboda
ot tried it yet. I do not know if it would match your needs. i didn't really check it. it didn't atracted me enough somehow thx again EOF Bost Yours, Antonio Fiol Rostislav Svoboda wrote: > Hi pple > > I make an information system: dbase(data) + tomcat(processing

PrintWriter performance

2004-05-25 Thread Rostislav Svoboda
Hi all I'd like to ask you if there's a significant difference in performance between: PrintWriter out = response.getWriter(); String ret = ""; for (count = 0; rs.next(); count++) ret += rs.getString("column_name"); // result of db query out.print(ret); out.close();

unique session_id per browser window

2004-05-21 Thread Rostislav Svoboda
Hi all I have a webapp in a browser window which has a specific session_id. If I open another window and invoke the same servlet the session_id remains the same. Can anyone tell me how obtain unique session_id for different browser windows? Thanks a lot Bost ---

- dynamicaly generated pages

2004-03-24 Thread Rostislav Svoboda
Hi pple I make an information system: dbase(data) + tomcat(processing in servlets) + browser(html GUI) = The COOL I use where "udp.html" is dynamicaly generated in a servlet and depends on an user logged in. (it displays navigation tree) It seems like I need to have a matrix of: udp.user_1

RE: internal error (); ServletException: Error instantiating servlet; StackOverflowError

2004-03-22 Thread Rostislav Svoboda
Shapira, Yoav wrote: Well, thanks for providing a bit of entertainment as we head into the weekend :) you're welcomed :) Look in your Login servlet class for infinite loops or infinite recursion. This has nothing to do with tomcat's classes and it's far from being a tomcat bug. it was a sneaky re

internal error (); ServletException: Error instantiating servlet; StackOverflowError

2004-03-19 Thread Rostislav Svoboda
Hi All i think i found a bug in tomcat 5.0.19. is this the right place for a bug report ? EOF & thx for clarification or bug fix or both Bost == here is the server response: =