user710818
user710818

Reputation: 24248

What does mean @ in server.xml in tomcat?

In server.xml I see:

<Connector port="@app.port.value@"...

What does mean character @ in this context? Thanks.

Upvotes: 3

Views: 133

Answers (1)

flash
flash

Reputation: 6810

That is likely a placeholder and will be replaced dynamically at runtime.

Upvotes: 5

Related Questions