Displaying 20 results from an estimated 1200 matches similar to: "Samba related Student Project"
2005 Aug 30
4
Java with Scriptaculous
I know that the prototype library was paired with Rails but I''m curious
if anyone has used the ajax part (of the libraries) with java servlets?
If so could you please point me to some examples or documentation.
Cheers,
Marty
2004 May 05
5
cgi/servlets/httpd in R
Hi R-helpers
Has anyone had any experience doing CGI or Servlets or using an httpd
server in R?
Context: we are interested in running dynamic demographic calculations
on the internet (life tables, and such) in response to form submissions.
I might do simple cgi to get started, but loading in data each time
seems like it would be quite, quite slow.
I have looked at Rserv, but I am most
2004 Mar 17
2
[LLVMdev] JFYI: svn 1.0.1 released
Hi all,
Here:
http://mail.cs.uiuc.edu/pipermail/llvmdev/2003-October/000523.html
Chris wrote:
Chris> We certainly acknowledge that CVS has severe
Chris> deficiencies, but in the near future we'll probably stay with it.
Chris> Perhaps after SVN 1.0 comes out... :)
so, now it is:
http://subversion.tigris.org/servlets/ProjectNewsList
;-)
P.S. any March LLVM news?
best
2008 Jul 01
0
[LLVMdev] llvm/tools/lto* rename heads up
I have experienced this with a svn 1.5 client but not with 1.4.6.
Did anybody see this with a 1.4.6 (or older) client?
Btw. what is the server version?
Anyway this seems to be a bug in subversion.
Cheers,
Gabor
PS: http://subversion.tigris.org/servlets/ReadMsg?list=users&msgNo=79361
On Jul 1, 5:27 am, Chris Lattner <clatt... at apple.com> wrote:
> Devang removed the old
2006 Jan 23
3
running a background task/thread in rails?
Hi, I am new to ruby and to rails, but I like what I see so far. I have
been working on a web app in java (servlets and JSPs) that, based on a
request from the user, kicks off a thread in the background to perform a
task (puts messages in an MQSeries queue). The thread object is stored
in the session and I then allow the user to control the task from the
browser(like stop it).
Is the same
2005 Nov 21
2
cannot create entry in directory created by Samba
Using Fedora Core 4, Samba 3.0.14a-2, apache 2.0.54, MySQL 4.14-standard,
and Tomcat 5.5.9
I am using XP machines to access a file server also running XP. The database
server however is FC4, so I use Samba to create the file structure, so far
as linux knows, on the database server. This is so that the the front end
for the database, java code (JSP's and Servlets) also running on the
database
2006 Jan 04
14
Rails on Tomcat or JBoss?
Hi all,
The Rails book talks about running Rails under Apache, but is there a
(relatively) easy way to deploy it to either Tomcat or JBoss? Is the CGI
servlet the only option?
Thanks,
Ken
--
Kenneth A. Kousen, Ph.D.
President
Kousen IT, Inc.
<http://www.kousenit.com> http://www.kousenit.com
<mailto:ken.kousen@kousenit.com> ken.kousen@kousenit.com
2006 Aug 08
12
Rails (internals) architectural question
Hi
Another newbe here..... I was wondering if someone could please help me
understand the controllers/view inner working in Production
1. If xxx_controller.rb is only loaded once does it mean there is only one
instance of Controller serving all requests?
2. If only one instance of controller is there then how are controllers
instance variables protected from data corruption when serving multiple
2009 Sep 15
1
R Memory Usage Concerns
Hello all,
To start with, these measurements are on Linux with R 2.9.2 (64-bit
build) and Python 2.6 (also 64-bit).
I've been investigating R for some log file analysis that I've been
doing. I'm coming at this from the angle of a programmer whose
primarily worked in Python. As I've been playing around with R, I've
noticed that R seems to use a *lot* of memory, especially
2003 Apr 16
2
USB2.0/Firewire Enclosure
I (work :) bought a USB2.0/Firewire enclosure and I had a little trouble with
it until I came across this page
http://people.freebsd.org/~maho/USB/comment/ku350a.txt after trying the
sysctl things work well.
I haven't tried the USB2.0 side of it, as I don't have any USB2.0 controllers.
The Firewire bit works great too (quite a bit faster than USB1 :)
The enclosure in question is made
2005 Sep 21
2
Result Documents XML or JSON?
My Java servlets can generate both JavaScript objects, like
JSON, and XML. I can generate both pretty easily.
What''s best practice for AJAX responses? Return scripts to be
evaled by the Ajax control, or return XML documents and iterate
them using XML DOM?
Thanks.
--
Alan Gutierrez - alan@engrm.com
- http://engrm.com/blogometer/index.html
-
2006 Apr 25
1
Threads in camping
Is it possible to start a thread and store a reference to the thread in a
session? I do this with servlets quite frequently and am wondering if a
similar thing is possible in camping.
cheers,
Eric
1999 Oct 06
1
Java interface to R
I have been doing some programming with java servlets for data
collection.
I was wondering if there is a way to connect to the R-server using java
to do data analysis. A java-interface or some connection class.
I think there is some similar facility with SAS, although I have not
looked at it.
Richard Piper
RNS Hospital,
Sydney.
2005 Apr 05
1
Jakarta-Tomcat 1.2.10 problem
The connector is not loading my servlets?
I am writing down my httpd.conf and workers.properties
Httpd.conf
LoadModule jk_module modules/mod_jk.so
<ifModule mod_jk.c>
JkWorkersFile /usr/local/jakarta-tomcat-5.5.4/conf/workers.properties
JkLogFile /etc/httpd/logs/mod_jk.log
JkLogLevel info
JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories
JkLogStampFormat "[%a %b %d
2008 Jul 01
4
[LLVMdev] llvm/tools/lto* rename heads up
Devang removed the old llvm/tools/lto directory and renamed lto2 ->
lto. The end result of this is that 'svn up' may complain. If you
get an error about this from svn, just do:
$ rm -rf llvm/tools/lto*
$ svn up llvm/tools
to fix it,
-Chris
2006 Jul 25
4
Problem installing plugins
I''m trying to install a plugin using the supplied command...
$ script/plugin install svn://rubyforge.org//var/svn/backgroundrb
I get an error
sh: line 1: svn: command not found
What am I doing wrong? What is svn, and why is it not found?? It seems
to work for everyone else....
Have I missed something in my Ruby install?
--
Posted via http://www.ruby-forum.com/.
2006 Jun 29
7
Ajax.Request abort question
im using an Ajax.Request to hit a java servlet and do some processing.
during this time, if the user feels the process is taking too long, he/she
can hit a cancel button to kill the request... by calling the
*abort*function off of the transport, will that kill the processing
that my server
is doing as well or just make the client think that the process has ended?
right now i cant seem to get
2006 Jan 16
2
Basic (newbie) Webrick / ssl config question
I have a simple Intranet app I want to make accessible via the
Internet for remote access by our employees.
I want to use ssl (https) connections and I''ve found enough messages
to imply Webrick as included in rails can do the job.
The message at
http://wrath.rubyonrails.org/pipermail/rails/2005-January/001993.html
even appears to tell me exactly how to do it by modifying
2006 Jul 17
7
SSL [X.509] Authentication in Rails?
Been doing some research but haven''t been able to determine much - has
anyone had any experience parsing incoming [on the request] x.509
certificates? Specifically, getting name, CA, etc. Here''s how you do in
Java Servlets for reference:
X509Certificate[] certs = (X509Certificate[])
request.getAttribute("javax.servlet.request.X509Certificate");
Thanks.
--
2005 Oct 17
1
Tomcat 4 on Centos 4.1
I use OpenNMS and this is how I install it. So far it's worked every time
(6 installs). Make sure you open up your IPTables as needed. Let me know
how it goes.
--Todd
--------------
Installing DAG RPM Repository
nano -w /etc/yum.repos.d/dag.repo
[dag]
name=Dag RPM Repository for RHEL
baseURL=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
gpgcheck=1
enabled=1
rpm --import