Re: Improper timing using Calendar class (JSP/servlet)

2002-06-05 Thread thorsten frank
why not use code long start = System.currentTimeMillis(); // your code here long end = System.currentTimeMillis(); long theTimeItTookInMillis = end - start; /code thorsten frank [software developer] LPIP Australasia http://www.liquidprotocol.com ACN:096 239 039 Level

Re: File download with Tomcat 4.0.2

2002-06-02 Thread thorsten frank
the browser knows, it'll display. thorsten frank [software developer] LPIP Australasia http://www.liquidprotocol.com ACN:096 239 039 Level 1/368 Crown Street Darlinghurst 2010 Sydney, Australia P: [02] 9332 1933 F: [02] 9332 1822 Disclaimer The above

PROPOSAL for Connectors

2002-05-26 Thread thorsten frank
of the daily 'how to get tomcat and apache working' thread in this mailing list. thanks to anybody that's helping, thorsten frank http://www.liquidprotocol.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Default Webapp

2002-05-23 Thread thorsten frank
=mysite.war and then read the tomcat documentation Thanks. no worries thorsten frank -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Default Webapp

2002-05-23 Thread thorsten frank
hi, At 09:51 PM 23/05/2002 -0500, you wrote: Something is amiss... I tried making that change previously, and once again with your suggestion. When I change the docBase to mysite, Tomcat returns a 404 error when attempting to use www.mywebsite.net. If I use www.mywebsite.net/mysite it works

mod_jk build for apache 2.0 on windows2000

2002-05-22 Thread thorsten frank
often mentioned in the lists, but nothing useable: is there a build of mod_jk that works with tomcat4.0 and apache 2.0.36 on windows2000 the often-referred to build-directory for the tomcat-connectors is completely empty... thorsten frank [software developer] LPIP