aspose file tools
The moose likes JBoss and the fly likes maigarting  a project from tomcat 4 to jboss4!!!! Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "maigarting  a project from tomcat 4 to jboss4!!!!" Watch "maigarting  a project from tomcat 4 to jboss4!!!!" New topic
Author

maigarting a project from tomcat 4 to jboss4!!!!

kamal soni
Greenhorn

Joined: Oct 22, 2007
Posts: 1
Hi!
I am trying to deploy a project which is working absolutely fine in tomcat4.To deploy it to jboss i simply created a .war file of the project and placed it in the D:\jboss-4.0.2\server\default\deploy folder.My problem is firstly when i provid the URL to access tha application ie.http://localhost:8080/MyProject it show s the list of all the projects in the JBoss and shows a link to MyProject and the index page comes with the url http://localhost:8080/MyProject/MyProject... Also whn i provide the login credintials and click the submit button it shows an error message like
type Status report

message /MyProject/MyProject/ControlServlet

description The requested resource (/MyProject/MyProject/ControlServlet) is not available.

Why it is happening.Please provide the solution for this..
Thanks in advance
Jaikiran Pai
Marshal

Joined: Jul 20, 2005
Posts: 8145
    
  52

Is there a servlet /MyProject/MyProject/ControlServlet configured in your application? Also, how have you created the war file? Can you post the output of the following:

- From the command prompt, go to D:\jboss-4.0.2\server\default\deploy folder
- Run the following command:



Note: Replace myproject.war with the name of your war file

Post the output here.


[My Blog] [JavaRanch Journal]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: maigarting a project from tomcat 4 to jboss4!!!!
 
Similar Threads
URL routing
Newbie - Some Question on Eclipse and tomcat.
Browse a file in web application
how to install ejb container ?
Help needed to 'Forward' Servlet to Servlet