Link to home
Start Free TrialLog in
Avatar of davidst98
davidst98

asked on

Install Tomcat via PowerShell

Hi, I'm tryting to install Tomcat silently with PowerShell.  I tried this command but a Open File - Security Warning pop up window asks me if I want to continue.   I been running powershell as administrator.

$proc = Start-Process -FilePath "c:\david\apache-tomcat-7.0.54" -Wait -PassThru '/S /D="C:\Program Files\Apache Software Foundation\Tomcat 7.0"'

Could you tell me what I'm doing wrong?   Thanks.

David
Avatar of Greg Hejl
Greg Hejl
Flag of United States of America image

sry - I don't have a solution for you.

if you don't mind, I do have a question.  

why do you need to run an apache web server on a windows machine?
ASKER CERTIFIED SOLUTION
Avatar of Greg Hejl
Greg Hejl
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of davidst98
davidst98

ASKER

Thanks