[Logo] Terracotta Discussion Forums (LEGACY READ-ONLY ARCHIVE)
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
[Expert]
Unable to configure with JBoss  XML
Forum Index -> General
Author Message
tsingh

neo

Joined: 09/01/2008 21:27:23
Messages: 2
Offline

I am new to Terracotta and i tried to configure Terracotta with JBoss application server. I followed the steps in the Start up guide. But when i try to execute dso-env.bat it doesn't work. And if try to run without -q paramter the window just closes. Can some please help me with this. I am running jdk1.6.0_06 and jboss-4.0.5.GA in windows environment. Or if there is some other post please point me to that.

Thanks
hsingh

neo

Joined: 09/01/2008 23:16:41
Messages: 6
Offline

which version of TC you are using, can you provide the tc-config.xml
tsingh

neo

Joined: 09/01/2008 21:27:23
Messages: 2
Offline

I am using Terracotta-2.6.2.

<tc:tc-config xmlns:tc="http://www.terracotta.org/config"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.terracotta.org/schema/terracotta-4.xsd">

<servers>

<!-- The <update-check> element helps ensure that you're using the latest version of Terracotta DSO.
Out-of-date versions trigger a message to log and standard output. -->



<server host="T61">
<dso-port>9510</dso-port>
</server>
<update-check>
<enabled>true</enabled>
</update-check>
</servers>

<application>
<dso>
<web-applications>
<web-application>ROOT</web-application>

</web-applications>
</dso>
</application>
</tc:tc-config>
amiller

ophanim

Joined: 08/29/2007 09:05:48
Messages: 722
Location: St. Louis, MO
Offline

I filed a JIRA issue for this as we've already had at least one other internal report similar to this:

http://jira.terracotta.org/jira/browse/CDV-880

Alex Miller (Terracotta Engineer) - Want to post to the forums? Sign up here
[WWW]
hsingh

neo

Joined: 09/01/2008 23:16:41
Messages: 6
Offline

Try using 2.7.0 stable 0, use tim-get scripts to update the modules needed http://www.terracotta.org/web/display/docs/tim-get , then try starting JBoss with Terracotta
 
Forum Index -> General
Go to:   
Powered by JForum 2.1.7 © JForum Team