score:1
Accepted answer
you need to assign keystore
path on server.xml
of tomcat.
<connector
port="8443" maxthreads="200"
scheme="https" secure="true" sslenabled="true"
keystorefile="${path of key stokre}/keystore.jks" /*put the keystoer path*/
keystorepass="changeit"
clientauth="false" sslprotocol="tls"/>
Source: stackoverflow.com
Related Query
- No such file or directory Eclipse Java Mac OSX
- error opening trace file: No such file or directory (2)
- adb: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
- Ubuntu Eclipse libxml2 error : fatal error: libxml/xmlversion.h: No such file or directory
- Eclipse C++ include error: no such file or directory
- Ubuntu - #include <curl/curl.h> no such file or directory
- Failed to get the adb version... No such file or directory
- Eclipse m2e - No Such File or Directory in pom.xml
- Cannot run program "adb": error=2, No such file or directory while executing through eclipse
- unable to decode stream java.io.FileNotFoundException /storage/emulated/0 open failed:ENOENT(No such file or directory
- NDK <Utils/Log.h> no such file or directory
- libjpeg.so.62: cannot open shared object file: No such file or directory
- System workbench for stm32: fatal error ... no such file or directory
- Android emulator Error:- executing /system/bin/e2fsck failed: No such file or directory
- Cannot stat `./libs/armeabi-v7a/gdb.setup': No such file or directory when running ndk-gdb
- fatal error: android_native_app_glue.h: No such file or directory
- android/java/src/pcf: No such file or directory
- .svn/entries: No such file or directory
- Cannot run program "docker" error=2, No such file or directory
- Eclipse - exception occured executing command line, No such file or directory
- fatal error: gst/gst.h: No such file or directory
- fatal error: fitz.h: No such file or directory in muPDF library
- No such file or directory in Pydev
- java FileNotFoundException wont locate a file in the same project
- Java file compile using javac unable to refer to other files in the same directory
- fatal error: systemc.h: No such file or directory
- eclipse error: Failed to install SAN.apk on device 'emulator-5554': No such file or directory
- Eclipse + OpenCV + Cygwin --> cv.h: No such file or directory
- Eclipse C++: fatal error: cheddar.h: no such file or directory
- Failed to install apk on device 'emulator-5554': No such file or directory
More Query from same tag
- Beginning GIT - not fetching all files from head? How can I safely troubleshoot?
- Eclipse deletes external JARs from build path when Gradle dependencies are refreshed
- New Spring Starter project is not working with maven
- Where is that old AVD? What 'Screen' should I select?
- Eclipse CDT open declaration of auto type variable
- Is there a way to stop eclipse for publishing to server when process has started?
- Jump into a Python Interactive Session mid-program?
- Adding audio file to my android application
- Eclipse Dynamic Web Project structure
- Eclipse has problems with log4cplus?
- Issue using cursor.execute and cursor.fetchall in python using sqlite
- "Comparison method violates its general contract!" when trying to install Eclipse plugin
- What is the correct way to dynamically change columns and data model in nattable?
- sonarqube and RTC eclipse plugins crash
- Compiling and running ApiDemos
- Liferay portlet deployment Java Error
- How to deal with interface errors in Eclipse
- How to overcome java.lang.IncompatibleClassChangeError in hadoop
- Is it possible to install apache derby eclipse plugin in myeclipse?
- android studio: cannot run emulator/avd
- Loading TiledMap resource, within jar... about to make me go insane(Slick2d)
- zxing camera portrait mode and landscape on android
- Linking Files And Directory Structuring
- Compiling Crypto++ for armhf for cross compiling
- Eclipse correct way to add dependency to another Maven project?
- Testing a WSDL in Eclipse Web Services Explorer
- Hot Code Replace Failed in Eclipse - Delete method not implemented
- Is there a program that can tell you which class/method is being invoked
- Unable to launch eclipse on Mac - No Java virtual machine
- Drawable layout on listview with ArrayAdapter