|
Is it possible to configure a POS printer service object (an Epson one) from a POS.NET application (such as configuring the IP address for a network connected printer)? It would be nice if it didn't need to be done separately through the applications ...
Started by codeincarnate on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
As long as you have access to the device over IP and you know how to code the data you should be able to gnereate your own Epson speciifc output file and send it directly to the IP... .
Not sure I understand completely but here are some general thoughts.. .
|
|
I hear a couple of people using the term 'programming' rather than configuring, for example:
Have you already programmed Apache's Virtual Hosts configuration correctly, with ServerName named FOO?
Program your .vimrc first before starting Vim the first...
Started by Kenny M. on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
EDIT: Also, computer development is far more than.
configuring as an indirect type of programming.
|
|
After having a period of logshipping failures going unnoticed (due to a stopped SQL Agent on the secondary server) I'm looking at configuring some monitoring.
Having seen the ability to specify a "Monitor Server instance" on the SQL Server 2008 log shipping...
Started by cpedros on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Well the monitor in the sql server what bee see is this Monitor in English , I don't know if i'm right but for me the SQL Monitor is not an Instance, is a Module, and in this post explains what happend with the monitor in the last release , i hoppe this... .
|
Ask your Facebook Friends
|
Hi,
Okies, I have successfully installed the XAMPP and added virtual hosts and am able to make database calls and stuff. The problem I am facing is while trying to enable the memcache module. Currently trying to configure using these links.
h??p://theindexer...
Started by Undefined on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
So:
wget http:....
You need to download the source from somewhere, extract it into a folder, cd into that folder and then run the program .
If I understand your question properly, then it seems like you're in the wrong place when trying to run the command .
|
|
I am trying to configuring apache webserver with tomcat using AJP but i am not sure am i doing it right or not.
Here are the steps that i followed
Enabled required module in httpd.conf file LoadModule proxy_module modules/mod_proxy.so LoadModule proxy...
Started by alee on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You will also need the 'proxypassreverse' just after 'proxypass'
Have you enabled the AJP connector in Tomcat's server.xml:
<Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
You aren't supposed to use AJP port for accessing Tomcat... .
|
|
I have a scenario where long-idle sessions of TOADSoft client communication with the Oracle server seem to be torn down as they timeout on an intermediate state-full firewall.
These sessions could be idle for multiple hours!
It is not acceptable to increase...
Started by nik on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Here is what the Oracle manual says on this subject:
Purpose
Use parameter SQLNET.EXPIRE_TIME to specify a the time interval, in minutes, to send a probe to verify that client/server connections are active... .
Set the value of SQLNET.EXPIRE_TIME in sqlnet.ora.
|
|
I have been having trouble trying to get apache working nicely on Fedora 10, and would really like to have a GUI to configure it all. I have tried using the .conf file, but it doesn't seem to work - I have set the server root directory to show access ...
Started by a_m0d on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Http://www.cpanel.net/products/cpanelwhm/.
Takes away lots of the pain of configuring and building Apache (installing modules, building and configuring PHP, and more in a few clicks).
|
|
We’re getting the following error message when we click on “Search Settings” for a Shared Services Provider: “Authentication failed because the remote party has closed the transport stream.”
This is a new server environment with two web front ends, one...
Started by Jason Stevenson on
, 6 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Do have a look into profiles settings, do you get any error when accessing to the User Profiles settings for that same SSP?
I guess you find this exception in the index server, right?
Are you able to browse to 'https://mushni-sptwb... .
Could be an SSL issue.
|
|
Can I configure the max threads via the config file?
Started by James on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
But you could read the desired value of maximum number of threads in the thread pool from a config file and pass the values... .
Not directly.
No - However, this can be set based on configuration values you read, by calling ThreadPool.SetMaxThreads .
|
|
How do I configure Apple's FileMerge program to function as Mercurial's merge tool? I have my .hgrc file setup in my home directory and I simply want to configure FileMerge as the merge program.
Started by Frank on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The short version is your....
Most of what you want to know is described at the Mercurial wiki's MergeProgram page .
I haven't tried to use FileMerge but a general overview might help .
Read that first.
Update: The Mercurial wiki has a page about FileMerge.
|