heroku / heroku/devcenter-embedded-tomcat
How to run the project without source code
- Dominant language
- Java
- Stars
- 339
- Forks
- 283
- PR merge metrics
- No merged PRs in 30d
Description
I run after the settings, and it works to run the project.
But when I copy the dictionary `target` to somewhere else say my desktop and run the script again:
```
C:\Users\ljjn1246\Desktop>target\bin\webapp.bat
```
But it says it can't find the webapp path:
```
警告: Unable to determine web application context.xml C:\Users\ljjn1246\Desktop\
src\main\webapp
java.io.FileNotFoundException: C:\Users\ljjn1246\Desktop\src\main\webapp (系统找
不到指定的路径。)
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.(Unknown Source)
at java.util.zip.ZipFile.(Unknown Source)
at java.util.jar.JarFile.(Unknown Source)
at java.util.jar.JarFile.(Unknown Source)
```
Is there a way to separate the source code from the package ?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.