|
It seems that I've never got this to work in the past. Currently, I KNOW it doesn't work.
But we start up our Java process:
-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=6002 -Dcom.sun.management.jmxremote.authenticate=false -Dcom...
Started by Will Hartung on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Not require opening up a lot of ports however, I've gotten it to work using the combined source snippets/agent.html
It's even possible to setup an ssh tunnel and still get it to work :-).
|
|
Hi Guys,
This might sound like a stupid question but I would really like to know how I would work out how many IP's I've got available on this network range:
196.44.198.32/29
Can someone explain it to me, what the /29 means and how you calculate it. The...
Started by Conrad on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
For such use you may use a pretty tool named ipcalc
Address: 196.44.198.32 11000100.00101100.11000110.00100 000 Netmask... .
See this CIDR calculator.
/29 means 6 usable addresses:
196.44.198.32 - 196.44.198.39
Typically, 196.44.198.33 would be your gateway .
|
|
I'm trying to get IIS6 to work reliably with a WCF service I have hosted in a separate Windows Service application on the same machine. Users connect to IIS via some HTTP exposed services, which is working fine, and then IIS needs to get some information...
Started by sipwiz on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
We are using IIS 7 hosting about 20 services with the net... .
This can possibly lead to the faulted state.
Can you show me the code you use to dispose of the wcf client proxy?
Never use 'using' on a wcf proxy, as it will not dispose correctly every time .
|
Ask your Facebook Friends
|
I'm looking for examples of processing.js working in Internet Explorer via ExplorerCanvas or similar.
Started by htxt on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
However, if your Processing.js code has even one little for presentable fonts is the IE/VML wing... .
It does.
This didn't work for me; maybe() doesn't work with excanvas.js.
Hex notation with alpha channel (the CC) that looks like 0xCC006699 .
|
|
Function addSearchPattern(file, aStatus, aRule, aExpression, aCategory) { $.getJSON(file, { status: aStatus, rule: aRule, expression: aExpression, categoryID: aCategory }, function(data){ if(data.errors.length > 0) { var errorText = ''; $.each(data...
Answer Snippets (Read the full thread at stackoverflow):
|
|
I have a Java application (not an applet) that needs to access a web service. Proxies for the web service have been generated with JAX-WS, and seem to work fine. In one scenario it needs to talk through a web proxy server (actually Squid 3.0), which is...
Started by DavidK on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
To work around this, in HttpURLConnection.sendCONNECTRequest(), I added.
Conversation.
|
|
I'm guessing I need to implement an NVelocityViewEngine and NVelocityView - but before I do I wanted to check to see if anyone has already done this.
I can't see anything in the trunk for MVCContrib .
I've already seen the post below - I'm looking specifically...
Started by Macka on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You need to reference the MvcContrib.Castle dll..
There's an NVelocity implementation in MvcContrib.
Personally I don't have a clue about NVelocity, but here is a link that might help you .
|
|
I may have this completely wrong, but my understanding is that the --standalone compiler option tells the compiler to include the F# core and other dependencies in the exe, so that you can run it on another machine without installing any 'runtime'.
However...
Started by Benjol on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
It seems to be broken :(
--staticlink is not working either:
C:\Program Files\Reference Assemblies\Microsoft....
F# manual: Statically linking the F# library using "--standalone"
Did you try to run peverify.exe utility?
@ Benjol ,
just tried it myself .
|
|
This has been asked before but not exactly in the same way (other users had Rails/servers issues, and I'm not having the issue with OLD_PASSWORDS)
I'm trying to make my Ruby app work with MySQL using Ruby-MySQL ,
The setup is supposed to be quite simple...
Started by turbovince on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
I've copied libmysql.dll from this address: http.
Versions to work properly with ruby 1.9.1.
|
|
If so how?
Did you roll your own with jQuery or use the Microsoft AJAX toolkit?
Did you create a webservice or call an action?
EDIT : Please note that this question was asked before Microsoft announced that they were going to bundle jQuery in with VS/...
Started by IainMH on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
JQuery is the prefferred method of doing AJAX in the forthcoming ASP.NET MVC .
It works well.
To work.
|