Jeffrey Sunga

Results 3 comments of Jeffrey Sunga

Checked 1, and number 2 I had the following file structure: ``` mycontacts.war --> mycontacts.jsp WEB-INF --> web.xml lib --> jsp-classes.jar META-INF --> jsp-classes --> org.apache.jsp --> mycontacts_jsp.java mycontacts_jsp.class ```...

Using adb, I used ``` adb push mycontacts.war sdcard/atjeews/webapps ``` and I verified its location. When I re-added the .class file back to the war, now it keeps switching between...

You were correct. I was able to deploy the tutorial just fine using 1.5. I tried deploying the webfolder.war on 1.1 and I was getting the errors you described. Thank...