I checked /server/default/log and found something for other projects. I just copied again and same error, but didn't find anything in this log file. Is this correct place to look at?
Main Topics
Browse All TopicsHi,
I am testing deployment process in remote linux server. I know that another project has been deployed just by dropping EAR folder under .../deploy dir(someone else did.). I created jboss seam project(seam gen) and it works fine in my local machine. I copied deploy dir in remote server, but I get HTTP status 404 error.
any clues?
thanks,
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I restarted the server and I have this error.
yes, I am dropping the ear at default/deploy.
+++++++++++++
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
javax.servlet.ServletExcep
org.jboss.web.tomcat.filte
root cause
java.lang.NoClassDefFoundE
org.jboss.seam.web.Excepti
org.jboss.seam.web.Excepti
org.jboss.seam.web.Excepti
org.jboss.seam.servlet.Sea
org.jboss.seam.web.Redirec
org.jboss.seam.servlet.Sea
org.ajax4jsf.webapp.BaseXM
org.ajax4jsf.webapp.BaseFi
org.ajax4jsf.webapp.BaseFi
org.ajax4jsf.webapp.BaseFi
org.jboss.seam.web.Ajax4js
org.jboss.seam.servlet.Sea
org.jboss.seam.web.Logging
org.jboss.seam.servlet.Sea
org.jboss.seam.web.HotDepl
org.jboss.seam.servlet.Sea
org.jboss.seam.servlet.Sea
org.jboss.web.tomcat.filte
note The full stack trace of the root cause is available in the JBossWeb/2.0.1.GA logs.
The exception looks like you dont have the jboss-seam.jar in the classpath. Even though you would have that in the classpath, you should append the jar file entry in the run.bat file of jboss/bin folder. In precise in the run.bat add entry
set JBOSS_CLASSPATH=%JBOSS_DIS
Business Accounts
Answer for Membership
by: a_bPosted on 2009-09-02 at 20:54:12ID: 25247748
Did you check the logs to see whether the deployment succeeded? Usually, if deployment fails you would get the 404.