[JBoss-user] [Installation & Configuration] - Change localhost name

2005-03-01 Thread max_ten
I'm using JBoss 4.0.1 How to change from http://localhost:8080/myApp to http://myname/myApp ? Thank you. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868350#3868350 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38

[JBoss-user] [Installation & Configuration] - Re: mysql-ds.xml setting

2005-02-08 Thread max_ten
Finally i solved the problem by using the other way. | datasources> | | MySqlDS | jdbc:mysql://localhost:3306/myApp?zeroDateTimeBehavior=convertToNull | com.mysql.jdbc.Driver | user | password | | mySQL | | |

[JBoss-user] [Installation & Configuration] - Re: mysql-ds.xml setting

2005-02-07 Thread max_ten
The correct spelling is zeroDateTimeBehavior | | | MySqlDS | jdbc:mysql://localhost:3306/myApp | com.mysql.jdbc.Driver | user | password | convertToNull | | | mySQL | | | | | Anyway, there is still an

[JBoss-user] [Installation & Configuration] - mysql-ds.xml setting

2005-02-06 Thread max_ten
Properties props = new Properties(); props.setProperty("zeroDateTimeBehavior", "convertToNull"); Instead of set the property in the program, how to set the connection properties in config file? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865505#3865505 Re

[JBoss-user] [Installation & Configuration] - Re: Connect JBoss from client pc

2005-01-11 Thread max_ten
I'm using WinXP on both machines. By using proxy server software, the client PC can share the internet connection from host PC. But just can't get it when type http://hostIP:8080/myApp in client PC. Have i miss up something? View the original post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [Installation & Configuration] - Connect JBoss from client pc

2005-01-09 Thread max_ten
I have successful running my application on my pc, http://serverIP:8080/myapp I have another pc connecting to my pc using cross cable, what do i need to setup in order for the client pc running http://serverIP:8080/myapp ? View the original post : http://www.jboss.org/index.html?module=bb&op=v

[JBoss-user] [Installation & Configuration] - How to install Java BluePrints Solution Catalog

2004-10-21 Thread max_ten
Any reference website on how to install BluePrints Solution Catalog on JBoss 3.2.5 or 4.0 ? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852276#3852276 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852276