Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 6.1.2rc0
-
Component/s: None
-
Labels:None
-
Environment:win32
-
Number of attachments :
Description
Jetty as Windows Service
Activity
Leopoldo Agdeppa III
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Leopold Agdeppa [ lagdeppa ] |
Leopoldo Agdeppa III
made changes -
| Attachment | win32service.zip [ 24621 ] |
Leopoldo Agdeppa III
made changes -
| Attachment | start_loadlibrarypatch.patch [ 24622 ] |
Leopoldo Agdeppa III
made changes -
| Attachment | start_loadlibrarypatch.patch [ 24622 ] |
Leopoldo Agdeppa III
made changes -
| Attachment | win32service.zip [ 24621 ] |
Jan Bartel
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | 6.1.2rc0 [ 13151 ] |
Leopoldo Agdeppa III
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
I decided to use Java Service Wrapper based since its been used by jetty5.
based on the jetty5's win32 code, ive fould out that we need to compile native c codes.
so the following tasks bellow would be need
tasks:
Create A maven project for jni that compiles both native and java code,
it sould be able to detect if its running on windows platform, to compile
the native code for windows.
create jni files that will be used to interact with java service wrapper
configure the java service wrapper