Dave

Results 2 comments of Dave

@cniweb *DockerFile* ```docker FROM ibmcom/websphere-traditional:8.5.5.13-profile USER root COPY config_jvm.py /tmp RUN chmod 0755 /tmp/config_jvm.py && chown was:was /tmp/config_jvm.py USER was ENV PATH $PATH:/opt/IBM/WebSphere/AppServer/bin/ RUN wsadmin.sh -lang jython -conntype NONE -f...

@DSTOLF Do you know parameters for `AdminConfig.create` for `DataSource`? I stucked on this part -.- Already have ready oart fir JDBC provider, JAAS auth data, but still cannot find proper...