>> If you can't successfully run the jar command chances are you're probably >> not in the right directory, and if you aren't giving it path information >> to the file the jar command probably just can't find the file you're >> trying to unjar. > >Okay, so if I'm in, say, "Applications/Jrun4/servers/default/CFIDE" and the >war file is in "Powerbook/Applications" (remember, I expanded the war files >to this directory that the jar file created because I typed the path in >wrong) I need to give the path in the jar command that points to the rds.war >file in that "applications" folder?
Yes, if I understand what you're saying this is correct. Just remember that to start at the root you have to have a / at the beginning of your path, otherwise it'll start drilling down from your current directory. So if your war file is in /Powerbook/Applications (remember Unix is case-sensitive as well, so /PowerBook/Applications and /Powerbook/Applications are NOT the same thing ...), then you would just have to point to that directory with your jar command. >I can do that? I can just delete the folders that the jar file created and >just start over? How do I correctly tell the jar file where to install the >war files? Yes, you can delete what you have and start over. Not sure I get what you mean about telling the jar file where to install the war files--you designate this during the installation process. In the end it doesn't matter where your war files are as long as you know where they are so you can point to the right place when you're doing the extraction, but if you want to follow the directions to the letter, it's probably a lot easier if you tell the installer to create the war files in the exact same place as in the instructions. Matt ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185929 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

