| Author |
Seam Beginner
|
Mahendra Chowdary
Greenhorn
Joined: Aug 26, 2010
Posts: 25
|
|
Hi all ,
I was just introduced to the world of seam .
I have followed many tutorials but still i am facing an error
After deploying my project and restarting my server i am still unable to view my project in the browser.
I am typing http://localhost:/8080/myprojectname
i am getting http status 404 error here
Can somebody guide to go pass through this
Can somebody please suggest me any tutorial for a beginner like me .
I am not only new to seam but also quite a fresher to java,j2ee
|
 |
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14672
|
|
|
http://localhost:/8080/myprojectname should be http://localhost:8080/myprojectname
|
[My Blog]
All roads lead to JavaRanch
|
 |
Mahendra Chowdary
Greenhorn
Joined: Aug 26, 2010
Posts: 25
|
|
sorry
there was typo error in my first post
i am typing http://localhost:8080/myprojectname in the browser and still facing the same error http 404 - status not found
|
 |
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14672
|
|
|
What happens when you access http://localhost:8080 ?
|
 |
Mahendra Chowdary
Greenhorn
Joined: Aug 26, 2010
Posts: 25
|
|
the server is up and running
|
 |
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14672
|
|
|
Check if there are some errors in the server logs.
|
 |
Mahendra Chowdary
Greenhorn
Joined: Aug 26, 2010
Posts: 25
|
|
Christophe Verré wrote:Check if there are some errors in the server logs.
facing some errors
java.net.UnknownHostException:
org.jboss.deployers.spi.DeploymentException
|
 |
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14672
|
|
|
Did you follow these instructions ?
|
 |
Mahendra Chowdary
Greenhorn
Joined: Aug 26, 2010
Posts: 25
|
|
I have followed this particular tutorial
http://techieexchange.wordpress.com/2008/02/01/how-to-make-jboss-seam-work-with-eclipse-for-windows/
In fact i have tried out three or more ways
but still failing at the last step
whenever i try to view my project in browser getting 404 error
|
 |
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14672
|
|
|
What name did you give to your seam project ?
|
 |
Mahendra Chowdary
Greenhorn
Joined: Aug 26, 2010
Posts: 25
|
|
Christophe Verré wrote:What name did you give to your seam project ?
it is Seam itself
|
 |
H Jetly
Ranch Hand
Joined: Aug 26, 2010
Posts: 41
|
|
Mahendra Boppana wrote:
Christophe Verré wrote:What name did you give to your seam project ?
it is Seam itself 
My question sounds a little dumb but;
are accessing http://localhost:8080/Seam
Since 'Seam' is your project name.
If not, when you deploy your 'Seam' project, do you face any deployment errors?
|
Harsh Jetly
|
 |
Mahendra Chowdary
Greenhorn
Joined: Aug 26, 2010
Posts: 25
|
|
H Jetly wrote:
Mahendra Boppana wrote:
Christophe Verré wrote:What name did you give to your seam project ?
it is Seam itself 
My question sounds a little dumb but;
are accessing http://localhost:8080/Seam
Since 'Seam' is your project name.
If not, when you deploy your 'Seam' project, do you face any deployment errors?
Yeah i am accessing that same url
i am facing some exceptions
posted about them in previous post
|
 |
 |
|
|
subject: Seam Beginner
|
|
|