0
votes
3answers
44 views
How do I access a text file from within my war
How do I know what file reference to use to get a file from my WAR.
The structure of the WAR is:
WAR
src
- model
- web
build
WebContent
&n …
0
votes
1answer
29 views
Change font size in Emacs cli
How can i change Emac's default font size in command-line, not the X version of emacs?
0
votes
1answer
12 views
Best way to configure a run script?
I am tasked with supportting a run script that uses environment variables to determine which tools to use, which directories to grab source files from, etc. This does not seem like …
0
votes
1answer
13 views
How to force eclipse to use a specified interface language?
My new work laptop has my native (Polish) locale set. However, I'm simply not able to use eclipse in any language other than English. I'm so used to English names I don't understan …
0
votes
2answers
54 views
Sections must only appear once per config file! why???
hi,
I'm getting the following exeption:
"Sections must only appear once per config file. See the help topic for exceptions. "
my configuration file look like this:
<configS …
0
votes
1answer
28 views
Visual Studio 2008 Editor Configuration - Caret & Current Line
I am trying to do a couple of things to customize the Visual Studio 2008 Editor Configuration. I want to do this via some setting or macro that I can write myself. I can't install …
0
votes
2answers
17 views
ConfigurationSection - Custom Section is undefined - Why?
Hi,
I'm trying to build a custom configuration and with some reason, I can't get it work. I'll appreciate if anyone can see where my problem is.
Here is the code:
public cla …
0
votes
4answers
67 views
Creating daily logs with Log4j?
What configuration values are needed to setup Log4j to use the following pattern?
MyApp-Mon.log
MyApp-Tue.log
MyApp-Wed.log
Etc
With each file containing the days log.
This sound …
0
votes
1answer
22 views
Events tab randomly appears and disappears in VS 2008
I know it's a minor annoyance.. but it's still an annoyance and it baffles me.. About 3 months ago I was using VS 2008 and when I went to the "Properties" tab there was the little …
1
vote
5answers
65 views
Prevent file differences between live and staging websites AND system scripts (PHP)
I'm trying to find a good way to maintain PHP configuration differences between a dev and live environment. I know how to handle differences when scripts are run by Apache (see bel …
1
vote
1answer
18 views
Configuration Validation
I'm implementing a somewhat complex configuration section for a system monitoring project:
<monitoring>
<components>
<component name="Remote Server"
…
0
votes
1answer
45 views
Specifying a custom configuration file for CKEditor
Hi there,
I am trying to add the CKEditor to a page I am currently developing but am having problems getting it to pick up my custom configuration file? I am using CKEditor in Vi …
0
votes
1answer
23 views
Setting up tomcat + ssl failed.. cannot connect to SSL channel?
Hi,
I'm trying to get Tomcat 6.0.20 working with SSL authentication. I used keytool to create a new certificate, put it into my user dir, and set the tomcat authentication to this …
0
votes
4answers
60 views
Can I configure a .NET application to read settings from an SQL database?
I want my app.config (or my web.config for that matter) to read from an SQL database instead of an XML file. How can I do that?
1
vote
1answer
37 views
Possible to sandbox Python configuration file?
I'm thinking of implementing a configuration file written in Python syntax, not unlike what Django does.
While I've seen one or two SO questions about the merits of using executab …
