Cool, thought I was going crazy for a while there, not seeing where to get this! :) Can I ask you one or two more things sort of related to this? The directions are a little bit vague in the...
Type: Posts; User: dodgson; Keyword(s):
Cool, thought I was going crazy for a while there, not seeing where to get this! :) Can I ask you one or two more things sort of related to this? The directions are a little bit vague in the...
Yes, that explains it, thanks! :) Just one more thing then, I don't get where we get the HQ EE download from then. The only way I can find to it is the 30 day demo version at hyperic.com and I'm...
But if we haven't explicitly purchased HQ as a separate product, then what? What I mean is, there was an HQ that "comes with" tcruntime under 2.0.0, but I know there is/was *also* HQ as a separate...
I get that part. I understand that the agent isn't "part" of the download for tcruntime anymore. That there isn't a "special" HQ/agent or "managed node" download now. What I'm getting at is where...
What is the upgrade path for Hyperic HQ under the new tcruntime 2.1.0? Under 2.0.0 you could download an installer bundle that had Hyperic HQ, the Hyperic Agent, and tcruntime. You could also...
I don't know for sure but I think the first one is because you're trying to autowire a protected field. Someone correct me if I'm wrong here, but I think you have to have the field be public. I...
Short answer is yes, you have to have something there to map from a "symbolic" view name to a "real" view. It doesn't have to be InternalViewResourceResolver specifically, but that one is probably...
Turns out the problem is solved by adding emptySessionPath="true" to the AJP 1.3 connector in your Tomcat server.xml file like this:
<!-- Define an AJP 1.3 Connector on port 8009 -->
...
I have a controller that I've written as an interface to a searching service within our web application. I think it's all "right", but for some reason the thing is writing an attribute out to the...