// Write file on FS
FileUtil.writeToFile( bundle, bundlePath + bundleName );
if ( !status.getStatus().equals( Status.PUBLISHING_BUNDLE ) ) {
new Thread( new PublishThread( bundleName, null, endpointId, status ) ).start();
}
out.print( "<html><head><script>isLoaded = true;</script></head><body><textarea>{'status':'success'}</textarea></body></html>" );
} catch ( DotPublisherException e ) {