[jira] [Commented] (SOLR-4353) rename solr/example/contexts/solr.xml to reduce solr.xml confusion

2013-01-24 Thread Hoss Man (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-4353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13562194#comment-13562194
 ] 

Hoss Man commented on SOLR-4353:


Posting a patch for this seems kind of silly, the change i'm proposing is 
simply...

{noformat}
hossman@frisbee:~/lucene/dev$ svn mv solr/example/contexts/solr.xml 
solr/example/contexts/solr-jetty-context.xml
A solr/example/contexts/solr-jetty-context.xml
D solr/example/contexts/solr.xml
{noformat}

 rename solr/example/contexts/solr.xml to reduce solr.xml confusion
 

 Key: SOLR-4353
 URL: https://issues.apache.org/jira/browse/SOLR-4353
 Project: Solr
  Issue Type: Bug
Reporter: Hoss Man
Assignee: Hoss Man
 Fix For: 4.2, 5.0


 I've occasionally seen people get confused about editing the example 
 solr.xml file because in addition to the real solr.xml file for 
 configuring solr, they also find the jetty context file which is named 
 solr.xml
 Unlike tomcat, where the context descriptor file name determines the webapp 
 path, jetty doesn't care what the file name is -- it just globs up all the 
 context files and looks at the contextPath properties on the WebAppContext 
 objects in those files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-4353) rename solr/example/contexts/solr.xml to reduce solr.xml confusion

2013-01-24 Thread Mark Miller (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-4353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13562219#comment-13562219
 ] 

Mark Miller commented on SOLR-4353:
---

+1, seems fine.

 rename solr/example/contexts/solr.xml to reduce solr.xml confusion
 

 Key: SOLR-4353
 URL: https://issues.apache.org/jira/browse/SOLR-4353
 Project: Solr
  Issue Type: Bug
Reporter: Hoss Man
Assignee: Hoss Man
 Fix For: 4.2, 5.0


 I've occasionally seen people get confused about editing the example 
 solr.xml file because in addition to the real solr.xml file for 
 configuring solr, they also find the jetty context file which is named 
 solr.xml
 Unlike tomcat, where the context descriptor file name determines the webapp 
 path, jetty doesn't care what the file name is -- it just globs up all the 
 context files and looks at the contextPath properties on the WebAppContext 
 objects in those files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-4353) rename solr/example/contexts/solr.xml to reduce solr.xml confusion

2013-01-24 Thread Commit Tag Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-4353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13562239#comment-13562239
 ] 

Commit Tag Bot commented on SOLR-4353:
--

[trunk commit] Chris M. Hostetter
http://svn.apache.org/viewvc?view=revisionrevision=1438283

SOLR-4353: Renamed example jetty context file to reduce confusion


 rename solr/example/contexts/solr.xml to reduce solr.xml confusion
 

 Key: SOLR-4353
 URL: https://issues.apache.org/jira/browse/SOLR-4353
 Project: Solr
  Issue Type: Bug
Reporter: Hoss Man
Assignee: Hoss Man
 Fix For: 4.2, 5.0


 I've occasionally seen people get confused about editing the example 
 solr.xml file because in addition to the real solr.xml file for 
 configuring solr, they also find the jetty context file which is named 
 solr.xml
 Unlike tomcat, where the context descriptor file name determines the webapp 
 path, jetty doesn't care what the file name is -- it just globs up all the 
 context files and looks at the contextPath properties on the WebAppContext 
 objects in those files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-4353) rename solr/example/contexts/solr.xml to reduce solr.xml confusion

2013-01-24 Thread Commit Tag Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-4353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13562242#comment-13562242
 ] 

Commit Tag Bot commented on SOLR-4353:
--

[branch_4x commit] Chris M. Hostetter
http://svn.apache.org/viewvc?view=revisionrevision=1438284

SOLR-4353: Renamed example jetty context file to reduce confusion (merge 
r1438283)


 rename solr/example/contexts/solr.xml to reduce solr.xml confusion
 

 Key: SOLR-4353
 URL: https://issues.apache.org/jira/browse/SOLR-4353
 Project: Solr
  Issue Type: Bug
Reporter: Hoss Man
Assignee: Hoss Man
 Fix For: 4.2, 5.0


 I've occasionally seen people get confused about editing the example 
 solr.xml file because in addition to the real solr.xml file for 
 configuring solr, they also find the jetty context file which is named 
 solr.xml
 Unlike tomcat, where the context descriptor file name determines the webapp 
 path, jetty doesn't care what the file name is -- it just globs up all the 
 context files and looks at the contextPath properties on the WebAppContext 
 objects in those files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org