| Author |
Problems with Java Melody
|
sankey jain
Ranch Hand
Joined: Apr 29, 2010
Posts: 58
|
|
hi all,
i am getting the HTTP 404 error while trying to install java melody into my application
i have also placed the jar files in the lib folder.
when i try to access the monitoring url, it gives me a 404 error
i am accessing the application via https://10.20.169.170:8081/conflict/monitoring
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8211
|
|
Sankey, is that complete web.xml?
Assuming "conflict" is the context of your deployed web application, I don't see a servlet-mapping for "monitoring" in your web.xml.
|
[My Blog] [JavaRanch Journal]
|
 |
sankey jain
Ranch Hand
Joined: Apr 29, 2010
Posts: 58
|
|
Jaikiran Pai wrote:Sankey, is that complete web.xml?
Assuming "conflict" is the context of your deployed web application, I don't see a servlet-mapping for "monitoring" in your web.xml.
Hi JaiKiran,
Yes, you were right. we fixed that. now melody is up.
but we now have another challenge, the sql transactions are not being recorded, table remains empty all the time
we are using hibernate with c3po pooling. are there any exclusive configurations to be made for hibernate ?
|
 |
sankey jain
Ranch Hand
Joined: Apr 29, 2010
Posts: 58
|
|
sankey jain wrote:
Jaikiran Pai wrote:Sankey, is that complete web.xml?
Assuming "conflict" is the context of your deployed web application, I don't see a servlet-mapping for "monitoring" in your web.xml.
Hi JaiKiran,
Yes, you were right. we fixed that. now melody is up.
but we now have another challenge, the sql transactions are not being recorded, table remains empty all the time
we are using hibernate with c3po pooling. are there any exclusive configurations to be made for hibernate ?
we referred to the advanced documentation on melody present in google groups.
it had exclusive configuration for hibernate. once we included that, sql transactions were being recorded as well
|
 |
 |
|
|
subject: Problems with Java Melody
|
|
|