Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: wushutwist
  • Content: Threads
  • Order by date
  1. wushutwist

    Tomcat Security Advisory

    Hole in Tomcat 4.X allows the source code for JSPs to be viewed. Check here for more details and solutions: http://online.securityfocus.com/archive/1/292936/2002-09-22/2002-09-28/0
  2. wushutwist

    EJB Question

    I am trying to get a JNDI Context for a EJB from within another EJB. We used to do it like this: Properties props = ctx.getEnvironment(); try { Context ctx = new InitialContext(props); EJBHome home = (EJBHome) ctx.lookup("EJBBean"); } Unfortunately...

Part and Inventory Search

Back
Top