Startup usually refers to the processes or events that occur at the start of a program, at the beginning of execution of a code block, or when a device is first booted.
Questions tagged [startup]
2846 questions
1
vote
2 answers
Application Autostart Locations/methods for Windows (XP, Vista, 7) and Linux (GTK, KDE, ...)
I am developing a cross platform application that needs to auto start upon user login (not system start). What are the common locations/methods in invoking auto start for Windows/Linux.
For example, are the Windows registry locations for auto start…

The Unknown
- 19,224
- 29
- 77
- 93
1
vote
1 answer
Auto Startup a Metro App
I want to write a Windows 8 Metro App which starts automatically after the user's login.
For desktop apps I know how to do that, using a registry key or copying a link to the startup folder. In this case I am looking for a Metro equivalent to the…

danijar
- 32,406
- 45
- 166
- 297
1
vote
1 answer
Riak 3-node cluster start-up on Mac (same machine)
I am attempting to start up a 3-node cluster on one machine (Mac OS X Mountain Lion) for Riak via http://wiki.basho.com/Basic-Cluster-Setup.html
I downloaded and expanded the tarball for Riak 1.2 (no source to build, nice and clean expansion). I…

user1586886
- 13
- 3
1
vote
1 answer
Warnings and Errors at Tomcat 6 startup
I'm new to Tomcat, and have been tasked with migrating a Tomcat 5 / Java 1.4 application in Tomcat 6 / Java 6.
On tomcat 6 startup in Eclipse I keep getting multiple warnings like :
No rules found matching…

Legrand Robert
- 13
- 1
- 1
- 4
1
vote
1 answer
Android Application not running at startup
I have a basic Android application that is supposed to reboot the phone continuously a set number of times. In order to do this, I need the application to be started upon phone startup. In order to that, I essentially followed the instructions…

TSM
- 582
- 2
- 10
- 25
1
vote
3 answers
Azure: when should I use startup tasks?
I understand that startup tasks are used to set up your system. For example, if your code is written in Python, you can add a startup task to install Python. But can't this also be done in the ProgramEntryPoint batch script? What's the difference?

Andres Riofrio
- 9,851
- 7
- 40
- 60
1
vote
1 answer
Java start program on user login (platform-wide)
Across linux, MAC, and Windows, is there any way to make a Java program startup on login? I know on windows their would just need to be a shortcut to the jar file in the user's startup folder. But for linux and MAC what should i do?

Mohammad Adib
- 788
- 6
- 19
- 39
1
vote
2 answers
IOException when starting JBoss 5.1 GA
Starting my JBoss instance takes quite a while (11 minutes) on my server, and I think it is because of this error:
2012-07-19 09:37:46,546 INFO [org.jboss.web.WebService] (main) Using RMI server codebase: http://zpssis1p:8083/
2012-07-19…

nimrod
- 5,595
- 29
- 85
- 149
1
vote
2 answers
Autostart ClickOnce application in a silent mode
I have an application that uses ClickOnce to deploy, and I have managed to get the application starting when a user logs in.
My issues are that I need the application to start up hidden (I don't want a user to have to minimize it until they require…

Ross Dargan
- 5,876
- 4
- 40
- 53
1
vote
5 answers
Should loading/startup dialogs be locked on top?
Introduction
I have been so annoyed by applications that have a startup dialog which is Always on Top configured.
By start dialog I mean the annoying box that tells you what program you just opened (and probably opened on purpose so useless…

CodeFusionMobile
- 14,812
- 25
- 102
- 140
1
vote
1 answer
Error: "could not find function.." when using .First()
I have a script in .First(). I saved it to .RData and put it in a folder to which I point in a Windows shortcut of Rterm.exe 64-bit (like described here). When I open the shortcut I get the error "could not find function..", even for base…

Kay
- 2,702
- 6
- 32
- 48
1
vote
1 answer
Dozer DozerBeanMapper Instantiation Startup EJB App Server Glassfish
Dozer's documentation states that you should only have one instance of DozerBeanMapper running in the app on the server. For initial development I ignored this, now I want to update the app to do this.
How can I instantiate the DozerBeanMapper…

Bill Rosmus
- 2,941
- 7
- 40
- 61
1
vote
5 answers
Azure startup task Appcmd to config my site
I have a azure site running, and I want to solve the notorious application pool restart warm up issue. It seems that MS has release for Application Initialization IIS.
So I have to do the following
1. Install Application Initialization
2. Make some…

Sean Dong
- 575
- 9
- 16
1
vote
1 answer
Ant Script after Tomcat Startup
Is there anyway to write a hook to execute an ant script after the tomcat startup is completed. Tried to change the startup.bat to invoke ant script at the end, but the ant gets invoked before the tomcat has completely started.
Any thoughts will be…

Ajai Gopal
- 189
- 4
- 12
1
vote
1 answer
web application startup (spring 3.0)
I want a method (or some functionality) to be executed after my web application starts (context loaded). I am using spring 3.0 as framework.
I tried using ServletContextListener which I implemented in my class
my listener class
package…

Laxmikant Kumbhare
- 173
- 1
- 5
- 15