The Stax service now includes upgrades that improve production application security and reliability by allowing you to run dedicated servers on your own EC2 account. Dedicated servers are used only by your applications, so they are isolated from applications deployed by other Stax users and can take full advantage of the underlying computing resources.
Please review this
blog post to learn more...
Continue
Added by Spike Washburn on June 22, 2010 at 1:00pm —
No Comments
We've seen a recent surge in interest from the Scala community, so we've created some new guides for getting started quickly with
Scala and
Lift on Stax.
If you've never heard of
Scala, it's a "tastefully typed" programming language for the Java runtime that combines powerful features from both the object-oriented and functiona…
Continue
Added by Spike Washburn on April 29, 2010 at 9:00am —
No Comments
The Stax team has been working on a new set of tools for Java developers who use Apache Maven to manage their projects. We'd like to get an early version of this toolset into the hands of some Maven developers for some initial feedback and testing. If you are interested in using Maven to build and deploy your Stax applications, please check out this
Stax Maven tutorial wiki page, and let us know how it goes. Please commen…
Continue
Added by Spike Washburn on January 9, 2010 at 2:00am —
Comments
Hi,
I was integrating existing Struts2 + Hibernate + MySql application into stax. I used to integrate hibernate and mysql thru jdbc connection string, but same is not possible in stax.
I used below configuration and run using 'stax run' in my workstation. Please let me know how to resolve this issue
webapp/WEB-INF/stax-web.xml
< resource name="jdbc/sgurusam_test" auth="Container" type="javax.sql.DataSource" >
< param name="username" value="sgurusam" /> < param name="password"…
Continue
Added by siva on December 22, 2009 at 7:30pm —
No Comments
Hi,
Is there any mechanism in Stax to track the detailed monitoring statistics(say cpu usage, bandwidth, memory,
diskspace etc) for each of users using a particular application deployed on the Stax cloud?
If not present, whether will Stax be able to provide functionalities against such scenarios.
Also regarding the current monitoring, is it possible to access the statistics usage data from my own application
instead of logging into the admin console?
Continue
Added by Asish Koley on November 28, 2009 at 6:31pm —
Comment
ERROR: : The following error occurred while executing this line:
C:\demo\myapp\stax-build.xml:77: net.stax.api.StaxClientException: BadRequest -
Invalid signature
And when I open "stax-build.xml" the 77th line:
what's the problem?
pic:

Continue
Added by allen on November 8, 2009 at 5:32am —
Comments
We were soldiers once>> ,it brought me this feeling: peace!!
Continue
Added by allen on November 7, 2009 at 7:59am —
No Comments
"It turns out the URL being generated by our invitation service for the last few days was an old URL, and we honestly didn't know this was a problem until you wrote. "
Please try to sign up using the following URL:
http://www.stax.net/net.stax.console.ConsoleSignup/ConsoleSignup.html#create/3f162b4cc7c044d89a9b2f5b389 Continue
Added by allen on November 7, 2009 at 12:05am —
No Comments
Added by allen on November 6, 2009 at 9:21pm —
No Comments
The Stax Java and MySQL services underwent maintenance today (Sunday, Oct 25) between 5:30PT-9:15PT. All applications and databases were rolled to upgraded servers. These upgraded servers provide some new underlying services that will be the basis of some new features we will be rolling out over the next month. Please let us know if you find any issues or have any questions.
Maintenance Notes:
- One of the global application DB clusters was inaccessible between 8:55-9:05 PT. Applications that a…
Continue
Added by Spike Washburn on October 25, 2009 at 10:19pm —
No Comments
The Stax service is undergoing maintenance today (Sunday, Oct 25) between 4:30PT-8:30PT. During the time the Stax admin will be unavailable and all running application will be rolled to new servers.
Continue
Added by Spike Washburn on October 25, 2009 at 4:30pm —
No Comments
We pushed an update this evening that greatly simplifies the deployment of
Grails applications to the Stax Cloud. The process of creating and deploying a Grails application now consists of the following basic steps:
Create the app:
# grails create-app myapp
Write your code and test locally:
# grails run-app
Generate the application WAR file:
# grails war
Deploy the war to the Stax Cloud:
# stax…
Continue
Added by Spike Washburn on October 15, 2009 at 9:42pm —
No Comments
hi all..
I am new to Stax. I am creating foreign key constraints on the tables. The constraints are creted visibly but there was no impact on the table insertion data even though data is inserted against the constraint. Can any one help me out in letting the problem. I am creating the foreign key constraint as below..
ALTER TABLE schoolprograms ADD CONSTRAINT fk_schoolInfoId
FOREIGN KEY (schoolInfoId)
REFERENCES schoolinfo (schoolInfoId) ON DELETE CASCADE ON
and I also have a small doubt aris…
Continue
Added by Vijaya Yarlagadda on July 28, 2009 at 9:30am —
No Comments
hi all..
Can any one suggest me the best way to get the datasourcr for stax application in Springs.
Thanks in advance..
Continue
Added by Vijaya Yarlagadda on July 27, 2009 at 12:08pm —
No Comments
hi..
Wen I am trying to configure the stax application I am getting an error like 'database: Access denied for user 'user'@'117.198.146.42' (using password: YES)' . Can anyone let me know the reason and remedy for this.
Thanks in advance
Continue
Added by Vijaya Yarlagadda on July 26, 2009 at 2:35pm —
Comment
I am trying to recieving LIST from server. And at the client phae I will use that list to add items for ListBox. There I will recieve the full list containing String and assign the result list to instance variable in my class called "EmployeeNames". But when I use those Strings to add Items for the ListBox, it passes an exception.
Please help me to fix this.
Continue
Added by Ishara on June 28, 2009 at 7:41pm —
No Comments
The
Stax SDK has been updated to 0.3 and is now available for all Stax developers to use. This update of the SDK includes:
- a new set of management commands that make it easier to create and delete Java application and MySQL database resources from the command line
- a new Web-based Query API that allows Stax resources to be managed programmatically and to integrate Stax into release engineering processes
- a new applicatio
…
Continue
Added by Spike Washburn on June 2, 2009 at 9:30am —
Comment
I successfully deployed a seam application to the stax cloud.
First i configured my seam app to run in Tomcat instead of JBoss and than i modified the stax deploy target to deploy the seam application:
http://chess.n2.staxapps.net/
I am working in the seam project directory and moved the stax build file this folder.
Continue
Added by Daniel Murygin on March 31, 2009 at 1:00am —
Comments
DOWNLOAD (Apache License 2.0)
>
staxlogger.jar
>
StaxLogger-src.zip
----I studing English now, So my English is very poor, sorry----
JDBCAppender contains log4j. This appender is log w…
Continue
Added by Yamashita Daisuke on March 28, 2009 at 9:00pm —
Comment
I'm trying to test webapp Struts with Hibernate on Stax.
To do this I download:
- hibernate-distribution-3.3.1.G
- hibernate-annotations-3.4.0.GA
- slf4j-1.5.6
- apache-log4j-1.2.15
I add all needed (I hope) .jar in
WEB-INF/lib:
- antlr-2.7.6.jar
- commons-collections-3.1.jar
- commons-logging-1.0.4.jar
- dom4j-1.6.1.jar
- dom4j.jar
- ejb3-persistence.jar
- freemarker-2.3.8.jar
- hibernate-annotations.jar
- hibernate-commons-annotations.jar
- hibernate-core.jar
- hibernate3.jar
- javassi…
Continue
Added by Jean-Charles GIARDINA on March 27, 2009 at 9:00pm —
Comment