> > Your JSP needs to create the new instance of Test ...
> > <% Test test = new Test() %>
> > Then you can do the rest of the JSP and it should work
>
> Actually this is specificly what I need to avoid. I need to
> have only one instance of test running for the during of the
> time the server is up. The eventual end us of what I'm trying
> to write is to track users who log into a service and let an
> administrator log them out or be to simply be aware they are
> there.
So you are assuming there's an instance of Test somewhere. I am
certain you got an error that test is not defined.
>
>
> > What's your error message?
>
> Don't get any... when I go to the jsp page it just ends where
> my jsp begins. View source shows the html up to that point,
> from there on out it fails to create any html.
Error messages might not have been printed on the browser, they may be just
in your webserver's error log or output log.
Now you haven't answer my question about making your constructor private*
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets