Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ubuntu の ec2 インスタンスを作成しました。Apacheをインストールしました。ブラウザ経由でパブリック DNS にアクセスしようとしましたが、URL に接続できません。
セキュリティグループでApacheが実行されているポートを開く必要があります。その後、アプリケーションにアクセスできるようになります。
This is a line I've encountered inside a DAO class:
pages.addAll((List<Page>)getCurrentSession() .createCriteria(Page.class) .add(Restricti