This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Tomcat Usage #2
Comments
How do you mean? You can use the library to queue jobs from a Tomcat servlet if that's what you're asking. |
Perfect. I've never worked with LSF before so I have no idea what to use yet. My colleagues were suggesting I should lauch commands using ProcessBuilder with a small Java program which communicates with tomcat on the same machine. All of this to avoid continually forking the tomcat process. I'm hoping this project will avoid all of that. Is that right? |
That's the idea, yes. Let us know how you get on...
…On Tue, 1 Jan 2019, 16:55 DJDaveMark ***@***.*** wrote:
Perfect. I've never worked with LSF before so I have no idea what to use
yet.
My colleagues were suggesting I should lauch commands using ProcessBuilder
with a small Java program which communicates with tomcat on the same
machine. All of this to avoid continually forking the tomcat process.
I'm hoping this project will avoid all of that. Is that right?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABdwYHvpkx6JF97FM9NJtGoFLIZ1yGFSks5u-5MQgaJpZM4Zl10Q>
.
--
<https://www.genestack.com/?signature>
www.genestack.com
<https://www.genestack.com/?signature>
Genestack is a limited company
registered in England and Wales. Registered number: 7778793.
Registered
office: 82-88 Hills Road, Cambridge, CB2 1LQ, United Kingdom
<https://maps.google.com/?q=88+Hills+Road,+Cambridge,+CB2+1LQ,+United+Kingdom&entry=gmail&source=g>.
Email Confidentiality Notice. This message is private & confidential. If
you receive this message in error. please forward it to
[email protected] <mailto:[email protected]> & remove it from your
system.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi. Any tips on using this with tomcat?
The text was updated successfully, but these errors were encountered: