[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss-javaee.jar dont find classes javax.servlet

2009-03-26 Thread BjPenn
hey jaikiran, sorry i dont know why it's so hard to make this run , i guess moving from glassfish to jboss is no that obvious. Noiw i am having another issue, in my main app i include a jar wich belong to another java project that i developed , this project , when it was runing on glassfish

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss-javaee.jar dont find classes javax.servlet

2009-03-26 Thread jaikiran
What does that jar contain? And where exactly did you paste it in JBoss? And please post the console logs and the exception stacktrace. And when does this exception occur, during deployment time or when you access your application? While posting logs or xml content or code, please remember to

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss-javaee.jar dont find classes javax.servlet

2009-03-26 Thread BjPenn
hey mate thanks for the quick response, well the jar contains many jars it self i will list them how i had it befor and how i have 'em now: Befor: richfaces-api3.2.2GA.jar richfaces-impl3.2.2GA.jar richfaces-ui3.2.2GA.jar common-beanutil,common-collection,common-digester,common.logging jars

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss-javaee.jar dont find classes javax.servlet

2009-03-26 Thread BjPenn
is this enought information? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221342#4221342 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221342 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss-javaee.jar dont find classes javax.servlet

2009-03-25 Thread BjPenn
so, should i add those jars into my JBOSS_HOME/lib folder? thank you so much for your response View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220812#4220812 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4220812

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss-javaee.jar dont find classes javax.servlet

2009-03-25 Thread jaikiran
BjPenn wrote : so, should i add those jars into my JBOSS_HOME/lib folder? | | Nope, just point the classpath to the jars in JBOSS_HOME/common/lib View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220814#4220814 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss-javaee.jar dont find classes javax.servlet

2009-03-25 Thread BjPenn
thanks jaikiran for your response, mmm i've done something befor reading your answer, i've copied those jars in my default/lib folder and now it's working?? is it bad or i have to point my classpath to JBOSS_HOME/common/lib/ and JBOSS_HOME/server/xxx/deploy/jbossweb.sar/jsf-libs/ View the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss-javaee.jar dont find classes javax.servlet

2009-03-25 Thread jaikiran
BjPenn wrote : i've done something befor reading your answer, i've copied those jars in my default/lib folder and now it's working?? is it bad I would say, its not recommended :) Its always good to avoid moving around or modifying the server artifacts (like the jar files). View the original

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss-javaee.jar dont find classes javax.servlet

2009-03-25 Thread BjPenn
thank you mate ;) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220820#4220820 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4220820 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss-javaee.jar dont find classes javax.servlet

2009-03-25 Thread BjPenn
sorry i have a little doubt, you mean point the enviroment variable classpath?? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220822#4220822 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4220822

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss-javaee.jar dont find classes javax.servlet

2009-03-25 Thread BjPenn
or i guess changin it in the run.bat?? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220823#4220823 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4220823 ___ jboss-user mailing

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss-javaee.jar dont find classes javax.servlet

2009-03-25 Thread jaikiran
You mentioned you are using NetBeans and i guess that's where you are seeing this error. So its in NetBeans where you have to configure the classpath. I am not an IDE expert, so i really don't know the exact steps to do this in NetBeans. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss-javaee.jar dont find classes javax.servlet

2009-03-24 Thread dimit...@jboss.org
Look in JBOSS_HOME/common/lib/jsp-api.jar, servlet-api.jar and JBOSS_HOME/server/xxx/deploy/jbossweb.sar/jsf-libs/jsf-api.jar View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220708#4220708 Reply to the post :