RE: How can I start Orion Server as a service in Windows NT/2000 ?

2001-11-13 Thread Antonio Vazquez
Hi Justin, that works fine to start orion as a service, but if you want to stop it through services panel, it doesn't works. Are there any method to stop it through services panel? Regards Antonio -Mensaje original-De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]En

Invalid username/password

2001-08-30 Thread Antonio Vazquez
Hi all, I'm trying to write an applet that connects to an EJB in Orion. With the following code: public void init(){ try { Hashtable env = new Hashtable(); // Get the context env.put(javax.naming.Context.INITIAL_CONTEXT_FACTORY,

Problem with jsp pages

2001-06-01 Thread Antonio Vazquez
Hi all, I'm a newbie using Orion and I have a problem. I need to get Servlet Context to get an attribute, but when I use getServletContext().getAttribute(Attribute) I receive the follow error: /jsp/adestadoc.jsp.java:35: Method getServletContext() not found in class /jsp/adestadoc.jsp.