A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
Arduino in Action
this week in the
General Computing
forum!
A special promo:
Enter your blog post or vote on a blogger to be featured in an upcoming Journal
JavaRanch
»
Java Forums
»
Java
»
Servlets
Author
can some .zip files (not java classes) be included in WEB-INF/classes too ?
Frank Sikuluzu
Ranch Hand
Joined: Dec 16, 2003
Posts: 116
posted
Aug 04, 2004 10:20:00
0
My
servlet
uses some action classes, and the action classes need to use some binary .zip file as input file (these binary .zip are not
java
classes). Can I include the .zip files in WEB-INF/classes as well ? These .zip are not lib files either.
Jeroen Wenting
Ranch Hand
Joined: Oct 12, 2000
Posts: 5093
posted
Aug 04, 2004 11:48:00
0
yes you can. Just don't try to access them using a URL as that won't work.
42
danny liu
Ranch Hand
Joined: Jan 22, 2004
Posts: 185
posted
Aug 05, 2004 14:42:00
0
Yea, you can.
I can use a library with .zip extension
Dan
I agree. Here's the link:
http://ej-technologies/jprofiler
- if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
subject: can some .zip files (not java classes) be included in WEB-INF/classes too ?
Similar Threads
fragment was not found error
is it possible to forward back the protected zip file Behind WEB-INF in Websphere
Difference b/w .jar, .ear, .war ?
TOMCAT remind me where to put jar files (can't find MySQL driver)
/WEB-INF/test.zip
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter