Replies: 3 comments
-
If I don't use sshfs and run command "java -jar /media/xase/63615a3d-b417-4b3f-8aac-dfe615dbf7c5/opengrok-1.13.20/lib/opengrok.jar -P -S -v -s /media/xase/63615a3d-b417-4b3f-8aac-dfe615dbf7c5/opengrok-1.13.20/src -d /media/xase/63615a3d-b417-4b3f-8aac-dfe615dbf7c5/opengrok-1.13.20/data -W /media/xase/63615a3d-b417-4b3f-8aac-dfe615dbf7c5/opengrok-1.13.20/etc/configuration.xml --historyBased on" again |
Beta Was this translation helpful? Give feedback.
-
02-Sep-2024 17:38:57.488 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version name: Apache Tomcat/10.1.28 |
Beta Was this translation helpful? Give feedback.
-
I checked my data folder, it's about 9G for my AOSP code |
Beta Was this translation helpful? Give feedback.
-
Hi I successful generate index with the following command
java -jar /media/xase/63615a3d-b417-4b3f-8aac-dfe615dbf7c5/opengrok-1.13.20/lib/opengrok.jar -P -S -v -s /media/xase/63615a3d-b417-4b3f-8aac-dfe615dbf7c5/opengrok-1.13.20/src -d /media/xase/63615a3d-b417-4b3f-8aac-dfe615dbf7c5/opengrok-1.13.20/data -W /media/xase/63615a3d-b417-4b3f-8aac-dfe615dbf7c5/opengrok-1.13.20/etc/configuration.xml --historyBased on
/media/xase/63615a3d-b417-4b3f-8aac-dfe615dbf7c5 is my SSD path
and for src I have two code
HelloGit (Download with Git Clone)
ProjectCode (SSHFS with other CodeServer)
For project code, I use command "sshfs -o allow_other xxxxxx /src/peojectcode"
When all done, I run ./bin/starup.sh in tomcat, I can only found HelloGit code in my opengrok
Can I know what I have miss caused this issue?
Beta Was this translation helpful? Give feedback.
All reactions