On 27/04/2020 14:33, Siddharth Sharma wrote:
> Hi,
> Tomcat : 8.5.30
> Java 8
> OS : macOS Mojave 10.14.6
> Setting up a few (spring-boot) applications as WARs in a tomcat
> server. I'm using the WAR names as the 'context'. Can this context
> include regex in the path ?
No. You have to explicitly
Hi,
Tomcat : 8.5.30
Java 8
OS : macOS Mojave 10.14.6
Setting up a few (spring-boot) applications as WARs in a tomcat
server. I'm using the WAR names as the 'context'. Can this context
include regex in the path ?
Sample Endpoint : /tenant/{tenantId}/entity/{entityId} ;
Here tenantId is numeric (5 di
Got it thanks! Will try that
On Mon, Aug 15, 2011 at 12:54 PM, Mark Thomas wrote:
> On 15/08/2011 20:39, Mohit Anchlia wrote:
>>
>> On Mon, Aug 15, 2011 at 12:17 PM, Pid wrote:
>>>
>>> On 15/08/2011 18:05, Mohit Anchlia wrote:
Is this even possible with tomcat?
>>>
>>> In Tomcat 7.0:
>
> From: Jesse Farinacci [mailto:jie...@gmail.com]
> Subject: Re: Tomcat war context path
> You could also bundle a META-INF/context.xml file which looks something akin
> to:
>
>
Pretty much wrong on all counts:
1) The path attribute is not allowed when the eleme
On 15/08/2011 20:45, Jesse Farinacci wrote:
Greetings,
On Mon, Aug 15, 2011 at 3:39 PM, Mohit Anchlia wrote:
Currently when I deploy abc-SNAPSHOT-01.war I access is something like
http://localhost:8080/abc-SNAPSHOT-01.war
How can I change the context root such that I can access it as
http://l
On 15/08/2011 20:39, Mohit Anchlia wrote:
On Mon, Aug 15, 2011 at 12:17 PM, Pid wrote:
On 15/08/2011 18:05, Mohit Anchlia wrote:
Is this even possible with tomcat?
In Tomcat 7.0:
abc##SNAPSHOT-01.war
abc##SNAPSHOT-02.war
abc##SNAPSHOT-03.war
abc##SNAPSHOT-04.war
etc
Sorry I don't
Greetings,
On Mon, Aug 15, 2011 at 3:39 PM, Mohit Anchlia wrote:
Currently when I deploy abc-SNAPSHOT-01.war I access is something like
http://localhost:8080/abc-SNAPSHOT-01.war
How can I change the context root such that I can access it as
http://localhost:8080/abc?
On Mon, Aug 15, 2011 at 12:17 PM, Pid wrote:
> On 15/08/2011 18:05, Mohit Anchlia wrote:
>> Is this even possible with tomcat?
>
> In Tomcat 7.0:
>
> abc##SNAPSHOT-01.war
> abc##SNAPSHOT-02.war
> abc##SNAPSHOT-03.war
> abc##SNAPSHOT-04.war
>
> etc
Sorry I don't follow. What do I need to do ch
On 15/08/2011 18:05, Mohit Anchlia wrote:
> Is this even possible with tomcat?
In Tomcat 7.0:
abc##SNAPSHOT-01.war
abc##SNAPSHOT-02.war
abc##SNAPSHOT-03.war
abc##SNAPSHOT-04.war
etc
> On Thu, Aug 11, 2011 at 12:32 PM, Mohit Anchlia
> wrote:
>> Currently when I deploy abc-SNAPSHOT-01.war
Is this even possible with tomcat?
On Thu, Aug 11, 2011 at 12:32 PM, Mohit Anchlia wrote:
> Currently when I deploy abc-SNAPSHOT-01.war I access is something like
> http://localhost:8080/abc-SNAPSHOT-01.war
>
> How can I change the context root such that I can access it as
> http://localhost:8080
> From: Mohit Anchlia [mailto:mohitanch...@gmail.com]
> Subject: Tomcat war context path
> Currently when I deploy abc-SNAPSHOT-01.war I access is something like
> http://localhost:8080/abc-SNAPSHOT-01.war
Unlikely; I suspect it's really:
http://localhost:8080/abc-SNAPSHO
Currently when I deploy abc-SNAPSHOT-01.war I access is something like
http://localhost:8080/abc-SNAPSHOT-01.war
How can I change the context root such that I can access it as
http://localhost:8080/abc?
Problem is that abc-SNAPSHOT-01.war name could change with the build
version change.
12 matches
Mail list logo