Re: InitialContext

2001-12-15 Thread renyu teng
sorry, found the typo. thanks. cheers teng --- renyu teng [EMAIL PROTECTED] wrote: hi there, could anyone tell me how to set the Context.INITIAL_CONTEXT_FACTORY in tomcat 4.0.01, I use the following code: Hashtable env_ht = new Hashtable(); env_ht.put

InitialContext

2001-12-15 Thread renyu teng
hi there, could anyone tell me how to set the Context.INITIAL_CONTEXT_FACTORY in tomcat 4.0.01, I use the following code: Hashtable env_ht = new Hashtable(); env_ht.put(Context.INITIAL_CONTEXT_FACTORY, org.jnp.interfaces.NamingContextFactor);

Servlet, Bean Standalone

2001-12-14 Thread renyu teng
Hi guys, I need your help. I try to use bean to connect EJB managed by JBOSS. If I use standalone java program to access the data in JBOSS, everything is perfect. But if I use the a jsp page which in turn uses a Bean to access Jboss, then I got the following msg:

tomcat jboss

2001-12-04 Thread renyu teng
this is a little bit off the topic, anyway, could anyone tell me where I could find a useful information to run tomcat jboss together? thank you. teng __ Do You Yahoo!? Buy the perfect holiday gifts at Yahoo! Shopping. http://shopping.yahoo.com

Re: tomcat jboss

2001-12-04 Thread renyu teng
out. regards teng --- renyu teng [EMAIL PROTECTED] wrote: this is a little bit off the topic, anyway, could anyone tell me where I could find a useful information to run tomcat jboss together? thank you. teng __ Do You

JBoss mailing list

2001-11-29 Thread renyu teng
this is off the topic, sorry. could anyone tell me where is the mailing list for JBOSS, I have gone through the web page, but I can't find one, maybe I have missed something. thanks. teng __ Do You Yahoo!? Yahoo! GeoCities - quick and easy web

Re: Create JSP file or a Servlet file for web browser.

2001-11-27 Thread renyu teng
- From: renyu teng [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; Tom Drake [EMAIL PROTECTED] Sent: Monday, November 26, 2001 7:55 PM Subject: Re: Create JSP file or a Servlet file for web browser. | | | Hi tom, | | thanks for your response. | | Actually my question

Re: Create JSP file or a Servlet file for web browser.

2001-11-27 Thread renyu teng
- From: renyu teng [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; Tom Drake [EMAIL PROTECTED] Sent: Monday, November 26, 2001 7:55 PM Subject: Re: Create JSP file or a Servlet file for web browser. | | | Hi tom, | | thanks for your response. | | Actually my question

Create JSP file or a Servlet file for web browser.

2001-11-26 Thread renyu teng
As a new guy to use tomcat, I have the following question: if I want to dump the response to a web browser, then I need to format this into html or xml. However, it is really complicate html file, I should have tools to do it, right? I feel it is too clumsy to write all the html text through

Re: Create JSP file or a Servlet file for web browser.

2001-11-26 Thread renyu teng
can intersperse with java code that can do the fancy stuff. When you add taglibs to the mix, then you can do some very powerful things with some fairly simple HTML / XML. Regards, Tom Drake - Original Message - From: renyu teng [EMAIL PROTECTED] To: Tomcat Users List [EMAIL