I am developing a web project and after mvn build proper war file is created. In thisproject I am creating an APN service by giveing the full certification path which is pointing in local directory like "file:c:certification.p12"
ApnsService service = APNS.newService().withReconnectPolicy(new ApnReconnectPolicy()).withConnectTimeout(apnSockectTimeout).withCert(certificatePath, certificatePassword).
I would like to know if I can put certification.p12 file in war file and access it in classpath decription