Re: Runtime exec (again)

2004-12-02 Thread Edward Barrow
completely wrong, but it could be to do with StringTokeniser. Runtime.exec(String) uses StringTokeniser to parse the string into tokens, and you might find that it works better if you do it yourself and use Runtime.exec(String[]) -- Edward Barrow Copyright Consultant (and amateur programmer

[OT] Re: hide source of a page

2004-11-09 Thread Edward Barrow
t protects it. In any case, a business model which requires that you distrust your customers is, in my view, fundamentally flawed. -- Edward Barrow Copyright Consultant [EMAIL PROTECTED] ***Important: see http://www.copyweb.co.uk/email.htm for important information about the lega

[OT] Re: Refresh Problem

2004-11-03 Thread Edward Barrow
t premium. But even if you are on a dynamic IP, with a DSL router it will only change when you reboot your router (and it often stays the same then). But the frames could also come from the web-forwarding method used by your ISP - you may be able to change it from the

Re: mod_jk2 configuration

2004-10-18 Thread Edward Barrow
es > > > > jk2.properties specifies: serverRoot=/usr/lib/apache2 > > > > /usr/lib/apache2/conf/workers2.properties exists & has appropriate > > permissions. > > > > my question: why can't it find workers2.properties? Is there anywhere &g

mod_jk2 configuration

2004-10-18 Thread Edward Barrow
f/workers2.properties jk2.properties specifies: serverRoot=/usr/lib/apache2 /usr/lib/apache2/conf/workers2.properties exists & has appropriate permissions. my question: why can't it find workers2.properties? Is there anywhere else I need to specify what ${serverRoot}

Re: using my own classes in my web-app

2004-09-07 Thread Edward Barrow
my war file, but the JSP > doesn't work. It shows the message of unknown class. How to use them? > did you import them? put the package name in the import attribute of the jsps' page directive. -- Edward Barrow -