Suggested workaround for bug 47316

View: New views
4 Messages — Rating Filter:   Alert me  

Suggested workaround for bug 47316

by Amol Wate (awate) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Is there a suggested workaround for the bug 47316 In config file,
Service and engine names must match   without building the tomcat
source.
 
https://issues.apache.org/bugzilla/show_bug.cgi?id=47316#c3
 
We are using a programmatic interface, not the server.xml.
 
Thanks In Advance
Amol
 

Re: Suggested workaround for bug 47316

by Mark Thomas :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Amol Wate (awate) wrote:
> Is there a suggested workaround for the bug 47316 In config file,
> Service and engine names must match   without building the tomcat
> source.
>  
> https://issues.apache.org/bugzilla/show_bug.cgi?id=47316#c3
>  
> We are using a programmatic interface, not the server.xml.

Use the same name for engine and service name.

Mark




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


RE: Suggested workaround for bug 47316

by Amol Wate (awate) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Mark,
I tried it but the approach did not succeed. As in this thread
http://www.mail-archive.com/users@.../msg62626.html

Is there any other workaround?
Thanks
Amol

-----Original Message-----
From: Mark Thomas [mailto:markt@...]
Sent: Tuesday, November 10, 2009 3:33 PM
To: Tomcat Users List
Subject: Re: Suggested workaround for bug 47316

Amol Wate (awate) wrote:
> Is there a suggested workaround for the bug 47316 In config file,
> Service and engine names must match   without building the tomcat
> source.
>  
> https://issues.apache.org/bugzilla/show_bug.cgi?id=47316#c3
>  
> We are using a programmatic interface, not the server.xml.

Use the same name for engine and service name.

Mark




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: Suggested workaround for bug 47316

by Konstantin Kolinko :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/11/10 Amol Wate (awate) <awate@...>:

> Hi Mark,
> I tried it but the approach did not succeed. As in this thread
> http://www.mail-archive.com/users@.../msg62626.html
>
> Is there any other workaround?
> Thanks
> Amol
>
> -----Original Message-----
> From: Mark Thomas [mailto:markt@...]
> Sent: Tuesday, November 10, 2009 3:33 PM
> To: Tomcat Users List
> Subject: Re: Suggested workaround for bug 47316
>
> Amol Wate (awate) wrote:
>> Is there a suggested workaround for the bug 47316 In config file,
>> Service and engine names must match   without building the tomcat
>> source.
>>
>> https://issues.apache.org/bugzilla/show_bug.cgi?id=47316#c3
>>
>> We are using a programmatic interface, not the server.xml.
>
> Use the same name for engine and service name.
>
> Mark
>

It should be obvious, but start with

http://catb.org/~esr/faqs/smart-questions.html#beprecise
http://catb.org/~esr/faqs/smart-questions.html#explicit

and the rest of the tips there.

It might well be that you face a different problem.


Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...