[gogoego] r3718 committed - This bootstrap is unused, removing it as it has compilation issues.

1 view
Skip to first unread message

codesite...@google.com

unread,
Oct 15, 2010, 4:33:14 PM10/15/10
to gog...@googlegroups.com
Revision: 3718
Author: carl....@solertium.com
Date: Fri Oct 15 13:32:34 2010
Log: This bootstrap is unused, removing it as it has compilation issues.
http://code.google.com/p/gogoego/source/detail?r=3718

Deleted:

/trunk/modules/com.solertium.gwtproxy/src/com/solertium/gwtproxy/ProxyBootstrap.java

=======================================
---
/trunk/modules/com.solertium.gwtproxy/src/com/solertium/gwtproxy/ProxyBootstrap.java
Wed Feb 10 10:52:57 2010
+++ /dev/null
@@ -1,35 +0,0 @@
-package com.solertium.gwtproxy;
-
-
-import com.solertium.util.restlet.StandardServerComponent;
-
-public class ProxyBootstrap extends StandardServerComponent{
-
- public ProxyBootstrap() {
- super(11001, 11001);
- }
-
-
- public static void main(final String args[]) {
- try {
- final ProxyBootstrap component = new ProxyBootstrap();
- component.start();
- }
- catch (Exception e) {
- e.printStackTrace();
- }
- }
-
-
-
- @Override
- protected void setupDefaultVirtualHost() {
- try{
- final PersistentProxy app = new PersistentProxy();
- getDefaultHost().attach(app);
- } catch (Throwable t) {
- t.printStackTrace();
- }
- }
-
-}

Reply all
Reply to author
Forward
0 new messages