I am doing first JWS project. Application can run from a jar file, but for the "Help" function I use registered default browser to open the help.htm.
How to bundle "loose" files with project, or do a loadAsResource from the jar and get it into the browser?
new to jws, but generally strong in...
When starting vncserver :1 as root on FC4 i get the full set of menus from kde
When starting same as non-root the menu bar is blank. I get an error "No volume control elements and or devices found."
I've even tried adding things to the menu bar, but they dont show up.
here's my xstartup
#...
How long a file name is allowed in FC 4 or RHES 3.x
NTFS supports 32 k in Unicode mode
We are havng problems with long file names on deep path hierarchies in subversion. especially when subversion creates .svn folders and adds files within
Thanks
Jeb
\0
Can't locate this module to support a Subversion commit-access-control.pl hook script.
Any ideas?
I did search cpan. There are some ini file wrappers, but not this one
tnx
Jeb
I am setting up log filters. My logs get clogged with PROPFIND requests. I can filter them out, but if a PROPFIND returns a status of 401 I want to log it.
# discard propfinds
SetEnvIf Request_Method PROPFIND no_logging
# discard pings from load balancer
SetEnvIf Request_URI apache_pb\.gif$...
I want to glob an array of filenames retrieved from a source control list command.
The array contains a list of filenames with newlines.
I could walk the list and pre chomp them, but how to feed them to glob and get the filtered list out to an array
Tnx
Jeb
\0
I want to glob an array of filenames retrieved from a source control list command.
The array contains a list of filenames with newlines.
I could walk the list and pre chomp them, but how to feed them to glob and get the filtered list out
Tnx
Jeb
\0
In other words, can I take the address of < , <=, etc
Or would I have to do something with stl
&std::operator<double> <(double, double)
Eveentually I want to set up a map like
typedef (*opPtr)(double, double);
std::map< const char*, opPtr > operatorMap;
operatorMap["LE"] =...
I've got modperl built into apache, and apsche says it is loaded, but the GATEWAY_INTERFACE still indicates plain CGI
Please reference
http://tek-tips.com/viewthread.cfm?qid=1224946&page=1
for details
Thanks
Jeb
\0
How can I tell if Apache is actually using mod_perl vs just executing using the perl binary. I don't have root access, but do have access to httpd.conf.
There doesn't seem to be any script-handler directives in httpd.conf
tnx
Jeb
Is it possible to have a stored procedure call out to execute an external (command line) program? Are there any canned libraries to help me do this?
Running oracle 9i on Linux.
Thanks
Jeb
\0
We hope to user mod_auth_ldap to authenticate users, is it possible to use Require Group a_group where the groups are defined in a mod_auth style groups file?
tnx
Jeb Beasley \0
Apache 2.0.54 mod_auth
For a groups file like this
readers: joe betty alan
writers: mike alan
admin: suresh samson
power_user: vinay group.admin
Can I include the admin group in the super_user group?
Can group file "Include" another group file?
Thanks
Jeb Beasley \0
I am setting up mod_auth to restrict access to various directories. How can I let the end users change their own password after the initial setup of their name in the users file.
Is switching to mod_auth_mysql a better way and give them a web page to change it?
tnx
Jeb Beasley
I would like to process server side includes as content is being proxied. Is that posisble?
Request from client comes to proxy. SSI embeds authetication token, passes to remote (3rd party) server.
I don't want to embed authentication info at the client. I prefer to do it at the proxy, since...
apache running on server A, I want to alias a shared folder on server b using a unc in the directory tag. Is there any way I can pass credentias to access the share, or am I stuck with the credentials under which apache is running. Both boxes win2k.
Alias /webdocs/ "//b/share$/docs/webdocs"...
I have the following
set @crsTablesToProcess = cursor for select Table_Name
from t_TableList_SalesNet2
where partition <>'no'
I would like to have the following
set @crsTablesToProcess = cursor for select Table_Name
from @TableNamePassedAsArgument
where partition...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.