3265 + Tomcat

Is anyone using 3265 + Tomcat 5.5.x without issues?

Does anyone have a simple way to get allow a servlet to access a JBoss EJB without hardcoding the InitialContext info inside the servlet? Id like to be able to develop with Tomcat (since its much smaller and quicker to startup than JBoss), but then deploy to JBoss - in a very useful fashion, the JNDI lookups are different when in Tomcat than when in JBoss.

0
3 comments
Avatar
Permanently deleted user

In article <27379190.1111588899620.JavaMail.itn@is.intellij.net>,
Nick Pratt <no_mail@jetbrains.com> wrote:

Is anyone using 3265 + Tomcat 5.5.x without issues?


Yes

0
Avatar
Permanently deleted user

I just noticed that tomcat jndi appears broken, too. I didn't think too much of it initially, as I had just just re-organized my project and figured I'd futz'ed something up in the process. But since someone else has noted the same, presumably without the complication of moving two big variables at the same time, then I'd say something is going on.

FWIW, I've tried tomcat 5.0.x and 5.5.7 with the same outcome - no jndi lookups completing successfully.

0
Avatar
Permanently deleted user

Well, not exactly. I just built a trivial webapp calling 'new InitialContext().lookup("java:comp/env")' and it worked just fine. Back to the drawing board on this one :(

0

Please sign in to leave a comment.