[JBoss-user] [HTTPD, Servlets & JSP] - Re: Cannot find Servlet

2005-02-23 Thread efcorpa
Hola Bea, pueden ser mil cosas - entiendo que el JBoss està bien configurado: prueba http://localhost:8080 - entiendo que tu aplicaciÃn se llama tambiÃn HelloWorld y se despliega correctamente (revisa el log) - mira a ver si tu Servlet implementa doGet() - en el tag hay que meter la ruta complet

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Precompiling JSP

2005-01-26 Thread efcorpa
Are your JSPs located at your webapp root dir or in subdirectories? I've heard about building problems in second case. You can try replacing the jasper-compiler.jar and jasper-runtime.jar libraries you are curently using for building for older ones (could be 4.0) View the original post : http:

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Precompiling JSP

2005-01-26 Thread efcorpa
It could be an IDE bug; I used JBuilder X and had the same problem. If you do so as well, then you should install the JBuilder X Update 004 patch (download from Borland if registered) and follow patching instructions related to JBoss fixes View the original post : http://www.jboss.org/index.ht

[JBoss-user] [EJB/JBoss] - Best practice for storing EJB Stateful reference in Servlet

2005-01-24 Thread efcorpa
Hi everybody, I'm new to Stateful EJB (I had allways worked with stateless), so when I started working with EJBSF I (wrongly) thought that every time you invoked "create" method, container was clever enough to give you the same EJB instance. Since, instead of that, a new instance is created, the

[JBoss-user] [EJB/JBoss] - Re: Is this a bug? stateful session bean is acting like stat

2005-01-21 Thread efcorpa
Hi James, I've never worked with Stateful EJBs and I've got a doubt: you said "if you really want to use a Stateful Session Bean, you should create it only once from the client and then ..." but... what happens if client is a servlet?: you cannot store EJB as a Servlet's attribute since Serv