[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re:

2006-12-24 Thread augustfox
Now I eidted tomcat's ApplicationContext.class getRequestDispatch to solve this problem for temporarily using. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996176#3996176 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - "struts forward.setPath" problem:

2006-12-21 Thread augustfox
I have a project which has been develped by WSAD5.1.2(ibm). Now I want to import this project into eclipse3.1.2+jboss4.0.1sp1+myeclipse4.1.1. All has runned well,except one problem as follows: In my DispatchAction when forward.setPath(url); the url must begin with "/", such as forward.setPath("/

[jboss-user] [JNDI/Naming/Network] - Re: jndi reference problem(urgent)?

2006-12-19 Thread augustfox
Thanks PeterJ very much! Now it works well. ^_^ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994903#3994903 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994903 ___ jboss-

[jboss-user] [JNDI/Naming/Network] - Re: jndi reference problem(urgent)?

2006-12-17 Thread augustfox
thanks PeterJ! But both still failed. when try jdbc/test comp/env/jdbc/test the error is: javax.naming.NamingException: Could not dereference object [Root exception is javax.naming.NameNotFoundException: comp not bound] and when try comp/env/jdbc/test jdbc/test the error is: javax.

[jboss-user] [JNDI/Naming/Network] - jndi reference problem(urgent)?

2006-12-14 Thread augustfox
My environment is myeclipse4.1.1+jboss4.0.1sp1+DB28.2. When I wanna get a database connection,i meet with a problem,the error as follows: 14:38:06,343 INFO [STDOUT] javax.naming.NamingException: Could not dereference object [Root exception is javax.naming.NameNotFoundException: jdbc not bound] 1