Unable to access Parabank application
Hi,
I'm unable to access parabank demo website, which results in error after sometime.
Comments
-
The host is down at the moment but will be restored.
If you need to use ParaBank for something at least semi-important then you should always deploy ParaBank on your own host. The public deployment resets itself periodically but there are no guarantees over its current state (accounts, account balances, logins, etc.)
There are various options:
- Build the ParaBank war from sources then deploy it into your own Tomcat. See the README on GitHub for detail.
- Create the "ParaBank Example Project" as described in the product tutorial.
- Run the official ParaBank Docker image.
0 -
Build the ParaBank war from sources then deploy it into your own Tomcat.
The project's pom.xml is also configured with cargo-maven3-plugin to automatically provision a tomcat instance. For example:
mvn -DskipTests clean package cargo:run
0 -
For reference, the "parabank" host is back up. However, you should use your own host or "localhost" for reasons I stated earlier. The ParaBank web application can be deployed in one of the various ways I described. The "parabank" host has not been referenced in any product documentation since SOAtest 9.8 (2017).
0 -
@benken_parasoft Thanks for sharing the details. I'm able to run the application in my local, but looks again the parasoft application is down.
0 -
The "parabank" host has been up for the past week. The ParaBank web application is also restarted periodically and this has been succeeding as well.
0