>> Sounds good. Please go ahead and make this change yourself.
Done.
Ta,
Greg
On 6 April 2011 22:52, Steven A Rowe wrote:
> Hi Greg,
>
> > I need the servlet API in my app for it to work, despite being command
> > line.
> > So adding this to the maven POM fixed everything:
> >
> >
Hi Greg,
> I need the servlet API in my app for it to work, despite being command
> line.
> So adding this to the maven POM fixed everything:
>
> javax.servlet
> servlet-api
> 2.5
>
>
> Perhaps this dependency could be listed on the wiki? Alon
Hmmm, after being stuck on this for hours, I find the answer myself
15minutes after asking for help... as usual. :)
For anyone interested, and no doubt this will not be a revelation for some,
I need the servlet API in my app for it to work, despite being command line.
So adding this to the maven P
Hi All,
I'm hoping this is a reasonably trivial issue, but it's frustrating me to no
end. I'm putting together a tiny command line app to write data into an
index. It has no web based Solr running against it; the index will be moved
at a later time to have a proper server instance start for respon