File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Tomcat and the fly likes WAR file deployment problem 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 » Tomcat
Reply Bookmark "WAR file deployment problem" Watch "WAR file deployment problem" New topic
Author

WAR file deployment problem

Steve Renard
Ranch Hand

Joined: Apr 27, 2007
Posts: 66
I created WAR file through ANT build script for my web application and put it under Tomcate/webapps.
I stopped and started server again..
It wouldn't generate the source code..
I checked the location and everything..
Please help...
Steve Renard
Ranch Hand

Joined: Apr 27, 2007
Posts: 66
I misspelt the WAR file location in my previous post.
It's actually Tomcat 5.5\webapps...
Please help me resolve it..
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56192
    
  13

Originally posted by Steve Renard:
It wouldn't generate the source code..


Exactly what source code are you expecting it to generate?


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Steve Renard
Ranch Hand

Joined: Apr 27, 2007
Posts: 66
I expect it to generate the entire web application.
That includes JSP's, Java files etc..
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56192
    
  13

OK, you are going to need to explain what you are expecting in a bit more detail. It almost sounds as if you are somehow expecting the code for your web app to be writen for you like magic, and of course, than can't be what you mean.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: WAR file deployment problem
 
Similar Threads
war file
JSF issue with JBoss
Problem with contextPath
WAR file update through program
WLS8.1 serving old jsp pages after installing new ear file