[jboss-user] [Beginners Corner] - Re: Newbie need help

2008-04-09 Thread PeterJ
Try placing the standard-1.1.2.jar file into the WEB-INF/lib directory. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142824#4142824 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4142824

[jboss-user] [Beginners Corner] - Re: Newbie need help

2008-04-09 Thread hassane
but how am i gonna indicate to jboss that the jstl is in the WEB-INF/lib ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142834#4142834 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4142834

[jboss-user] [Beginners Corner] - Re: Newbie need help

2008-04-09 Thread PeterJ
You don't need to. The jar contain the *.tld files, each of which contains the uri. The servlet container will find them. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142836#4142836 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Newbie need help

2008-04-09 Thread hassane
progress! now it runs but i don't get the content that should be returned by include response.jsp after submitting the form. . View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142851#4142851 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Newbie need help

2008-04-09 Thread PeterJ
The if test is done on display of the form, not in submit. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142855#4142855 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4142855 ___

[jboss-user] [Beginners Corner] - Re: Newbie need help

2008-04-09 Thread hassane
yeah i mean i never get the result of the test, no matter how i change the condition all it does displaying is the form :/ i tried this same example on glassfish and it worked, i don't know what's still missing here View the original post :

[jboss-user] [Beginners Corner] - Re: Newbie need help

2008-04-09 Thread PeterJ
I just now tried your jsp, and it works for me. After submitting the page, it refreshes with the contents of response.jsp showing. What is the layout of your war file? Run: jar -t your.war and post the output. View the original post :

[jboss-user] [Beginners Corner] - Re: Newbie need help

2008-04-09 Thread hassane
the command runs but doesn't output anything and doesn't terminate...does it take a long time? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142885#4142885 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4142885

[jboss-user] [Beginners Corner] - Re: Newbie need help

2008-04-09 Thread hassane
i'll struggle with this thing, thanks a lot Peter you were a great help :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142874#4142874 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4142874

[jboss-user] [Beginners Corner] - Re: Newbie need help

2008-04-09 Thread hassane
here's how the war looks like : META-INF -- MANIFEST.MF WEB-INF -- web.xml -- classes -- lib jstl.jar standard.jar index.jsp response.jsp View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142893#4142893 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Newbie need help

2008-04-09 Thread PeterJ
Try removing jstl.jar, you do not need to provide it, JBossAS already has a copy. As far as I can tell, it should work. If you ask for response.jsp directly, what happens? [ur]http://localhost:8080/hello1/response.jsp[/url] View the original post :

[jboss-user] [Beginners Corner] - Re: Newbie need help

2008-04-09 Thread hassane
if i remove the jstl.jar an exception occures : java.lang.NoClassDefFoundError: javax/servlet/jsp/jstl/core/ConditionalTagSupport if i go to the url : http://localhost:8080/hello1/response.jsp i get : Hello, ${param.username}! i tried also :

[jboss-user] [Beginners Corner] - Re: Newbie need help

2008-04-09 Thread PeterJ
I forgot you were using 4.0.2, it doesn't come with jstl.jar. Also, I have been using 4.2.2. Any particular reason you are using 4.0.2? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142911#4142911 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Newbie need help

2008-04-09 Thread hassane
and no i didn't have any reasons for choosing the 4.0.2, it's just that it was the one available in the network lol thanks Peter, you made me like this place View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142924#4142924 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Newbie need help

2008-04-09 Thread hassane
i downloaded and ran iit on the 4.2.2 and it works now :/ is the 4.0.2 had problems? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142923#4142923 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4142923

[jboss-user] [Beginners Corner] - Re: Newbie Need Help :)

2006-10-21 Thread scout1lacno
Hi all, This is just a follow up. My JBOSS app server is working ok now. If anyone there encounters error just like mine specially on port 8083 or 1098, just disable your local firewall first then start JBOSS. After that you can start your firewall again. Just an FYI :) Thankz :) Keith

[jboss-user] [Beginners Corner] - Re: Newbie Need Help :)

2006-10-16 Thread scout1lacno
Hi, Thanks for the reply. :) I have it running now. I reinstalled my JBOSS.. Reset the MySQL Datasources. and there it goes. It's ok for now... maybe patience is all that is needed. Thank you very much jaikiran, genman and among others.. Thankz :) Keith from the Philippines. View the

[jboss-user] [Beginners Corner] - Re: Newbie Need Help :)

2006-10-15 Thread scout1lacno
Hi jaikiran. Ports are ok now. Im using my command line to start and stop JBOSS. Since NetBeans 5.5 Beta 2 with JBOSS bundle seems not to shutdown JBOSS properly. Is thi a bug to the NetBeans or in JBOSS side? I just wanna ask. Im running into problems when Im deploying. Im running into this

[jboss-user] [Beginners Corner] - Re: Newbie Need Help :)

2006-10-15 Thread jaikiran
anonymous wrote : Is thi a bug to the NetBeans or in JBOSS side? I have never used NetBeans earlier, so am not sure whether this a bug or something wrong with the setup you are using. But going by what you have mentioned so far, this certainly does not look like a bug in JBoss. anonymous wrote

[jboss-user] [Beginners Corner] - Re: Newbie Need Help :)

2006-10-14 Thread genman
Look for default-ds.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978348#3978348 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3978348 ___ jboss-user mailing list

[jboss-user] [Beginners Corner] - Re: Newbie Need Help :)

2006-10-12 Thread jaikiran
anonymous wrote : Have you tried downloading NetBeans 5.5 Beta 2 with JBOSS Bundle? No. I havent done it. anonymous wrote : I have tried changing the ports. It works for the first run of the server. But when you restart the server is shows an error again. How are shutting down the server.

[jboss-user] [Beginners Corner] - Re: Newbie Need Help :)

2006-10-12 Thread scout1lacno
The ports are ok for now.It seems that NetBeans is not shutting down JBOSS properly.. Im using my command line to start and shutdown JBOSS. I think by doing this, it will shutdown JBOSS properly. Im ok for the ports for now. But Im having problem an error on my datasources again. Im having an

[jboss-user] [Beginners Corner] - Re: Newbie Need Help :)

2006-10-12 Thread jaikiran
You say you have deployed mysql datasource. Can you post its contents. Looks like some resource is waiting for a datasource to be bound to java:/MySqlDS. Going by one of your previous posts, i guess you have bound your mysql datasource DefaultDS. You might have to either change the jndi name of

[jboss-user] [Beginners Corner] - Re: Newbie Need Help :)

2006-10-12 Thread scout1lacno
Thankz for the reply. I have change the name from DefaultDS to MySqlDs. I only have one error right now the error is : | --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- | ObjectName: jboss.jca:service=DataSourceBinding,name=DefaultDS | State: NOTYETINSTALLED | Depends On Me:

[jboss-user] [Beginners Corner] - Re: Newbie Need Help :)

2006-10-11 Thread jaikiran
You might have to reserve the ports as mentioned here: http://www.jboss.com/index.html?module=bbop=viewtopict=64248 There are tools like, Fport, which help in identfying which process is using a particular port: http://www.ibiblio.org/security/articles/fport.html And there are tools which can

[jboss-user] [Beginners Corner] - Re: Newbie Need Help :)

2006-10-11 Thread jaikiran
Having said all this, i am still not sure why your jboss-service.xml does not have mention of the ports. You mention that you are using JBoss-4.0.4GA. I have downloaded the same version and i can find the port numbers mentioned in that file. Are you sure that you are looking at the correct file

[jboss-user] [Beginners Corner] - Re: Newbie Need Help :)

2006-10-11 Thread scout1lacno
Hi, Thankz for the reply :) Have you tried downloading NetBeans 5.5 Beta 2 with JBOSS Bundle? I have located the files but in different file names on \jboss-4.0.4.GA\server\default\deploy The files are anonymous wrote : naming-service.xml | dynaclassloader-service.xml |

[jboss-user] [Beginners Corner] - Re: Newbie Need Help :)

2006-10-10 Thread scout1lacno
Hello, The MySQL DataSources are fine now.. But I have this re occuring error again. anonymous wrote : | Port 8083 already in use | Port 1098 already in use I can solve this by: anonymous wrote : run.bat -b 182.xxx.x.xxx on the command prompt. But when I start NB 5.5 Beta 2 JBOSS

[jboss-user] [Beginners Corner] - Re: Newbie Need Help :)

2006-10-08 Thread jaikiran
anonymous wrote : 2006-10-07 09:57:53,210 DEBUG [org.jboss.deployment.scanner.URLDeploymentScanner] Failed to deploy: [EMAIL PROTECTED] url=file:/D:/jboss-4.0.4.GA/server/default/deploy/jms/mysql-jdbc2-service.xml, deployedLastModified=0 } | org.jboss.deployment.DeploymentException: Trying

[jboss-user] [Beginners Corner] - Re: Newbie Need Help :)

2006-10-08 Thread scout1lacno
THANKZ VERY MUCH :) anonymous wrote : The mysql-jdbc2-service.xml appears to be the culprit. As far as i know, this file does not come by default in the JBoss installation. Did your application put in this file at this location? Yes it came with the default installation of JBOSS-4.0.4.GA on

[jboss-user] [Beginners Corner] - Re: Newbie Need Help :)

2006-10-07 Thread scout1lacno
No worry of the previous post I just solved it my self. I just erased the file hsqldb-jdbc2-service.xml.. I dont know why :) maybe it conflicts with mysql-ds.xml i just dont know. :) Anyway just solve it..however they say that if you solve one problem another problem will arise.. sounds

[jboss-user] [Beginners Corner] - Re: Newbie Need Help :)

2006-10-06 Thread scout1lacno
Hi thank for the reply :) I've downloaded the TcpView already. I've run it but I cant seem to find the 8083 and 1098.. Maybe the port is inside the firewall? Follow up question. I understand that to change the 8083 and 1098 port you need to go to the

[jboss-user] [Beginners Corner] - Re: Newbie Need Help :)

2006-10-06 Thread jaikiran
Strange since the file that comes by default contains the following(apart from all other things): !-- -- |!-- Class Loading -- |!--

[jboss-user] [Beginners Corner] - Re: Newbie Need Help :)

2006-10-06 Thread scout1lacno
Sorry for the delayed reply. :) I haven't changed anything on that file.. I tried manually encoding the XML tags on the ports but still the error persist.. Do you have a link on where I could find the the file? like yours? Thanks :) View the original post :

[jboss-user] [Beginners Corner] - Re: Newbie Need Help :)

2006-10-06 Thread scout1lacno
My JBOSS just started working... but it shows an erorr org.jboss.deployment.DeploymentException: Trying to install an already registered mbean: jboss.mq:service=DestinationManager Any idea with this erorr? Thanks :) anonymous wrote : org.jboss.deployment.DeploymentException: Trying to