I am new to jsp's, but not to java. I've notice that if I upload a .war file to a server I get varying results depending on how the .war file is created. For example if I use a windows command prompt to execute "jar cvf project.war *" it will work about half the time. But, if I use the .war file that netbeans produces, it always works. Just out of curiousity why would this be? Thanks for listening.
rhaglennwr
to answer my own question, it's because creating it at the command line doesn't take the class files with it. By the way, I've been letting the .war file expand in the /web directory which I thought was the correct way to do this. So, why is not including the class files?
No comments:
Post a Comment