Re: HowTo install Package servlet? (conclusion)

2001-03-10 Thread Quentin Sarafinchan
Thanks everyone it was the errant "public" missing from the class definition. Cheers Quentin J Sarafinchan Sent via the WebMail system at mail.polarware.net

Re: HowTo install Package servlet? (part 2)

2001-03-10 Thread Milt Epstein
On Sat, 10 Mar 2001, Quentin Sarafinchan wrote: > Here is my source, its short or I wouldn't paste it here, I don't have a constructor >any longer, and it still doesn't make a difference. > > package ChangeRequest; > > import javax.servlet.*; > import javax.servlet.http.*; > import java.io.*;

Re: HowTo install Package servlet? (part 2)

2001-03-10 Thread Quentin Sarafinchan
Here is my source, its short or I wouldn't paste it here, I don't have a constructor any longer, and it still doesn't make a difference. package ChangeRequest; import javax.servlet.*; import javax.servlet.http.*; import java.io.*; import java.util.*; class CR extends HttpServlet {

Re: HowTo install Package servlet? (part 2)

2001-03-10 Thread Craig R. McClanahan
On Sat, 10 Mar 2001, Quentin Sarafinchan wrote: > I think I have the web.xml and server.xml files configured correctly now, buy when >executing the servlet, I receive this message > > java.lang.IllegalAccessException: ChangeRequest/CR > This error will happen if you do not declare you

Re: HowTo install Package servlet? (part 2)

2001-03-10 Thread Quentin Sarafinchan
I think I have the web.xml and server.xml files configured correctly now, buy when executing the servlet, I receive this message java.lang.IllegalAccessException: ChangeRequest/CR when I use this URL: http://boo.polartime.com:8081/ChangeRequest/servlet/CR The class is now completely em

RE: HowTo install Package servlet?

2001-03-10 Thread Adam Fowler
If the directory is in your classpath then you can just call it:- import ChangeRequest.*; CR myCR = new CR() or whatever. If thats what you meant anyway(?) Regards, Adam. Adam Fowler Second year Computer Science undergraduate University of Wales, Aberystwyth Carroll College, WI, USA(2000