I am trying to configure my path to include javax.servlet with WebLogic. WebLogic has split out the Jar files, so which one contains javax.servlet?
|
feedback
|
|
Starting with WebLogic 10, BEA externalized the implementation of API specs from These modules include all API specifications as well as features provided BEA/ORACLE. So, for Servlet API 2.5, indeed include | |||||
feedback
|
|
I found them.
For those that need answer they are located here: | |||
|
feedback
|
|
I don't do weblogic, so I can't point the exact location, but I can at least hint that JAR files are basically ZIP files which adhere a special folder structure and have a different extension. Knowing that fact, you should be able to use any ZIP tool to your taste to open/extract them and take a look in the folder/file structure yourself. To ease the job, you can also grab WinRAR which has a Search function with which you can search for folders and files in JAR files. | |||
feedback
|