Opened 18 years ago
Closed 18 years ago
#4427 closed defect (worksforme)
Problem with watching JSP-pages
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | version control/browser | Version: | 0.10.1 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I have JSP-pages in svn.
I open JSP-pages in "Browser Source": 500 Internal Server Error
With other files (java, xml, png) all ok.
Attachments (0)
Change History (5)
comment:1 by , 18 years ago
Keywords: | needinfo added |
---|
comment:2 by , 18 years ago
I have in trac.log:
2006-12-19 21:08:00,672 Trac[svn_fs] DEBUG: Opening subversion file-system at /var/svn/repos with scope / 2006-12-19 21:08:00,697 Trac[cache] DEBUG: Checking whether sync with repository is needed
When i click on JSP-page in Browser Source new lines don't write in log. Only 500 in my web-browser.
comment:3 by , 18 years ago
Ok then. How is your webserver configured? Is it trying to execute urls ending in jsp? Check the tail of its error log…
follow-up: 5 comment:4 by , 18 years ago
Thanks. I resolved problem.
"jkMount /*.jsp ajp13" in "/etc/apache2/modules.d/88_mod_jk.conf" on gentoo.
comment:5 by , 18 years ago
Keywords: | needinfo removed |
---|---|
Milestone: | 0.10.4 |
Resolution: | → worksforme |
Status: | new → closed |
Replying to igorzolnikov@gmail.com:
Thanks. I resolved problem.
"jkMount /*.jsp ajp13" in "/etc/apache2/modules.d/88_mod_jk.conf" on gentoo.
Good to hear.
Some more information would be helpful.
Enable logging in
<trac env>/conf/trac.ini
by settinglog_type=file
andlog_file
to a filename that can be written by the server process. Hit the 500 error, and see if a traceback appears in the log.