Foren

Where is this file ? wht is this file name and location

donald v vvv, geändert vor 17 Jahren.

Where is this file ? wht is this file name and location

Junior Member Beiträge: 40 Beitrittsdatum: 28.09.06 Neueste Beiträge
If you're using Tomcat, check your Tomcat console or log files - are you getting something like this?


114:19:32,127 ERROR [WebCachePool:68] http://partners.userland.com/nytRss/technology.xml java.io.IOException: Server returned HTTP response code: 403 for URL: http://partners.userland.com/nytRss/technology.xml


If so, you probably need to set Tomcat up to start with the following parameters:


1-Dhttp.proxyHost=myproxy.com
2-Dhttp.proxyPort=8080



If you're not using Tomcat, I would guess that there's probably some similar parameter that you need to set.

Hope this helps,
Elisabeth

-----------------------------------------------------------


Hi can any body tell me the file name where i shud do modification and where it is located.
thanks
thumbnail
Nigel Elliott, geändert vor 17 Jahren.

RE: Where is this file ? wht is this file name and location

Junior Member Beiträge: 67 Beitrittsdatum: 03.08.06 Neueste Beiträge
Hi Donald,

Well if its tomcat you are using:

The file you need to add those to are in tomcat/bin directory.

The file is called catalina.bat

Edit this file and where it has JAVA_OPTS, add the two extra fields there.

Java_opts explained:

JAVA_OPTS (Optional) Java runtime options used when the "start",
"stop", or "run" command is executed.


Nigel.