|
|
Welcome to the Java Forums.
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:
- have access to post topics
- communicate privately with other members (PM)
- not see advertisements between posts
- have the possibility to earn one of our surprises if you are an active member
- access many other special features that will be introduced later.
Registration is fast, simple and absolutely free so please, join our community today!
If you have any problems with the registration process or your account login, please contact us.
|
|

04-25-2008, 07:58 AM
|
|
Member
|
|
Join Date: Apr 2008
Posts: 13
|
|
|
About Tomcat
Hai this is sindhu iam very new to Tomcat server while deploying my war in to the tomcat it is showing an error how can i overcome this error
|
|

04-25-2008, 08:38 AM
|
 |
Moderator
|
|
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 1,177
|
|
Hi Sindhuri,
Welcome to our community. 
So, what is your error? You should specify more details about your question, without that how we know whats going on.
Please read our FAQ page also, it's really help you to take a better advantage within our community.
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
Want to make your IDE the best? Vote Now
|
|

04-25-2008, 09:08 AM
|
|
Member
|
|
Join Date: Apr 2008
Posts: 13
|
|
|
iit is displaying file not found Exception
|
|

04-25-2008, 09:13 AM
|
 |
Senior Member
|
|
Join Date: Apr 2008
Location: Mumbai(India)
Posts: 230
|
|
|
Hello Sindhu,
Welcome..!!
Which file..?? Please be more specific.
__________________
sanjeev,संजीव
|
|

04-25-2008, 09:15 AM
|
|
Member
|
|
Join Date: Apr 2008
Posts: 13
|
|
|
ya sorry for that as we all know that to change our password we r going to conf/tomcatusers-xml(if my manager in tomcat is not opening) in the same way is their any xml to deploy my war file correctly into tomcat server.actually now it is not working i think it is a configuration problem
|
|

04-25-2008, 09:18 AM
|
|
Member
|
|
Join Date: Apr 2008
Posts: 13
|
|
|
WAR file to deploy option in TomcatManger
|
|

04-25-2008, 09:18 AM
|
 |
Senior Member
|
|
Join Date: Apr 2008
Location: Mumbai(India)
Posts: 230
|
|
|
Hi,
You just copy your web app in webapps folder and you can also deploy using
yourappname.xml file just put this file into Tomcat\conf\Catalina\localhost\ folder.
__________________
sanjeev,संजीव
|
|

04-25-2008, 09:22 AM
|
|
Member
|
|
Join Date: Apr 2008
Posts: 13
|
|
|
Hi
sanjeev u r right but i am doing like that only but is not deploying
|
|

04-25-2008, 09:26 AM
|
|
Member
|
|
Join Date: Apr 2008
Posts: 13
|
|
|
Hi Eranga
tahnk for ur reply
|
|

04-25-2008, 09:38 AM
|
 |
Senior Member
|
|
Join Date: Apr 2008
Location: Mumbai(India)
Posts: 230
|
|
|
Just give your complete structure of Tomcat and let me know what exactly you are doing and tomcat Version also.
It is not big deal to deploy application in Tomcat.
__________________
sanjeev,संजीव
|
|

04-25-2008, 09:46 AM
|
 |
Moderator
|
|
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 1,177
|
|
Seems Sanjeev keen on Tomcat 
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
Want to make your IDE the best? Vote Now
|
|

04-25-2008, 09:47 AM
|
|
Member
|
|
Join Date: Apr 2008
Posts: 13
|
|
|
sanjeev
i am not asking about deploying my application(say sinu-app) in web-apps iam asking about war file(extract from my sinu-app) deploying in my TomcatManager(Options inside my Tomcat)
|
|

04-25-2008, 09:48 AM
|
|
Member
|
|
Join Date: Apr 2008
Posts: 13
|
|
|
ok fine Eranga
|
|

04-25-2008, 09:52 AM
|
 |
Senior Member
|
|
Join Date: Apr 2008
Location: Mumbai(India)
Posts: 230
|
|
Ya Eranga...... 
ya you can deploy your war file also.
If you copy your war file into webapps folder....and start Tomcat ..Does it extract war file into webapps folder....or it gives error message.
If error are coming then post your complete error here.
If i misunderstand your problem then correct me.
__________________
sanjeev,संजीव
|
|

04-25-2008, 09:57 AM
|
|
Member
|
|
Join Date: Apr 2008
Posts: 13
|
|
|
C:\apache-tomcat-5.5.26\webapps\sinu-app\WEB-INF\(i keep my classes folder,web.xml in WEB-INF
|
|

04-25-2008, 09:58 AM
|
 |
Senior Member
|
|
Join Date: Apr 2008
Location: Mumbai(India)
Posts: 230
|
|
|
What error are you getting.
__________________
sanjeev,संजीव
|
|

04-25-2008, 10:03 AM
|
|
Member
|
|
Join Date: Apr 2008
Posts: 13
|
|
|
sanjeev iam getting my war through this command
jar-cvf C:\sanjeev\app.war * Here iam keeping my war file into sanjeev\app after that iam going to open my tomcat and entering into tomcat manager and their is an option WAR file TO deploy their iam keeping my war file (through browsing option).at this location iam geeting error that file is not found.
|
|

04-25-2008, 10:06 AM
|
|
Member
|
|
Join Date: Apr 2008
Posts: 13
|
|
|
actually iam working in a company i want to transfer my folder(contain all my classes) to another state through folders it is immposible i,e iam converting that folder into war and they receive my war file they suppose to deploy in their own tomcat and checks whether requierd output is comming or not
|
|

04-25-2008, 10:13 AM
|
 |
Senior Member
|
|
Join Date: Apr 2008
Location: Mumbai(India)
Posts: 230
|
|
|
Dear....
app.war file not found.....is it showing this.
Do you ONLY want to deploy your application only from Tomcat manager.??
__________________
sanjeev,संजीव
|
|

04-25-2008, 10:58 AM
|
|
Member
|
|
Join Date: Apr 2008
Posts: 13
|
|
|
ya i want to deploy my war through tomcat manager only
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|