Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions 123
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ndsm dsmds mns kcjc cjd jk dnd dd nd nvqnv qdfjbvsjvbvbnv bsbvsnmv shjvbnv svhjbvv nb
Empty file added 456
Empty file.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM tomcat:8-jre8
RUN rm -rf /usr/local/tomcat/webapps/*
COPY target/*.war /usr/local/tomcat/webapps
EXPOSE 8080
CMD ["catalina.sh","run"]
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,4 @@ MSQL DB Installation Steps for Linux ubuntu 14.04:
Then look for the file :
- /src/main/resources/accountsdb
- accountsdb.sql file is a mysql dump file.we have to import this dump to mysql db server
- > mysql -u <user_name> -p accounts < accountsdb.sql


- > mysql -u <user_name> -p accounts < accountsdb.sql...
3 changes: 3 additions & 0 deletions hosts.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
hi
mk
njken
1 change: 1 addition & 0 deletions myhosts.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hi this is hosts file
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@
<build>
<plugins>
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.2.11.v20150529</version>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.12</version>
<configuration>
<scanIntervalSeconds>10</scanIntervalSeconds>
<webApp>
Expand Down