[jboss-user] [Beginners Corner] - Re: war file deployed is notworking!!

2008-03-04 Thread dhcolo
Thanks, Sir, I am getting closer. Now Jboss can find my class file and run my class file. It is also indicates it has been able to make MS SQL server connection. The only problem is ii can not find my jsp file and a property file. I check the war file and found the pass of jsp file and property

[jboss-user] [Beginners Corner] - Re: war file deployed is notworking!!

2008-03-04 Thread dhcolo
Sorry, here is my code for war | target name=war depends =compile description=Generate the runtime war | war warfile=${dist.dir}/${app.name}.war webxml=${basedir}/WEB-INF/web.xml | fileset dir=${basedir}/WEB-INF/classes/ | fileset dir=${basedir}/jsp/ |

[jboss-user] [Beginners Corner] - Re: war file deployed is notworking!!

2008-03-04 Thread dhcolo
Thank, Mr. Peter Johnson, I have solved all problems. My application is working. thanks for your help! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134009#4134009 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4134009

[jboss-user] [Beginners Corner] - war file deployed is notworking!!

2008-03-03 Thread dhcolo
Hello, My war file deployed to Jboss is not working. To verify this is not a problem of my code, I downloaded the HelloWorld servlet and test it. I created a war file and deployed it to jboss. I get same error message: type Exception report message description The server encountered an

[jboss-user] [Beginners Corner] - Re: war file deployed is notworking!!

2008-03-03 Thread dhcolo
I can not attach my war file. here are containts of my war file: HelloWorld.class HelloWorld.java web.xml Manifest.mf ( idon't know where is this file came from. I did not have that file) That's it. Thanks! View the original post :

[jboss-user] [Beginners Corner] - Re: war file deployed is notworking!!

2008-03-03 Thread dhcolo
Thanks, Sir, Now I can see the HelloWorld example after modifying the build.xml. But I still can not see my own application which invokes MS SQL server. The meesage I have is : 2008-03-03 12:28:21,156 ERROR [STDERR] java.lang.ClassNotFoundException: No ClassLoaders found for:

[jboss-user] [Beginners Corner] - Re: war file deployed is notworking!!

2008-03-03 Thread dhcolo
This is my war file: META-INF/ META-INF/MANIFEST.MF classes/ classes/com/ classes/com/tmg/ classes/com/tmg/servlets/ lib/ src/ src/com/ src/com/tmg/ src/com/tmg/servlets/ classes/com/tmg/servlets/FileNetServlet.class classes/com/tmg/servlets/HelloWorld.class filenet.properties

[jboss-user] [Beginners Corner] - Re: war file deployed is notworking!!

2008-03-03 Thread dhcolo
Sorry, this my build.xml !-- Create build/dist directories as needed --

[jboss-user] [Beginners Corner] - Re: can not start jboss server

2008-02-29 Thread dhcolo
Thanks, I solved the problem. Something wrong with the JAVA_HOME set up. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133294#4133294 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133294

[jboss-user] [Beginners Corner] - can not start jboss server

2008-02-28 Thread dhcolo
Hello, I just downloaded jboss-4.2.2.GA and installed it. I set up JBOSS_HOME variable. Then I try to run run.bat in the bin directory from command line. It can not start the server and give no message. I checked the run script and found it stops after rem Add -server to the JVM options, if

[jboss-user] [Beginners Corner] - do I need add tomcat package to Jboss_4.2.2.GA?

2008-02-28 Thread dhcolo
Hello, I am going to deploy a war file develoed with tomcat to Jboss$.2.2.GA. Do I need to add tomcat package to this jboss or do something before deploying my war file? Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133016#4133016 Reply to the post

[jboss-user] [Beginners Corner] - Re: Integrating JBOSS with Tomcat

2008-02-28 Thread dhcolo
Hello, have hot any ffed back about this question. I am also interested! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133017#4133017 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133017