Reputation: 24248
In server.xml I see:
<Connector port="@app.port.value@"...
What does mean character @ in this context? Thanks.
Upvotes: 3
Views: 133
Reputation: 6810
That is likely a placeholder and will be replaced dynamically at runtime.
Upvotes: 5