<br>See we dont want the Websphere to be running as a service.  This Websphere is for development and for devleopers.<br><br>We dont want to be run as a service.  Inface we are going out of the way to make it NOT run as a service.<br>
<br>The IDE controls the start and stop of the server based on our development needs.<br><br>Is that possible to run it in a non-service mode and also can I just do chmod 777 on the entire folder I should be set.<br><br>-Narahari<br>
<br><div class="gmail_quote">On Wed, Feb 23, 2011 at 12:58 PM, Jim Kinney <span dir="ltr">&lt;<a href="mailto:jim.kinney@gmail.com">jim.kinney@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Websphere is a service. It should be run from a startup script in<br>
/etc/init.d (see man chkconfig). The normal install will do it for you<br>
and all you have to do is start the service.<br>
<br>
The ide will require a PATH change most likely or at the least a path<br>
to the runable binary. If the binary is not already 755 then sudo<br>
chmod 755 foo will fix that.<br>
<br>
On Wed, Feb 23, 2011 at 12:49 PM, Narahari &#39;n&#39; Savitha<br>
<div><div></div><div class="h5">&lt;<a href="mailto:savithari@gmail.com">savithari@gmail.com</a>&gt; wrote:<br>
&gt; I installed using sudo both Websphere7 and MyEclipseIDE to /opt.... folders.<br>
&gt;<br>
&gt; Now its allworking fine.  I want to be able to be able to allow regular user<br>
&gt; to run the stuff.<br>
&gt;<br>
&gt; Is it possible that way or, I need to set some mask or umask or change<br>
&gt; permissions etc., ?<br>
&gt;<br>
&gt; -Narahari<br>
&gt;<br>
&gt; On Wed, Feb 23, 2011 at 8:30 AM, Jim Kinney &lt;<a href="mailto:jim.kinney@gmail.com">jim.kinney@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; That&#39;s the way it works in Linuxland as well. Admin installs<br>
&gt;&gt; application and users have access to use it.<br>
&gt;&gt;<br>
&gt;&gt; The vm stuff will be static - i.e. a single user login unless you have<br>
&gt;&gt; some ldap/ad stuff setup inside the vm.<br>
&gt;&gt;<br>
&gt;&gt; So you create a vm and install as root the apps you need setting stuff<br>
&gt;&gt; to run on boot as needed. Now create a simple user inthe vm with a<br>
&gt;&gt; disposable password, login and verify that user can do what is<br>
&gt;&gt; required. Then you shutdown and copy the vm space. Each developer then<br>
&gt;&gt; has their own vmware space and they import the vm you made to their<br>
&gt;&gt; space. Once they start your vm, the switch into it, login as the<br>
&gt;&gt; preset user and they&#39;re back to work.<br>
&gt;&gt;<br>
&gt;&gt; On Wed, Feb 23, 2011 at 7:05 AM, Narahari &#39;n&#39; Savitha<br>
&gt;&gt; &lt;<a href="mailto:savithari@gmail.com">savithari@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; Here is what I want to do.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; VM = VMWare Server<br>
&gt;&gt; &gt; VM Inside = Ubuntu 10.10 64 bit<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I want to install Websphere 7 inside the VM.<br>
&gt;&gt; &gt; Then I want to install the MyEclipse IDE.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Then I want to kick start the WebSphere server from inside the IDE (it<br>
&gt;&gt; &gt; does<br>
&gt;&gt; &gt; this anyways).<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Once it is all up and runing I plan to distribute the VM to our<br>
&gt;&gt; &gt; developers,<br>
&gt;&gt; &gt; so we dont have to worry about configuration of IDE&#39;s to  new folks.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; If this can be accomplished as a reg user, I am all for it.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I thougt that if I do this as superuser then it might be easy to install<br>
&gt;&gt; &gt; once and every one gets it.<br>
&gt;&gt; &gt; What equivalnce I am looking for is, in Windoze world the LAN admin<br>
&gt;&gt; &gt; installs<br>
&gt;&gt; &gt; Word as an admin and the next thing you know all users who<br>
&gt;&gt; &gt; login to that box get Word as an application and thats what I am trying<br>
&gt;&gt; &gt; to<br>
&gt;&gt; &gt; accomplish.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; -Narahari<br>
&gt;&gt; &gt; On Tue, Feb 22, 2011 at 6:17 PM, Michael B. Trausch &lt;<a href="mailto:mike@trausch.us">mike@trausch.us</a>&gt;<br>
&gt;&gt; &gt; wrote:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; On Tue, 2011-02-22 at 14:34 -0500, Narahari &#39;n&#39; Savitha wrote:<br>
&gt;&gt; &gt;&gt; &gt; How do I run a few scripts like my IDE launcher, the Websphere server<br>
&gt;&gt; &gt;&gt; &gt; etc., to run as sudo aka root without prompting me for the password<br>
&gt;&gt; &gt;&gt; &gt; each time ?<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; As Mike W. pointed out, there is little need to run such things as the<br>
&gt;&gt; &gt;&gt; superuser.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; If you need to start a dæmon that needs to listen on a privileged port,<br>
&gt;&gt; &gt;&gt; there are a few ways that you can do this.  You can grant the<br>
&gt;&gt; &gt;&gt; approriate<br>
&gt;&gt; &gt;&gt; capability to the user account that runs the software (or to the<br>
&gt;&gt; &gt;&gt; software itself, using filesystem capabilities), though this is not a<br>
&gt;&gt; &gt;&gt; universally supported method of operation (why, I&#39;m not sure).<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; The other means would be to have a small (and I mean *tiny*) program<br>
&gt;&gt; &gt;&gt; that runs setuid root and does ABSOLUTELY nothing other than to acquire<br>
&gt;&gt; &gt;&gt; the listening socket, drop root privileges permanently, and then exec<br>
&gt;&gt; &gt;&gt; the target program.  That might require a patch to the target program<br>
&gt;&gt; &gt;&gt; so<br>
&gt;&gt; &gt;&gt; that it can take the listening socket file descriptor either on a<br>
&gt;&gt; &gt;&gt; well-known file descriptor or via a command line option that can pass<br>
&gt;&gt; &gt;&gt; in<br>
&gt;&gt; &gt;&gt; the fd number.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; There are more clever means to do these sorts of things, as well.  They<br>
&gt;&gt; &gt;&gt; are, however, left as an exercise to the reader.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt; Also how do you start any gui app minimized, I need to run VMWare<br>
&gt;&gt; &gt;&gt; &gt; tools as root and minimized.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; That depends on the toolkit that the program in question is built to<br>
&gt;&gt; &gt;&gt; run<br>
&gt;&gt; &gt;&gt; with.  For GTK+ based software, I am not aware of any such<br>
&gt;&gt; &gt;&gt; functionality.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;        --- Mike<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt; Ale mailing list<br>
&gt;&gt; &gt;&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt;&gt; &gt;&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt;&gt; &gt;&gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt;&gt; &gt;&gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; Ale mailing list<br>
&gt;&gt; &gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt;&gt; &gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt;&gt; &gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt;&gt; &gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; --<br>
&gt;&gt; James P. Kinney III<br>
&gt;&gt; I would rather stumble along in freedom than walk effortlessly in chains.<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Ale mailing list<br>
&gt;&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt;&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt;&gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt;&gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Ale mailing list<br>
&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
--<br>
--<br>
James P. Kinney III<br>
I would rather stumble along in freedom than walk effortlessly in chains.<br>
<br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
</div></div></blockquote></div><br>