use: net start and net stop
To see the help screen, do this: net start /?
Main Topics
Browse All TopicsI am running Windows Server 2003 and have Java installed. I need java to restart so it will re-readin new configurations I have set for a client software... how to I perform a DOS command like in bourne shell
net stop java // didnt work
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
>>net stop java
So i don't think you can have read http:#25704127
Im not sure I follow ...
can you make this http:#25704127 a complete absolute path to documentation you are referring I read ? thx
a lil more about the service running. its name is Entrinik Informer JavaService utility runs Java applications as services. See http://javaservice.objectw
running
Java(TM) SE Runtime Environment (build 1.6.0_13-b03)
hth
These Windows services are started:
Application Experience Lookup Service
Automatic Updates
COM+ Event System
COM+ System Application
Computer Browser
Cryptographic Services
DCOM Server Process Launcher
DHCP Client
Distributed Link Tracking Client
Distributed Transaction Coordinator
DNS Client
Entrinsik Informer 4.0
Error Reporting Service
Event Log
Help and Support
HTTP SSL
IPSEC Services
Java Quick Starter
Logical Disk Manager
Network Connections
Network Location Awareness (NLA)
Plug and Play
Print Spooler
Protected Storage
Remote Procedure Call (RPC)
Remote Registry
Secondary Logon
Security Accounts Manager
Server
Shell Hardware Detection
System Event Notification
Task Scheduler
TCP/IP NetBIOS Helper
Terminal Services
VMware Physical Disk Helper Service
VMware Tools Service
Windows Management Instrumentation
Windows Time
Wireless Configuration
Workstation
The command completed successfully.
Business Accounts
Answer for Membership
by: CEHJPosted on 2009-10-30 at 08:47:28ID: 25704116
net stop *should* work if Tomcat is installed as a service - is it? If so, it should be
net stop tomcat
(assuming the name of the service is 'tomcat' [have a look in Administrator Tools in the gui])