Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Trouble with CGI



On Thu, Apr 9, 2015 at 7:07 PM, Joakim Erdfelt <joakim@xxxxxxxxxxx> wrote:
On Thu, Apr 9, 2015 at 6:14 PM, Tim Halloran <hallorant@xxxxxxxxx> wrote:
On Thu, Apr 9, 2015 at 3:20 PM, Simone Bordet <sbordet@xxxxxxxxxxx> wrote:
The modules can be confusing, there is little to motivate one over the other (I find myself trying to take ones out to see if I really need them). It might be nice to determine what module "enables" a class (notionally 'java -jar ../jetty.home/start.jar --list-module-with-class=org.eclipse.jetty.servlets.CGI' which would answer 'servlets' -- to help figure this out, I used jar tvf in the lib directory then --list-modules -- so it can be done).

Interesting idea, added an enhancement request at https://bugs.eclipse.org/bugs/show_bug.cgi?id=464342

Note however, that the module name can often be guessed properly from the package name pattern org.eclipse.jetty.<module>
So you could have just looked at the FQCN of org.eclipse.jetty.servlets.CGI and saw that it was servlets that you needed.

 - Joakim

Thanks, will do -- I do not think your note is in the documentation (it is useful to know) -- I'll go ahead and file an enhancement.


 

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top