Re: JSP Servers

2006-02-05 Thread Phillip Mangwiro
I registered with javalobby but I can't figure out how to get my account to work with myjavaserver. How do i activate or register with them? On 2/4/06, Vinu Varghese <[EMAIL PROTECTED]> wrote: > > Just check www.myjavaserver.com > > Phillip Mangwiro wrote: > >

Re: JSP Servers

2006-02-04 Thread Phillip Mangwiro
My mistake. I meant free web hosting On 2/4/06, Klotz Jr, Dennis <[EMAIL PROTECTED]> wrote: > > > This reminds me of walking into a forest and asking if there are any > trees. (oh and yes I've done this myself many times :) ) > > -Dennis > > -Original Me

JSP Servers

2006-02-04 Thread Phillip Mangwiro
Does anyone know of any good free JSP web servers?

Re: Server Side file access

2005-12-01 Thread Phillip Mangwiro
"read, write"; > }; > > HTH, > Martin- > - Original Message - > From: "Phillip Mangwiro" <[EMAIL PROTECTED]> > To: > Sent: Thursday, December 01, 2005 12:55 PM > Subject: Server Side file access > > > > Can I read & wri

Server Side file access

2005-12-01 Thread Phillip Mangwiro
Can I read & write to File on the server while in a JSP page? I keep getting errors on the line to create the File: File f = new File("myinfo.txt"); The error is reported to be because Tomcat expects an array or an Object. I'm using Tomcat 5.5 & jre 1.5.