Re: [dspace-tech] Re: I am missing something in the build of DSpace 7

2018-10-30 Thread Tim Donohue
Hi Evgeni,

For the DSpace 7 REST API, the web interface is that "meaningful HTML" page
(HAL Browser) that you see. This HTML page lets you form/test out the REST
API requests from a web browser.

However, if you want to see the actual JSON responses, then you should use
a tool like "wget". For example:
wget http://localhost:8080/spring-rest/api/core/communities

For what it's worth, I do see that same 500 Response error on our demo site
if I put in:
https://dspace7.4science.it/dspace-spring-rest/api/core/communities

However, that same URL works fine via "wget" and also works if I enter that
URL into the HAL Browser:
https://dspace7.4science.it/dspace-spring-rest/#https://dspace7.4science.it/dspace-spring-rest/api/core/communities


So, I think this 500 response might be a minor bug in our pre-DSpace 7
codebase. But, it won't affect the performance as long as you are using the
Angular UI or HAL Browser or wget.

- Tim

On Tue, Oct 30, 2018 at 10:55 AM Evgeni Dimitrov 
wrote:

> Thank you Tim,
>
> It seems the --base-href can be handled in the configuration of webpack
> with BaseHrefWebpackPlugin. Or meanwhile the index.html can be edited
> manually.
>
> But I see a problem with the java side as well. When I enter in the browser
>
> http://localhost:8080/spring-rest
>
> I am getting a meaningful html page describing the services. But this is
> not what the client can use. When I enter
>
> http://localhost:8080/spring-rest/api or
>
> http://localhost:8080/spring-rest/api/core/communities
>
> the message is
>
> This page isn’t working localhost is currently unable to handle this
> request. HTTP ERROR 500
>
> And I don't see anything in the logs ...
>
>
>
>
> On Tuesday, October 30, 2018 at 5:06:18 PM UTC+2, Tim Donohue wrote:
>
>> Hi Evgeni,
>>
>> At this time, our Production mode build process is not fully worked out
>> for the Angular UI.  One of the main reasons is that we do not *yet*
>> support the Angular CLI (which provides tools like the "ng build
>> --base-href" concept you are looking for).
>>
>> However, in the next few weeks, we will be upgrading the Angular UI to
>> Angular v6 and Angular CLIso, that will be coming soon.
>>
>> In the meantime, if you want to try out / test out the early DSpace 7
>> code, we recommend running the Angular UI in development mode, e.g.
>>
>> yarn start
>> (or yarn run watch)
>>
>> Then, you should be able to access the UI at http://localhost:3000/
>>
>> For more info, see the README at:
>> https://github.com/DSpace/dspace-angular#quick-start
>>
>> As for running the REST API, it's build process is the same as the DSpace
>> 6 build process.  It sounds like you already figured that out though... mvn
>> package , ant fresh_install (or update), and then deploy to Tomcat.
>>
>> Additional info on getting started with DSpace 7 is in the early training
>> resources at
>> https://wiki.duraspace.org/display/DSPACE/DSpace+7+Working+Group#DSpace7WorkingGroup-TrainingResources
>>  We also have some early installation notes (constantly being updated) at
>> https://wiki.duraspace.org/display/DSPACE/DSpace+7+-+Angular+UI+Development#DSpace7-AngularUIDevelopment-Howtoinstalllocally
>>
>>
>> Let us know on this list if you are still hitting issues
>>
>> Tim
>>
>>
>> On Tue, Oct 30, 2018 at 5:10 AM Evgeni Dimitrov 
>> wrote:
>>
> I mean - somewhere - for yarn or webpack - it should be possible to set
>>> something similar to
>>> ng build --base-href=/dist
>>> or
>>> ng build --base-href=/angui
>>>
>>>
>>> On Monday, October 29, 2018 at 9:36:50 PM UTC+2, Evgeni Dimitrov wrote:

 I want to start it in Tomcat.
 1. I downloaded DSpace-master.zip and dspace-angular-master.zip from
 github
 2. I built the dspace part as usual - maven, ant and deployed to
 Tomcat/webapps
 3. For the angular part I did:

 yarn run global
 yarn install
 yarn run build:prod

 Before that I changed (perhaps wrongly) in environment.dev.js and
 environment.prod.js

   // Angular Universal server settings.
   ui: {
 ssl: false,
 host: 'localhost',
 port: 8080,
 // NOTE: Space is capitalized because 'namespace' is a reserved
 string in TypeScript
 nameSpace: '/dist'
   },
   // The REST API server settings.
   rest: {
 ssl: true,
 host: 'localhost',
 port: 8080,
 // NOTE: Space is capitalized because 'namespace' is a reserved
 string in TypeScript
 nameSpace: '/spring-rest'
   },

 4. I started Tomcat and tried http://localhost:8080/dist
 The message was that a file is not found at localhost:8080/

 Any suggestions what should be done differently?




 
  Virus-free.
 www.avast.com
 

[dspace-tech] solr

2018-10-30 Thread gilbert kunonga
I am getting the following error when i try to browse by type Author, 
Title, Issue Date or Subject. Communities and Collections are displaying. 
Solr.log is showing [dspace]/solr/authority/data/index/write.lock is locked 
for writing

Java stacktrace: org.apache.http.ParseException: Invalid content type: at 
org.apache.http.entity.ContentType.parse(ContentType.java:273) at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:496)
 
at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
 
at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
 
at 
org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91) 
at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:310) at 
org.dspace.discovery.SolrServiceImpl.search(SolrServiceImpl.java:1610) at 
org.dspace.browse.SolrBrowseDAO.getSolrResponse(SolrBrowseDAO.java:201) at 
org.dspace.browse.SolrBrowseDAO.doCountQuery(SolrBrowseDAO.java:257) at 
org.dspace.browse.BrowseEngine.getTotalResults(BrowseEngine.java:759) at 
org.dspace.browse.BrowseEngine.browseByValue(BrowseEngine.java:453) at 
org.dspace.browse.BrowseEngine.browse(BrowseEngine.java:96) at 
org.dspace.app.xmlui.aspect.artifactbrowser.ConfigurableBrowse.getBrowseInfo(ConfigurableBrowse.java:859)
 
at 
org.dspace.app.xmlui.aspect.artifactbrowser.ConfigurableBrowse.addBody(ConfigurableBrowse.java:280)
 
at 
org.dspace.app.xmlui.wing.AbstractWingTransformer.startElement(AbstractWingTransformer.java:234)
 
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 
at java.lang.reflect.Method.invoke(Method.java:498) at 
org.apache.cocoon.core.container.spring.avalon.PoolableProxyHandler.invoke(PoolableProxyHandler.java:71)
 
at com.sun.proxy.$Proxy400.startElement(Unknown Source) at 
org.apache.cocoon.components.sax.XMLTeePipe.startElement(XMLTeePipe.java:87) 
at 
org.apache.cocoon.xml.AbstractXMLPipe.startElement(AbstractXMLPipe.java:94) 
at 
org.dspace.app.xmlui.wing.AbstractWingTransformer.startElement(AbstractWingTransformer.java:251)
 
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 
at java.lang.reflect.Method.invoke(Method.java:498) at 
org.apache.cocoon.core.container.spring.avalon.PoolableProxyHandler.invoke(PoolableProxyHandler.java:71)
 
at com.sun.proxy.$Proxy400.startElement(Unknown Source) at 
org.apache.cocoon.environment.internal.EnvironmentChanger.startElement(EnvironmentStack.java:140)
 
at 
org.apache.cocoon.components.sax.XMLTeePipe.startElement(XMLTeePipe.java:87) 
at 
org.apache.cocoon.xml.AbstractXMLPipe.startElement(AbstractXMLPipe.java:94) 
at 
org.dspace.app.xmlui.wing.AbstractWingTransformer.startElement(AbstractWingTransformer.java:251)
 
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 
at java.lang.reflect.Method.invoke(Method.java:498) at 
org.apache.cocoon.core.container.spring.avalon.PoolableProxyHandler.invoke(PoolableProxyHandler.java:71)
 
at com.sun.proxy.$Proxy400.startElement(Unknown Source) at 
org.apache.cocoon.environment.internal.EnvironmentChanger.startElement(EnvironmentStack.java:140)
 
at 
org.apache.cocoon.components.sax.XMLTeePipe.startElement(XMLTeePipe.java:87) 
at 
org.apache.cocoon.components.sax.AbstractXMLByteStreamInterpreter.parse(AbstractXMLByteStreamInterpreter.java:117)
 
at 
org.apache.cocoon.components.sax.XMLByteStreamInterpreter.deserialize(XMLByteStreamInterpreter.java:44)
 
at 
org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline.processXMLPipeline(AbstractCachingProcessingPipeline.java:324)
 
at 
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.process(AbstractProcessingPipeline.java:750)
 
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 
at java.lang.reflect.Method.invoke(Method.java:498) at 
org.apache.cocoon.core.container.spring.avalon.PoolableProxyHandler.invoke(PoolableProxyHandler.java:71)
 
at com.sun.proxy.$Proxy394.process(Unknown Source) at 
org.apache.cocoon.components.source.impl.SitemapSource.toSAX(SitemapSource.java:362)
 
at 
org.apache.cocoon.components.source.util.SourceUtil.toSAX(SourceUtil.java:111) 
at 
org.apache.cocoon.components.source.util.SourceUtil.parse(SourceUtil.java:294) 
at 
org.apache.cocoon.generation.FileGenerator.g

Re: [dspace-tech] Re: I am missing something in the build of DSpace 7

2018-10-30 Thread Evgeni Dimitrov
Thank you Tim,

It seems the --base-href can be handled in the configuration of webpack 
with BaseHrefWebpackPlugin. Or meanwhile the index.html can be edited 
manually.

But I see a problem with the java side as well. When I enter in the browser

http://localhost:8080/spring-rest

I am getting a meaningful html page describing the services. But this is 
not what the client can use. When I enter

http://localhost:8080/spring-rest/api or

http://localhost:8080/spring-rest/api/core/communities

the message is

This page isn’t working localhost is currently unable to handle this 
request. HTTP ERROR 500

And I don't see anything in the logs ...



On Tuesday, October 30, 2018 at 5:06:18 PM UTC+2, Tim Donohue wrote:
>
> Hi Evgeni,
>
> At this time, our Production mode build process is not fully worked out 
> for the Angular UI.  One of the main reasons is that we do not *yet* 
> support the Angular CLI (which provides tools like the "ng build 
> --base-href" concept you are looking for).
>
> However, in the next few weeks, we will be upgrading the Angular UI to 
> Angular v6 and Angular CLIso, that will be coming soon.
>
> In the meantime, if you want to try out / test out the early DSpace 7 
> code, we recommend running the Angular UI in development mode, e.g.
>
> yarn start
> (or yarn run watch)
>
> Then, you should be able to access the UI at http://localhost:3000/
>
> For more info, see the README at: 
> https://github.com/DSpace/dspace-angular#quick-start 
>
> As for running the REST API, it's build process is the same as the DSpace 
> 6 build process.  It sounds like you already figured that out though... mvn 
> package , ant fresh_install (or update), and then deploy to Tomcat.
>
> Additional info on getting started with DSpace 7 is in the early training 
> resources at 
> https://wiki.duraspace.org/display/DSPACE/DSpace+7+Working+Group#DSpace7WorkingGroup-TrainingResources
>   
>  We also have some early installation notes (constantly being updated) at 
> https://wiki.duraspace.org/display/DSPACE/DSpace+7+-+Angular+UI+Development#DSpace7-AngularUIDevelopment-Howtoinstalllocally
>  
>
> Let us know on this list if you are still hitting issues
>
> Tim
>
>
> On Tue, Oct 30, 2018 at 5:10 AM Evgeni Dimitrov  > wrote:
>
>> I mean - somewhere - for yarn or webpack - it should be possible to set 
>> something similar to
>> ng build --base-href=/dist
>> or
>> ng build --base-href=/angui
>>
>>
>> On Monday, October 29, 2018 at 9:36:50 PM UTC+2, Evgeni Dimitrov wrote:
>>>
>>> I want to start it in Tomcat.
>>> 1. I downloaded DSpace-master.zip and dspace-angular-master.zip from 
>>> github
>>> 2. I built the dspace part as usual - maven, ant and deployed to 
>>> Tomcat/webapps
>>> 3. For the angular part I did:
>>>
>>> yarn run global
>>> yarn install
>>> yarn run build:prod
>>>
>>> Before that I changed (perhaps wrongly) in environment.dev.js and 
>>> environment.prod.js
>>>
>>>   // Angular Universal server settings.
>>>   ui: {
>>> ssl: false,
>>> host: 'localhost',
>>> port: 8080,
>>> // NOTE: Space is capitalized because 'namespace' is a reserved 
>>> string in TypeScript
>>> nameSpace: '/dist'
>>>   },
>>>   // The REST API server settings.
>>>   rest: {
>>> ssl: true,
>>> host: 'localhost',
>>> port: 8080,
>>> // NOTE: Space is capitalized because 'namespace' is a reserved 
>>> string in TypeScript
>>> nameSpace: '/spring-rest'
>>>   },
>>>
>>> 4. I started Tomcat and tried http://localhost:8080/dist
>>> The message was that a file is not found at localhost:8080/
>>>
>>> Any suggestions what should be done differently?
>>>
>>>
>>>
>>>
>>> 
>>>  Virus-free. 
>>> www.avast.com 
>>> 
>>>  
>>> <#CACKSJ9N1y2Y=kndWS9Dc1BwG2w=LBPqxv2yKr0pMZjpPuKg2fQ@mail.gmail.com_m_-6379266036871596271_m_-7636643062708121379_CAJc2bOyvbN0rjPUa1UBiw68YUY_+JbA92UWq741Og5JvbLQQKA@mail.gmail.com_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>>>
>> -- 
>> All messages to this mailing list should adhere to the DuraSpace Code of 
>> Conduct: https://duraspace.org/about/policies/code-of-conduct/
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "DSpace Technical Support" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to dspace-tech...@googlegroups.com .
>> To post to this group, send email to dspac...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/dspace-tech.
>> For more options, visit https://groups.google.com/d/optout.
>>
> -- 
> Tim Donohue
> Technical Lead for DSpace & DSpaceDirect
> DuraSpace.org | DSpace.org | DSpaceDirect.org
>

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/ab

Re: [dspace-tech] After running the command $ mvn package -Dmirage2.on=true I get an error with styles/main.scss

2018-10-30 Thread Paul Münch
Hello,

it seems that you don't have a main.scss in your theme or the user, who
try to install the theme, is not allowed to open it.
> errorstyles/main.scss (Line 16: File to import not found or
> unreadable:
> ../vendor/bootstrap-sass-official/assets/stylesheets/bootstrap.

Kind regards,

Paul Münch

-- 
Philipps-Universität Marburg | UB 
Digitale Dienste | Deutschhausstraße 9 | D018
Tel. +49 06421 28-24624  
--

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: OpenPGP digital signature


Re: [dspace-tech] Re: I am missing something in the build of DSpace 7

2018-10-30 Thread Tim Donohue
Hi Evgeni,

At this time, our Production mode build process is not fully worked out for
the Angular UI.  One of the main reasons is that we do not *yet* support
the Angular CLI (which provides tools like the "ng build --base-href"
concept you are looking for).

However, in the next few weeks, we will be upgrading the Angular UI to
Angular v6 and Angular CLIso, that will be coming soon.

In the meantime, if you want to try out / test out the early DSpace 7 code,
we recommend running the Angular UI in development mode, e.g.

yarn start
(or yarn run watch)

Then, you should be able to access the UI at http://localhost:3000/

For more info, see the README at:
https://github.com/DSpace/dspace-angular#quick-start

As for running the REST API, it's build process is the same as the DSpace 6
build process.  It sounds like you already figured that out though... mvn
package , ant fresh_install (or update), and then deploy to Tomcat.

Additional info on getting started with DSpace 7 is in the early training
resources at
https://wiki.duraspace.org/display/DSPACE/DSpace+7+Working+Group#DSpace7WorkingGroup-TrainingResources
 We also have some early installation notes (constantly being updated) at
https://wiki.duraspace.org/display/DSPACE/DSpace+7+-+Angular+UI+Development#DSpace7-AngularUIDevelopment-Howtoinstalllocally


Let us know on this list if you are still hitting issues

Tim


On Tue, Oct 30, 2018 at 5:10 AM Evgeni Dimitrov 
wrote:

> I mean - somewhere - for yarn or webpack - it should be possible to set
> something similar to
> ng build --base-href=/dist
> or
> ng build --base-href=/angui
>
>
> On Monday, October 29, 2018 at 9:36:50 PM UTC+2, Evgeni Dimitrov wrote:
>>
>> I want to start it in Tomcat.
>> 1. I downloaded DSpace-master.zip and dspace-angular-master.zip from
>> github
>> 2. I built the dspace part as usual - maven, ant and deployed to
>> Tomcat/webapps
>> 3. For the angular part I did:
>>
>> yarn run global
>> yarn install
>> yarn run build:prod
>>
>> Before that I changed (perhaps wrongly) in environment.dev.js and
>> environment.prod.js
>>
>>   // Angular Universal server settings.
>>   ui: {
>> ssl: false,
>> host: 'localhost',
>> port: 8080,
>> // NOTE: Space is capitalized because 'namespace' is a reserved
>> string in TypeScript
>> nameSpace: '/dist'
>>   },
>>   // The REST API server settings.
>>   rest: {
>> ssl: true,
>> host: 'localhost',
>> port: 8080,
>> // NOTE: Space is capitalized because 'namespace' is a reserved
>> string in TypeScript
>> nameSpace: '/spring-rest'
>>   },
>>
>> 4. I started Tomcat and tried http://localhost:8080/dist
>> The message was that a file is not found at localhost:8080/
>>
>> Any suggestions what should be done differently?
>>
>>
>>
>>
>> 
>>  Virus-free.
>> www.avast.com
>> 
>> <#m_-6379266036871596271_m_-7636643062708121379_CAJc2bOyvbN0rjPUa1UBiw68YUY_+JbA92UWq741Og5JvbLQQKA@mail.gmail.com_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>>
> --
> All messages to this mailing list should adhere to the DuraSpace Code of
> Conduct: https://duraspace.org/about/policies/code-of-conduct/
> ---
> You received this message because you are subscribed to the Google Groups
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to dspace-tech+unsubscr...@googlegroups.com.
> To post to this group, send email to dspace-tech@googlegroups.com.
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>
-- 
Tim Donohue
Technical Lead for DSpace & DSpaceDirect
DuraSpace.org | DSpace.org | DSpaceDirect.org

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Is the DspaceCRIS user same as swordv2?

2018-10-30 Thread hy zhang
Hi,

I'm using DspaceCRIS5.8, and I want to use swordv2 server ,  I use browser 
to visit the url  localhost:8080/swordv2 ,it showed Hello World. Then  I  
visit the url

localhost:8080/swordv2/servicedocument , it require me to input usernameand 
password, I input my username and password which is created by the command

./dspace create-administrator, but it didn't work, shown nothing on page, I 
checked tomcat's log: localhost.log , it gave the error:

 SEVERE [http-nio-8080-exec-1] 
org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for 
servlet [servicedocument] in context with path [/swordv2] threw exception
 java.lang.NullPointerException
at 
org.dspace.authenticate.OAuthAuthenticationMethod.authenticate(OAuthAuthenticationMethod.java:69)
at 
org.dspace.authenticate.AuthenticationManager.authenticateInternal(AuthenticationManager.java:162)
 

and when I visit localhost:8080/swordv2/collection , I receive the same 
problem.

The exception looks like I inputted error userinfo, what is the correct 
operate ? Should I create swordv2's username and password?

Maybe some advice? Or some related document should I read? 

Thanks a lot.


-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Re: I am missing something in the build of DSpace 7

2018-10-30 Thread Evgeni Dimitrov
I mean - somewhere - for yarn or webpack - it should be possible to set 
something similar to
ng build --base-href=/dist
or
ng build --base-href=/angui


On Monday, October 29, 2018 at 9:36:50 PM UTC+2, Evgeni Dimitrov wrote:
>
> I want to start it in Tomcat.
> 1. I downloaded DSpace-master.zip and dspace-angular-master.zip from github
> 2. I built the dspace part as usual - maven, ant and deployed to 
> Tomcat/webapps
> 3. For the angular part I did:
>
> yarn run global
> yarn install
> yarn run build:prod
>
> Before that I changed (perhaps wrongly) in environment.dev.js and 
> environment.prod.js
>
>   // Angular Universal server settings.
>   ui: {
> ssl: false,
> host: 'localhost',
> port: 8080,
> // NOTE: Space is capitalized because 'namespace' is a reserved string 
> in TypeScript
> nameSpace: '/dist'
>   },
>   // The REST API server settings.
>   rest: {
> ssl: true,
> host: 'localhost',
> port: 8080,
> // NOTE: Space is capitalized because 'namespace' is a reserved string 
> in TypeScript
> nameSpace: '/spring-rest'
>   },
>
> 4. I started Tomcat and tried http://localhost:8080/dist
> The message was that a file is not found at localhost:8080/
>
> Any suggestions what should be done differently?
>
>
>
>
> 
>  Virus-free. 
> www.avast.com 
> 
>  
> <#CAJc2bOyvbN0rjPUa1UBiw68YUY_+JbA92UWq741Og5JvbLQQKA@mail.gmail.com_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.